#E25700
A medium, vivid orange closely aligning with Chocolate.
About #E25700
The precise color #E25700 is an excellent choice for modern design projects. It is closely associated with the named CSS color Chocolate. In the RGB color space, it consists of 226 red, 87 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 62% M, 100% Y, and 11% K. The HSL representation is 23.1° hue, 100.0% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E25700
RGB226, 87, 0
HSL23.1°, 100.0%, 44.3%
CMYK0%, 62%, 100%, 11%
HSV23.1°, 100.0%, 88.6%
LAB55.1, 51.3, 64.9
XYZ34.8, 23.0, 2.6
Decimal14833408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E25700;
}
.text-color {
color: #E25700;
}
.border-color {
border: 2px solid #E25700;
}