Html Css Color HEX #E0D396 Double Colonial White
📋 copy color: '#E0D396'red 224 ◦ green 211 ◦ blue 150
Shades of Double Colonial White #E0D396
Tints of Double Colonial White #E0D396
RGB
CMYK
RGB Variations
Color information
#E0D396 (or 0xE0D396) is known color: Double Colonial White. HEX triplet: E0, D3 and 96. RGB value is (224,211,150). Sum of RGB (Red+Green+Blue) = 224+211+150=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D396 is #1F2C69. Grayscale: #D0D0D0. Windows color (decimal): -2042986 or 9884640. OLE color: 9884640.
HSL color Cylindrical-coordinate representation of color #E0D396: hue angle of 49.46º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0D396 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 150 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.12 |
| HSL | 49.46º | 0.54% | 0.73% | - |
| HSV(B) | 49.46º | 0.33% | 0.88% | - |
| XYZ | 59.54 | 64.64 | 38.19 | - |
| YUV | 207.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 150 | 0 | 0.06 | 0.33 | 0.12 | 49.46 | 0.54 | 0.73 |
| Hex | E0 | D3 | 96 | 0 | 6 | 21 | C | 31 | 36 | 49 |
| Octal | 340 | 323 | 226 | 0 | 6 | 41 | 14 | 61 | 66 | 111 |
| Binary | 11100000 | 11010011 | 10010110 | 0 | 110 | 100001 | 1100 | 110001 | 110110 | 1001001 |
Color Harmonies of #E0D396
Complementary color
Monochromatic Colors of #E0D396
Black with #E0D396
Text Example
Text Example
White with #E0D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D396; }
p { color: rgb(224,211,150); }
H1.HeaderClassName
{
color: #E0D396;
}
.AnyTagClassName
{
color: #E0D396;
}
</style>
background-color css
<style>
a { background-color: #E0D396; }
a { background-color: rgb(224,211,150); }
div.DivClassName
{
background-color: #E0D396;
}
.BgClassName
{
background-color: #E0D396;
}
</style>
border-color css
<style>
span { border-color: #E0D396; }
span { border-color: rgb(224,211,150); }
td.TdClassName
{
border-color: #E0D396;
}
.TagClassName
{
border-color: #E0D396;
}
</style>