Html Css Color HEX #E0CC96 Double Colonial White
📋 copy color: '#E0CC96'red 224 ◦ green 204 ◦ blue 150
Shades of Double Colonial White #E0CC96
Tints of Double Colonial White #E0CC96
RGB
CMYK
RGB Variations
Color information
#E0CC96 (or 0xE0CC96) is known color: Double Colonial White. HEX triplet: E0, CC and 96. RGB value is (224,204,150). Sum of RGB (Red+Green+Blue) = 224+204+150=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CC96 is #1F3369. Grayscale: #CCCCCC. Windows color (decimal): -2044778 or 9882848. OLE color: 9882848.
HSL color Cylindrical-coordinate representation of color #E0CC96: hue angle of 43.78º 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 #E0CC96 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 150 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.12 |
| HSL | 43.78º | 0.54% | 0.73% | - |
| HSV(B) | 43.78º | 0.33% | 0.88% | - |
| XYZ | 57.84 | 61.24 | 37.63 | - |
| YUV | 203.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 150 | 0 | 0.09 | 0.33 | 0.12 | 43.78 | 0.54 | 0.73 |
| Hex | E0 | CC | 96 | 0 | 9 | 21 | C | 2C | 36 | 49 |
| Octal | 340 | 314 | 226 | 0 | 11 | 41 | 14 | 54 | 66 | 111 |
| Binary | 11100000 | 11001100 | 10010110 | 0 | 1001 | 100001 | 1100 | 101100 | 110110 | 1001001 |
Color Harmonies of #E0CC96
Complementary color
Monochromatic Colors of #E0CC96
Black with #E0CC96
Text Example
Text Example
White with #E0CC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CC96; }
p { color: rgb(224,204,150); }
H1.HeaderClassName
{
color: #E0CC96;
}
.AnyTagClassName
{
color: #E0CC96;
}
</style>
background-color css
<style>
a { background-color: #E0CC96; }
a { background-color: rgb(224,204,150); }
div.DivClassName
{
background-color: #E0CC96;
}
.BgClassName
{
background-color: #E0CC96;
}
</style>
border-color css
<style>
span { border-color: #E0CC96; }
span { border-color: rgb(224,204,150); }
td.TdClassName
{
border-color: #E0CC96;
}
.TagClassName
{
border-color: #E0CC96;
}
</style>