Html Css Color HEX #E5D496 Double Colonial White
📋 copy color: '#E5D496'red 229 ◦ green 212 ◦ blue 150
Shades of Double Colonial White #E5D496
Tints of Double Colonial White #E5D496
RGB
CMYK
RGB Variations
Color information
#E5D496 (or 0xE5D496) is known color: Double Colonial White. HEX triplet: E5, D4 and 96. RGB value is (229,212,150). Sum of RGB (Red+Green+Blue) = 229+212+150=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D496 is #1A2B69. Grayscale: #D2D2D2. Windows color (decimal): -1715050 or 9884901. OLE color: 9884901.
HSL color Cylindrical-coordinate representation of color #E5D496: hue angle of 47.09º 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 #E5D496 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 150 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.10 |
| HSL | 47.09º | 0.6% | 0.74% | - |
| HSV(B) | 47.09º | 0.34% | 0.9% | - |
| XYZ | 61.36 | 65.95 | 38.35 | - |
| YUV | 210.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 150 | 0 | 0.07 | 0.34 | 0.10 | 47.09 | 0.6 | 0.74 |
| Hex | E5 | D4 | 96 | 0 | 7 | 22 | A | 2F | 3C | 4A |
| Octal | 345 | 324 | 226 | 0 | 7 | 42 | 12 | 57 | 74 | 112 |
| Binary | 11100101 | 11010100 | 10010110 | 0 | 111 | 100010 | 1010 | 101111 | 111100 | 1001010 |
Color Harmonies of #E5D496
Complementary color
Monochromatic Colors of #E5D496
Black with #E5D496
Text Example
Text Example
White with #E5D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D496; }
p { color: rgb(229,212,150); }
H1.HeaderClassName
{
color: #E5D496;
}
.AnyTagClassName
{
color: #E5D496;
}
</style>
background-color css
<style>
a { background-color: #E5D496; }
a { background-color: rgb(229,212,150); }
div.DivClassName
{
background-color: #E5D496;
}
.BgClassName
{
background-color: #E5D496;
}
</style>
border-color css
<style>
span { border-color: #E5D496; }
span { border-color: rgb(229,212,150); }
td.TdClassName
{
border-color: #E5D496;
}
.TagClassName
{
border-color: #E5D496;
}
</style>