Html Css Color HEX #E5D096 Double Colonial White
📋 copy color: '#E5D096'red 229 ◦ green 208 ◦ blue 150
Shades of Double Colonial White #E5D096
Tints of Double Colonial White #E5D096
RGB
CMYK
RGB Variations
Color information
#E5D096 (or 0xE5D096) is known color: Double Colonial White. HEX triplet: E5, D0 and 96. RGB value is (229,208,150). Sum of RGB (Red+Green+Blue) = 229+208+150=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D096 is #1A2F69. Grayscale: #CFCFCF. Windows color (decimal): -1716074 or 9883877. OLE color: 9883877.
HSL color Cylindrical-coordinate representation of color #E5D096: hue angle of 44.05º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5D096 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 150 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.10 |
| HSL | 44.05º | 0.6% | 0.74% | - |
| HSV(B) | 44.05º | 0.34% | 0.9% | - |
| XYZ | 60.37 | 63.97 | 38.02 | - |
| YUV | 207.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 150 | 0 | 0.09 | 0.34 | 0.10 | 44.05 | 0.6 | 0.74 |
| Hex | E5 | D0 | 96 | 0 | 9 | 22 | A | 2C | 3C | 4A |
| Octal | 345 | 320 | 226 | 0 | 11 | 42 | 12 | 54 | 74 | 112 |
| Binary | 11100101 | 11010000 | 10010110 | 0 | 1001 | 100010 | 1010 | 101100 | 111100 | 1001010 |
Color Harmonies of #E5D096
Complementary color
Monochromatic Colors of #E5D096
Black with #E5D096
Text Example
Text Example
White with #E5D096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D096; }
p { color: rgb(229,208,150); }
H1.HeaderClassName
{
color: #E5D096;
}
.AnyTagClassName
{
color: #E5D096;
}
</style>
background-color css
<style>
a { background-color: #E5D096; }
a { background-color: rgb(229,208,150); }
div.DivClassName
{
background-color: #E5D096;
}
.BgClassName
{
background-color: #E5D096;
}
</style>
border-color css
<style>
span { border-color: #E5D096; }
span { border-color: rgb(229,208,150); }
td.TdClassName
{
border-color: #E5D096;
}
.TagClassName
{
border-color: #E5D096;
}
</style>