#E27C07
A medium, vivid orange closely aligning with Darkorange.
About #E27C07
Visually, #E27C07 is defined as a vivid orange. It is closely associated with the named CSS color Darkorange. This translates to an RGB value of rgb(226, 124, 7).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 45% magenta, 97% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E27C07
RGB226, 124, 7
HSL32.1°, 94.0%, 45.7%
CMYK0%, 45%, 97%, 11%
HSV32.1°, 96.9%, 88.6%
LAB62.2, 33.4, 67.9
XYZ38.6, 30.6, 4.1
Decimal14842887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.12:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E27C07;
}
.text-color {
color: #E27C07;
}
.border-color {
border: 2px solid #E27C07;
}