#E27C00
A medium, vivid orange closely aligning with Darkorange.
About #E27C00
The precise color #E27C00 is an excellent choice for modern design projects. Designers often compare it to the standard color Darkorange. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 124, and 0.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 45% M, 100% Y, and 11% K. With a hue angle of 32.9 degrees, it sits comfortably in the orange spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E27C00
RGB226, 124, 0
HSL32.9°, 100.0%, 44.3%
CMYK0%, 45%, 100%, 11%
HSV32.9°, 100.0%, 88.6%
LAB62.2, 33.3, 69.0
XYZ38.6, 30.6, 3.9
Decimal14842880
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: #E27C00;
}
.text-color {
color: #E27C00;
}
.border-color {
border: 2px solid #E27C00;
}