Html Css Color HEX #E5D09B Double Colonial White
📋 copy color: '#E5D09B'red 229 ◦ green 208 ◦ blue 155
Shades of Double Colonial White #E5D09B
Tints of Double Colonial White #E5D09B
RGB
CMYK
RGB Variations
Color information
#E5D09B (or 0xE5D09B) is known color: Double Colonial White. HEX triplet: E5, D0 and 9B. RGB value is (229,208,155). Sum of RGB (Red+Green+Blue) = 229+208+155=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D09B is #1A2F64. Grayscale: #D0D0D0. Windows color (decimal): -1716069 or 10211557. OLE color: 10211557.
HSL color Cylindrical-coordinate representation of color #E5D09B: hue angle of 42.97º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5D09B is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 155 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.10 |
| HSL | 42.97º | 0.59% | 0.75% | - |
| HSV(B) | 42.97º | 0.32% | 0.9% | - |
| XYZ | 60.79 | 64.14 | 40.19 | - |
| YUV | 208.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 155 | 0 | 0.09 | 0.32 | 0.10 | 42.97 | 0.59 | 0.75 |
| Hex | E5 | D0 | 9B | 0 | 9 | 20 | A | 2B | 3B | 4B |
| Octal | 345 | 320 | 233 | 0 | 11 | 40 | 12 | 53 | 73 | 113 |
| Binary | 11100101 | 11010000 | 10011011 | 0 | 1001 | 100000 | 1010 | 101011 | 111011 | 1001011 |
Color Harmonies of #E5D09B
Complementary color
Monochromatic Colors of #E5D09B
Black with #E5D09B
Text Example
Text Example
White with #E5D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D09B; }
p { color: rgb(229,208,155); }
H1.HeaderClassName
{
color: #E5D09B;
}
.AnyTagClassName
{
color: #E5D09B;
}
</style>
background-color css
<style>
a { background-color: #E5D09B; }
a { background-color: rgb(229,208,155); }
div.DivClassName
{
background-color: #E5D09B;
}
.BgClassName
{
background-color: #E5D09B;
}
</style>
border-color css
<style>
span { border-color: #E5D09B; }
span { border-color: rgb(229,208,155); }
td.TdClassName
{
border-color: #E5D09B;
}
.TagClassName
{
border-color: #E5D09B;
}
</style>