Sandy Brown (Orange)
#EBBC65
RGB: 235, 188, 101
Color OverviewHEX #EBBC65

#EBBC65 Color Code Information

In the RGB color space, #EBBC65 is composed of 92% red, 74% green, and 40% blue. In the HSL color space, it has a hue of 39°, saturation of 77%, and lightness of 66%.

HEX
#EBBC65
RGB
235, 188, 101
HSL
39°, 77%, 66%
HSV
39°, 57%, 92%
CMYK
0%, 20%, 57%, 8%
Name Match
Sandy Brown
Closest Standard

Shades of #EBBC65 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #EBBC65 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #EBBC65 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #EBBC65

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #EBBC65 Background
Contrast Ratio against Pure White (#FFFFFF):1.76 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #EBBC65 Background
Contrast Ratio against Pure Black (#000000):11.91 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #EBBC65;
}

.element {
  color: #EBBC65;
  background-color: #EBBC65;
  border-color: #EBBC65;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#EBBC65] text-[#EBBC65] border-[#EBBC65]">
  Content styled with #EBBC65
</div>