#E9A83A
A medium, vivid orange closely aligning with Goldenrod.
About #E9A83A
At its core, #E9A83A is a medium and vivid hue. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(233, 168, 58).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 28% magenta, 75% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9A83A
RGB233, 168, 58
HSL37.7°, 79.9%, 57.1%
CMYK0%, 28%, 75%, 9%
HSV37.7°, 75.1%, 91.4%
LAB73.3, 14.2, 63.0
XYZ48.4, 45.6, 10.3
Decimal15312954
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.13:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A83A;
}
.text-color {
color: #E9A83A;
}
.border-color {
border: 2px solid #E9A83A;
}