#E9A82C
A medium, vivid orange closely aligning with Goldenrod.
About #E9A82C
The precise color #E9A82C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Goldenrod. This translates to an RGB value of rgb(233, 168, 44).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 28% Magenta, 81% Yellow, and 9% Black. The HSL representation is 39.4° hue, 81.1% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9A82C
RGB233, 168, 44
HSL39.4°, 81.1%, 54.3%
CMYK0%, 28%, 81%, 9%
HSV39.4°, 81.1%, 91.4%
LAB73.2, 13.7, 67.9
XYZ48.1, 45.5, 8.6
Decimal15312940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.10:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A82C;
}
.text-color {
color: #E9A82C;
}
.border-color {
border: 2px solid #E9A82C;
}