Goldenrod (Yellow)
#EBAC24
RGB: 235, 172, 36
Color OverviewHEX #EBAC24

#EBAC24 Color Code Information

In the RGB color space, #EBAC24 is composed of 92% red, 67% green, and 14% blue. In the HSL color space, it has a hue of 41°, saturation of 83%, and lightness of 53%.

HEX
#EBAC24
RGB
235, 172, 36
HSL
41°, 83%, 53%
HSV
41°, 85%, 92%
CMYK
0%, 27%, 85%, 8%
Name Match
Goldenrod
Closest Standard

Shades of #EBAC24 (Darker Variations)

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

Tints of #EBAC24 (Lighter Variations)

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

Tones of #EBAC24 (Muted Variations)

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

Color Harmonies for #EBAC24

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 #EBAC24 Background
Contrast Ratio against Pure White (#FFFFFF):2.01 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #EBAC24 Background
Contrast Ratio against Pure Black (#000000):10.46 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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