Html Css Color HEX #E9D58E Double Colonial White
📋 copy color: '#E9D58E'red 233 ◦ green 213 ◦ blue 142
Shades of Double Colonial White #E9D58E
Tints of Double Colonial White #E9D58E
RGB
CMYK
RGB Variations
Color information
#E9D58E (or 0xE9D58E) is known color: Double Colonial White. HEX triplet: E9, D5 and 8E. RGB value is (233,213,142). Sum of RGB (Red+Green+Blue) = 233+213+142=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D58E is #162A71. Grayscale: #D3D3D3. Windows color (decimal): -1452658 or 9360873. OLE color: 9360873.
HSL color Cylindrical-coordinate representation of color #E9D58E: hue angle of 46.81º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9D58E is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 142 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.09 |
| HSL | 46.81º | 0.67% | 0.74% | - |
| HSV(B) | 46.81º | 0.39% | 0.91% | - |
| XYZ | 62.28 | 66.87 | 35.21 | - |
| YUV | 210.89 | 89.13 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 142 | 0 | 0.09 | 0.39 | 0.09 | 46.81 | 0.67 | 0.74 |
| Hex | E9 | D5 | 8E | 0 | 9 | 27 | 9 | 2F | 43 | 4A |
| Octal | 351 | 325 | 216 | 0 | 11 | 47 | 11 | 57 | 103 | 112 |
| Binary | 11101001 | 11010101 | 10001110 | 0 | 1001 | 100111 | 1001 | 101111 | 1000011 | 1001010 |
Color Harmonies of #E9D58E
Complementary color
Monochromatic Colors of #E9D58E
Black with #E9D58E
Text Example
Text Example
White with #E9D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D58E; }
p { color: rgb(233,213,142); }
H1.HeaderClassName
{
color: #E9D58E;
}
.AnyTagClassName
{
color: #E9D58E;
}
</style>
background-color css
<style>
a { background-color: #E9D58E; }
a { background-color: rgb(233,213,142); }
div.DivClassName
{
background-color: #E9D58E;
}
.BgClassName
{
background-color: #E9D58E;
}
</style>
border-color css
<style>
span { border-color: #E9D58E; }
span { border-color: rgb(233,213,142); }
td.TdClassName
{
border-color: #E9D58E;
}
.TagClassName
{
border-color: #E9D58E;
}
</style>