Html Css Color HEX #E5D09A Double Colonial White
📋 copy color: '#E5D09A'red 229 ◦ green 208 ◦ blue 154
Shades of Double Colonial White #E5D09A
Tints of Double Colonial White #E5D09A
RGB
CMYK
RGB Variations
Color information
#E5D09A (or 0xE5D09A) is known color: Double Colonial White. HEX triplet: E5, D0 and 9A. RGB value is (229,208,154). Sum of RGB (Red+Green+Blue) = 229+208+154=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D09A is #1A2F65. Grayscale: #D0D0D0. Windows color (decimal): -1716070 or 10146021. OLE color: 10146021.
HSL color Cylindrical-coordinate representation of color #E5D09A: hue angle of 43.2º 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 #E5D09A is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 154 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.10 |
| HSL | 43.2º | 0.59% | 0.75% | - |
| HSV(B) | 43.2º | 0.33% | 0.9% | - |
| XYZ | 60.7 | 64.1 | 39.75 | - |
| YUV | 208.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 154 | 0 | 0.09 | 0.33 | 0.10 | 43.2 | 0.59 | 0.75 |
| Hex | E5 | D0 | 9A | 0 | 9 | 21 | A | 2B | 3B | 4B |
| Octal | 345 | 320 | 232 | 0 | 11 | 41 | 12 | 53 | 73 | 113 |
| Binary | 11100101 | 11010000 | 10011010 | 0 | 1001 | 100001 | 1010 | 101011 | 111011 | 1001011 |
Color Harmonies of #E5D09A
Complementary color
Monochromatic Colors of #E5D09A
Black with #E5D09A
Text Example
Text Example
White with #E5D09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D09A; }
p { color: rgb(229,208,154); }
H1.HeaderClassName
{
color: #E5D09A;
}
.AnyTagClassName
{
color: #E5D09A;
}
</style>
background-color css
<style>
a { background-color: #E5D09A; }
a { background-color: rgb(229,208,154); }
div.DivClassName
{
background-color: #E5D09A;
}
.BgClassName
{
background-color: #E5D09A;
}
</style>
border-color css
<style>
span { border-color: #E5D09A; }
span { border-color: rgb(229,208,154); }
td.TdClassName
{
border-color: #E5D09A;
}
.TagClassName
{
border-color: #E5D09A;
}
</style>