Shades of Zombie #E0C788
Tints of Zombie #E0C788
RGB
CMYK
RGB Variations
Color information
#E0C788 (or 0xE0C788) is known color: Zombie. HEX triplet: E0, C7 and 88. RGB value is (224,199,136). Sum of RGB (Red+Green+Blue) = 224+199+136=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C788 is #1F3877. Grayscale: #C7C7C7. Windows color (decimal): -2046072 or 8964064. OLE color: 8964064.
HSL color Cylindrical-coordinate representation of color #E0C788: hue angle of 42.95º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0C788 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 136 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.12 |
| HSL | 42.95º | 0.59% | 0.71% | - |
| HSV(B) | 42.95º | 0.39% | 0.88% | - |
| XYZ | 55.61 | 58.47 | 31.65 | - |
| YUV | 199.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 136 | 0 | 0.11 | 0.39 | 0.12 | 42.95 | 0.59 | 0.71 |
| Hex | E0 | C7 | 88 | 0 | B | 27 | C | 2B | 3B | 47 |
| Octal | 340 | 307 | 210 | 0 | 13 | 47 | 14 | 53 | 73 | 107 |
| Binary | 11100000 | 11000111 | 10001000 | 0 | 1011 | 100111 | 1100 | 101011 | 111011 | 1000111 |
Color Harmonies of #E0C788
Complementary color
Monochromatic Colors of #E0C788
Black with #E0C788
Text Example
Text Example
White with #E0C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C788; }
p { color: rgb(224,199,136); }
H1.HeaderClassName
{
color: #E0C788;
}
.AnyTagClassName
{
color: #E0C788;
}
</style>
background-color css
<style>
a { background-color: #E0C788; }
a { background-color: rgb(224,199,136); }
div.DivClassName
{
background-color: #E0C788;
}
.BgClassName
{
background-color: #E0C788;
}
</style>
border-color css
<style>
span { border-color: #E0C788; }
span { border-color: rgb(224,199,136); }
td.TdClassName
{
border-color: #E0C788;
}
.TagClassName
{
border-color: #E0C788;
}
</style>