#E26D0F
A medium, vivid orange closely aligning with Chocolate.
About #E26D0F
Visually, #E26D0F is defined as a vivid orange. It is closely associated with the named CSS color Chocolate. In the RGB color space, it consists of 226 red, 109 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 52% Magenta, 93% Yellow, and 11% Black. With a hue angle of 26.7 degrees, it sits comfortably in the orange spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E26D0F
RGB226, 109, 15
HSL26.7°, 87.6%, 47.3%
CMYK0%, 52%, 93%, 11%
HSV26.7°, 93.4%, 88.6%
LAB59.1, 41.1, 64.4
XYZ36.9, 27.1, 3.7
Decimal14839055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.43:1
Text on #000000
AA
3.12:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E26D0F;
}
.text-color {
color: #E26D0F;
}
.border-color {
border: 2px solid #E26D0F;
}