#E2832C
A medium, vivid orange closely aligning with Chocolate.
About #E2832C
At its core, #E2832C is a medium and vivid hue. It is closely associated with the named CSS color Chocolate. In the RGB color space, it consists of 226 red, 131 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 42% Magenta, 81% Yellow, and 11% Black. The HSL representation is 28.7° hue, 75.8% saturation, and 52.9% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#E2832C
RGB226, 131, 44
HSL28.7°, 75.8%, 52.9%
CMYK0%, 42%, 81%, 11%
HSV28.7°, 80.5%, 88.6%
LAB63.8, 30.4, 59.2
XYZ39.9, 32.6, 6.6
Decimal14844716
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E2832C;
}
.text-color {
color: #E2832C;
}
.border-color {
border: 2px solid #E2832C;
}