Goldenrod (Yellow)
#E69A1A
RGB: 230, 154, 26
Color OverviewHEX #E69A1A

#E69A1A Color Code Information

In the RGB color space, #E69A1A is composed of 90% red, 60% green, and 10% blue. In the HSL color space, it has a hue of 38°, saturation of 80%, and lightness of 50%.

HEX
#E69A1A
RGB
230, 154, 26
HSL
38°, 80%, 50%
HSV
38°, 89%, 90%
CMYK
0%, 33%, 89%, 10%
Name Match
Goldenrod
Closest Standard

Shades of #E69A1A (Darker Variations)

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

Tints of #E69A1A (Lighter Variations)

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

Tones of #E69A1A (Muted Variations)

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

Color Harmonies for #E69A1A

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

Developer Code Snippets & Tailwind CSS

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

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