#E27C24
A medium, vivid orange closely aligning with Chocolate.
About #E27C24
When working with digital screens, the color #E27C24 is rendered by mixing light. 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 226, 124, and 36.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 45% Magenta, 84% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E27C24
RGB226, 124, 36
HSL27.8°, 76.6%, 51.4%
CMYK0%, 45%, 84%, 11%
HSV27.8°, 84.1%, 88.6%
LAB62.3, 33.9, 60.8
XYZ38.9, 30.7, 5.5
Decimal14842916
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.14:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E27C24;
}
.text-color {
color: #E27C24;
}
.border-color {
border: 2px solid #E27C24;
}