#E2752C
A medium, vivid orange closely aligning with Chocolate.
About #E2752C
At its core, #E2752C is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(226, 117, 44).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 48% M, 81% Y, and 11% K. The HSL representation is 24.1° hue, 75.8% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#E2752C
RGB226, 117, 44
HSL24.1°, 75.8%, 52.9%
CMYK0%, 48%, 81%, 11%
HSV24.1°, 80.5%, 88.6%
LAB60.8, 37.7, 56.5
XYZ38.2, 29.1, 6.0
Decimal14841132
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.81:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E2752C;
}
.text-color {
color: #E2752C;
}
.border-color {
border: 2px solid #E2752C;
}