Html Css Color HEX #E9D395 Double Colonial White
📋 copy color: '#E9D395'red 233 ◦ green 211 ◦ blue 149
Shades of Double Colonial White #E9D395
Tints of Double Colonial White #E9D395
RGB
CMYK
RGB Variations
Color information
#E9D395 (or 0xE9D395) is known color: Double Colonial White. HEX triplet: E9, D3 and 95. RGB value is (233,211,149). Sum of RGB (Red+Green+Blue) = 233+211+149=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D395 is #162C6A. Grayscale: #D2D2D2. Windows color (decimal): -1453163 or 9819113. OLE color: 9819113.
HSL color Cylindrical-coordinate representation of color #E9D395: hue angle of 44.29º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9D395 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 149 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.09 |
| HSL | 44.29º | 0.66% | 0.75% | - |
| HSV(B) | 44.29º | 0.36% | 0.91% | - |
| XYZ | 62.32 | 66.08 | 37.9 | - |
| YUV | 210.51 | 93.29 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 149 | 0 | 0.09 | 0.36 | 0.09 | 44.29 | 0.66 | 0.75 |
| Hex | E9 | D3 | 95 | 0 | 9 | 24 | 9 | 2C | 42 | 4B |
| Octal | 351 | 323 | 225 | 0 | 11 | 44 | 11 | 54 | 102 | 113 |
| Binary | 11101001 | 11010011 | 10010101 | 0 | 1001 | 100100 | 1001 | 101100 | 1000010 | 1001011 |
Color Harmonies of #E9D395
Complementary color
Monochromatic Colors of #E9D395
Black with #E9D395
Text Example
Text Example
White with #E9D395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D395; }
p { color: rgb(233,211,149); }
H1.HeaderClassName
{
color: #E9D395;
}
.AnyTagClassName
{
color: #E9D395;
}
</style>
background-color css
<style>
a { background-color: #E9D395; }
a { background-color: rgb(233,211,149); }
div.DivClassName
{
background-color: #E9D395;
}
.BgClassName
{
background-color: #E9D395;
}
</style>
border-color css
<style>
span { border-color: #E9D395; }
span { border-color: rgb(233,211,149); }
td.TdClassName
{
border-color: #E9D395;
}
.TagClassName
{
border-color: #E9D395;
}
</style>