#E28A0F
A medium, vivid orange closely aligning with Darkorange.
About #E28A0F
When working with digital screens, the color #E28A0F is rendered by mixing light. It is closely associated with the named CSS color Darkorange. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 138, and 15.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 39% Magenta, 93% Yellow, and 11% Black. The HSL representation is 35.0° hue, 87.6% saturation, and 47.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E28A0F
RGB226, 138, 15
HSL35.0°, 87.6%, 47.3%
CMYK0%, 39%, 93%, 11%
HSV35.0°, 93.4%, 88.6%
LAB65.3, 26.1, 68.7
XYZ40.5, 34.4, 5.0
Decimal14846479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.88:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E28A0F;
}
.text-color {
color: #E28A0F;
}
.border-color {
border: 2px solid #E28A0F;
}