#E95F1D
A medium, vivid orange closely aligning with Chocolate.
About #E95F1D
At its core, #E95F1D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 95, and 29.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 59% M, 88% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E95F1D
RGB233, 95, 29
HSL19.4°, 82.3%, 51.4%
CMYK0%, 59%, 88%, 9%
HSV19.4°, 87.6%, 91.4%
LAB57.7, 50.6, 59.9
XYZ37.9, 25.6, 4.1
Decimal15294237
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.12:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E95F1D;
}
.text-color {
color: #E95F1D;
}
.border-color {
border: 2px solid #E95F1D;
}