Html Css Color HEX #E9D49A Double Colonial White
📋 copy color: '#E9D49A'red 233 ◦ green 212 ◦ blue 154
Shades of Double Colonial White #E9D49A
Tints of Double Colonial White #E9D49A
RGB
CMYK
RGB Variations
Color information
#E9D49A (or 0xE9D49A) is known color: Double Colonial White. HEX triplet: E9, D4 and 9A. RGB value is (233,212,154). Sum of RGB (Red+Green+Blue) = 233+212+154=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D49A is #162B65. Grayscale: #D3D3D3. Windows color (decimal): -1452902 or 10147049. OLE color: 10147049.
HSL color Cylindrical-coordinate representation of color #E9D49A: hue angle of 44.05º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9D49A is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 154 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.09 |
| HSL | 44.05º | 0.64% | 0.76% | - |
| HSV(B) | 44.05º | 0.34% | 0.91% | - |
| XYZ | 62.98 | 66.74 | 40.14 | - |
| YUV | 211.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 154 | 0 | 0.09 | 0.34 | 0.09 | 44.05 | 0.64 | 0.76 |
| Hex | E9 | D4 | 9A | 0 | 9 | 22 | 9 | 2C | 40 | 4C |
| Octal | 351 | 324 | 232 | 0 | 11 | 42 | 11 | 54 | 100 | 114 |
| Binary | 11101001 | 11010100 | 10011010 | 0 | 1001 | 100010 | 1001 | 101100 | 1000000 | 1001100 |
Color Harmonies of #E9D49A
Complementary color
Monochromatic Colors of #E9D49A
Black with #E9D49A
Text Example
Text Example
White with #E9D49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D49A; }
p { color: rgb(233,212,154); }
H1.HeaderClassName
{
color: #E9D49A;
}
.AnyTagClassName
{
color: #E9D49A;
}
</style>
background-color css
<style>
a { background-color: #E9D49A; }
a { background-color: rgb(233,212,154); }
div.DivClassName
{
background-color: #E9D49A;
}
.BgClassName
{
background-color: #E9D49A;
}
</style>
border-color css
<style>
span { border-color: #E9D49A; }
span { border-color: rgb(233,212,154); }
td.TdClassName
{
border-color: #E9D49A;
}
.TagClassName
{
border-color: #E9D49A;
}
</style>