#E2995F
A light, moderate orange closely aligning with Sandybrown.
About #E2995F
The hex code #E2995F represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Sandybrown. This translates to an RGB value of rgb(226, 153, 95).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 32% magenta, 58% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2995F
RGB226, 153, 95
HSL26.6°, 69.3%, 62.9%
CMYK0%, 32%, 58%, 11%
HSV26.6°, 58.0%, 88.6%
LAB69.3, 21.5, 41.2
XYZ44.8, 39.8, 16.1
Decimal14850399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.96:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2995F;
}
.text-color {
color: #E2995F;
}
.border-color {
border: 2px solid #E2995F;
}