Html Css Color HEX #E5D29A Double Colonial White
📋 copy color: '#E5D29A'red 229 ◦ green 210 ◦ blue 154
Shades of Double Colonial White #E5D29A
Tints of Double Colonial White #E5D29A
RGB
CMYK
RGB Variations
Color information
#E5D29A (or 0xE5D29A) is known color: Double Colonial White. HEX triplet: E5, D2 and 9A. RGB value is (229,210,154). Sum of RGB (Red+Green+Blue) = 229+210+154=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D29A is #1A2D65. Grayscale: #D1D1D1. Windows color (decimal): -1715558 or 10146533. OLE color: 10146533.
HSL color Cylindrical-coordinate representation of color #E5D29A: hue angle of 44.8º 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 #E5D29A is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 154 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.10 |
| HSL | 44.8º | 0.59% | 0.75% | - |
| HSV(B) | 44.8º | 0.33% | 0.9% | - |
| XYZ | 61.19 | 65.08 | 39.91 | - |
| YUV | 209.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 154 | 0 | 0.08 | 0.33 | 0.10 | 44.8 | 0.59 | 0.75 |
| Hex | E5 | D2 | 9A | 0 | 8 | 21 | A | 2D | 3B | 4B |
| Octal | 345 | 322 | 232 | 0 | 10 | 41 | 12 | 55 | 73 | 113 |
| Binary | 11100101 | 11010010 | 10011010 | 0 | 1000 | 100001 | 1010 | 101101 | 111011 | 1001011 |
Color Harmonies of #E5D29A
Complementary color
Monochromatic Colors of #E5D29A
Black with #E5D29A
Text Example
Text Example
White with #E5D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D29A; }
p { color: rgb(229,210,154); }
H1.HeaderClassName
{
color: #E5D29A;
}
.AnyTagClassName
{
color: #E5D29A;
}
</style>
background-color css
<style>
a { background-color: #E5D29A; }
a { background-color: rgb(229,210,154); }
div.DivClassName
{
background-color: #E5D29A;
}
.BgClassName
{
background-color: #E5D29A;
}
</style>
border-color css
<style>
span { border-color: #E5D29A; }
span { border-color: rgb(229,210,154); }
td.TdClassName
{
border-color: #E5D29A;
}
.TagClassName
{
border-color: #E5D29A;
}
</style>