#E28A24
A medium, vivid orange closely aligning with Chocolate.
About #E28A24
Visually, #E28A24 is defined as a vivid orange. Designers often compare it to the standard color Chocolate. Its digital footprint relies on 226 parts red, 138 parts green, and 36 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 39% Magenta, 84% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E28A24
RGB226, 138, 36
HSL32.2°, 76.6%, 51.4%
CMYK0%, 39%, 84%, 11%
HSV32.2°, 84.1%, 88.6%
LAB65.3, 26.5, 63.4
XYZ40.8, 34.5, 6.2
Decimal14846500
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.89:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E28A24;
}
.text-color {
color: #E28A24;
}
.border-color {
border: 2px solid #E28A24;
}