#E2BD5F
A light, moderate orange closely aligning with Darkkhaki.
About #E2BD5F
When working with digital screens, the color #E2BD5F is rendered by mixing light. Its closest recognized web color is Darkkhaki. This translates to an RGB value of rgb(226, 189, 95).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 16% 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#E2BD5F
RGB226, 189, 95
HSL43.1°, 69.3%, 62.9%
CMYK0%, 16%, 58%, 11%
HSV43.1°, 58.0%, 88.6%
LAB78.1, 2.3, 51.7
XYZ51.6, 53.4, 18.4
Decimal14859615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.68:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2BD5F;
}
.text-color {
color: #E2BD5F;
}
.border-color {
border: 2px solid #E2BD5F;
}