#E27C2C
A medium, vivid orange closely aligning with Chocolate.
About #E27C2C
When working with digital screens, the color #E27C2C is rendered by mixing light. Its closest recognized web color is Chocolate. This translates to an RGB value of rgb(226, 124, 44).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 45% magenta inks. The HSL representation is 26.4° hue, 75.8% saturation, and 52.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E27C2C
RGB226, 124, 44
HSL26.4°, 75.8%, 52.9%
CMYK0%, 45%, 81%, 11%
HSV26.4°, 80.5%, 88.6%
LAB62.3, 34.1, 57.8
XYZ39.0, 30.8, 6.3
Decimal14842924
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.15:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E27C2C;
}
.text-color {
color: #E27C2C;
}
.border-color {
border: 2px solid #E27C2C;
}