#E9A03A
A medium, vivid orange closely aligning with Goldenrod.
About #E9A03A
At its core, #E9A03A is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Goldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 160, and 58.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 31% magenta, 75% yellow, and 9% black. The HSL representation is 35.0° hue, 79.9% saturation, and 57.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9A03A
RGB233, 160, 58
HSL35.0°, 79.9%, 57.1%
CMYK0%, 31%, 75%, 9%
HSV35.0°, 75.1%, 91.4%
LAB71.4, 18.5, 61.1
XYZ46.9, 42.8, 9.8
Decimal15310906
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.55:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9A03A;
}
.text-color {
color: #E9A03A;
}
.border-color {
border: 2px solid #E9A03A;
}