Html Css Color HEX #E5D69A Double Colonial White
📋 copy color: '#E5D69A'red 229 ◦ green 214 ◦ blue 154
Shades of Double Colonial White #E5D69A
Tints of Double Colonial White #E5D69A
RGB
CMYK
RGB Variations
Color information
#E5D69A (or 0xE5D69A) is known color: Double Colonial White. HEX triplet: E5, D6 and 9A. RGB value is (229,214,154). Sum of RGB (Red+Green+Blue) = 229+214+154=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D69A is #1A2965. Grayscale: #D3D3D3. Windows color (decimal): -1714534 or 10147557. OLE color: 10147557.
HSL color Cylindrical-coordinate representation of color #E5D69A: hue angle of 48º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5D69A is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 154 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.10 |
| HSL | 48º | 0.59% | 0.75% | - |
| HSV(B) | 48º | 0.33% | 0.9% | - |
| XYZ | 62.19 | 67.08 | 40.24 | - |
| YUV | 211.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 154 | 0 | 0.07 | 0.33 | 0.10 | 48 | 0.59 | 0.75 |
| Hex | E5 | D6 | 9A | 0 | 7 | 21 | A | 30 | 3B | 4B |
| Octal | 345 | 326 | 232 | 0 | 7 | 41 | 12 | 60 | 73 | 113 |
| Binary | 11100101 | 11010110 | 10011010 | 0 | 111 | 100001 | 1010 | 110000 | 111011 | 1001011 |
Color Harmonies of #E5D69A
Complementary color
Monochromatic Colors of #E5D69A
Black with #E5D69A
Text Example
Text Example
White with #E5D69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D69A; }
p { color: rgb(229,214,154); }
H1.HeaderClassName
{
color: #E5D69A;
}
.AnyTagClassName
{
color: #E5D69A;
}
</style>
background-color css
<style>
a { background-color: #E5D69A; }
a { background-color: rgb(229,214,154); }
div.DivClassName
{
background-color: #E5D69A;
}
.BgClassName
{
background-color: #E5D69A;
}
</style>
border-color css
<style>
span { border-color: #E5D69A; }
span { border-color: rgb(229,214,154); }
td.TdClassName
{
border-color: #E5D69A;
}
.TagClassName
{
border-color: #E5D69A;
}
</style>