#E97C24
A medium, vivid orange closely aligning with Chocolate.
About #E97C24
The precise color #E97C24 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Chocolate. In the RGB color space, it consists of 233 red, 124 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 47% M, 85% Y, and 9% K. The HSL representation is 26.8° hue, 81.7% saturation, and 52.7% 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#E97C24
RGB233, 124, 36
HSL26.8°, 81.7%, 52.7%
CMYK0%, 47%, 85%, 9%
HSV26.8°, 84.5%, 91.4%
LAB63.2, 36.7, 62.0
XYZ41.1, 31.9, 5.7
Decimal15301668
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.85:1
Text on #FFFFFF
FAIL
7.37:1
Text on #000000
AAA
2.72:1
Text on #F8FAFC
FAIL
6.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E97C24;
}
.text-color {
color: #E97C24;
}
.border-color {
border: 2px solid #E97C24;
}