Shades of Zombie #E0C98B
Tints of Zombie #E0C98B
RGB
CMYK
RGB Variations
Color information
#E0C98B (or 0xE0C98B) is known color: Zombie. HEX triplet: E0, C9 and 8B. RGB value is (224,201,139). Sum of RGB (Red+Green+Blue) = 224+201+139=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C98B is #1F3674. Grayscale: #C9C9C9. Windows color (decimal): -2045557 or 9161184. OLE color: 9161184.
HSL color Cylindrical-coordinate representation of color #E0C98B: hue angle of 43.76º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E0C98B is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 139 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.12 |
| HSL | 43.76º | 0.58% | 0.71% | - |
| HSV(B) | 43.76º | 0.38% | 0.88% | - |
| XYZ | 56.29 | 59.48 | 32.94 | - |
| YUV | 200.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 139 | 0 | 0.10 | 0.38 | 0.12 | 43.76 | 0.58 | 0.71 |
| Hex | E0 | C9 | 8B | 0 | A | 26 | C | 2C | 3A | 47 |
| Octal | 340 | 311 | 213 | 0 | 12 | 46 | 14 | 54 | 72 | 107 |
| Binary | 11100000 | 11001001 | 10001011 | 0 | 1010 | 100110 | 1100 | 101100 | 111010 | 1000111 |
Color Harmonies of #E0C98B
Complementary color
Monochromatic Colors of #E0C98B
Black with #E0C98B
Text Example
Text Example
White with #E0C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C98B; }
p { color: rgb(224,201,139); }
H1.HeaderClassName
{
color: #E0C98B;
}
.AnyTagClassName
{
color: #E0C98B;
}
</style>
background-color css
<style>
a { background-color: #E0C98B; }
a { background-color: rgb(224,201,139); }
div.DivClassName
{
background-color: #E0C98B;
}
.BgClassName
{
background-color: #E0C98B;
}
</style>
border-color css
<style>
span { border-color: #E0C98B; }
span { border-color: rgb(224,201,139); }
td.TdClassName
{
border-color: #E0C98B;
}
.TagClassName
{
border-color: #E0C98B;
}
</style>