Html Css Color HEX #E5D19E Double Colonial White
📋 copy color: '#E5D19E'red 229 ◦ green 209 ◦ blue 158
Shades of Double Colonial White #E5D19E
Tints of Double Colonial White #E5D19E
RGB
CMYK
RGB Variations
Color information
#E5D19E (or 0xE5D19E) is known color: Double Colonial White. HEX triplet: E5, D1 and 9E. RGB value is (229,209,158). Sum of RGB (Red+Green+Blue) = 229+209+158=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D19E is #1A2E61. Grayscale: #D1D1D1. Windows color (decimal): -1715810 or 10408421. OLE color: 10408421.
HSL color Cylindrical-coordinate representation of color #E5D19E: hue angle of 43.1º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5D19E is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 158 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.10 |
| HSL | 43.1º | 0.58% | 0.76% | - |
| HSV(B) | 43.1º | 0.31% | 0.9% | - |
| XYZ | 61.29 | 64.73 | 41.61 | - |
| YUV | 209.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 158 | 0 | 0.09 | 0.31 | 0.10 | 43.1 | 0.58 | 0.76 |
| Hex | E5 | D1 | 9E | 0 | 9 | 1F | A | 2B | 3A | 4C |
| Octal | 345 | 321 | 236 | 0 | 11 | 37 | 12 | 53 | 72 | 114 |
| Binary | 11100101 | 11010001 | 10011110 | 0 | 1001 | 11111 | 1010 | 101011 | 111010 | 1001100 |
Color Harmonies of #E5D19E
Complementary color
Monochromatic Colors of #E5D19E
Black with #E5D19E
Text Example
Text Example
White with #E5D19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D19E; }
p { color: rgb(229,209,158); }
H1.HeaderClassName
{
color: #E5D19E;
}
.AnyTagClassName
{
color: #E5D19E;
}
</style>
background-color css
<style>
a { background-color: #E5D19E; }
a { background-color: rgb(229,209,158); }
div.DivClassName
{
background-color: #E5D19E;
}
.BgClassName
{
background-color: #E5D19E;
}
</style>
border-color css
<style>
span { border-color: #E5D19E; }
span { border-color: rgb(229,209,158); }
td.TdClassName
{
border-color: #E5D19E;
}
.TagClassName
{
border-color: #E5D19E;
}
</style>