Shades of Zinnwaldite #E5C4B2
Tints of Zinnwaldite #E5C4B2
RGB
CMYK
RGB Variations
Color information
#E5C4B2 (or 0xE5C4B2) is known color: Zinnwaldite. HEX triplet: E5, C4 and B2. RGB value is (229,196,178). Sum of RGB (Red+Green+Blue) = 229+196+178=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C4B2 is #1A3B4D. Grayscale: #CBCBCB. Windows color (decimal): -1719118 or 11715813. OLE color: 11715813.
HSL color Cylindrical-coordinate representation of color #E5C4B2: hue angle of 21.18º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5C4B2 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 178 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.10 |
| HSL | 21.18º | 0.5% | 0.8% | - |
| HSV(B) | 21.18º | 0.22% | 0.9% | - |
| XYZ | 60.09 | 59.35 | 50.41 | - |
| YUV | 203.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 178 | 0 | 0.14 | 0.22 | 0.10 | 21.18 | 0.5 | 0.8 |
| Hex | E5 | C4 | B2 | 0 | E | 16 | A | 15 | 32 | 50 |
| Octal | 345 | 304 | 262 | 0 | 16 | 26 | 12 | 25 | 62 | 120 |
| Binary | 11100101 | 11000100 | 10110010 | 0 | 1110 | 10110 | 1010 | 10101 | 110010 | 1010000 |
Color Harmonies of #E5C4B2
Complementary color
Monochromatic Colors of #E5C4B2
Black with #E5C4B2
Text Example
Text Example
White with #E5C4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C4B2; }
p { color: rgb(229,196,178); }
H1.HeaderClassName
{
color: #E5C4B2;
}
.AnyTagClassName
{
color: #E5C4B2;
}
</style>
background-color css
<style>
a { background-color: #E5C4B2; }
a { background-color: rgb(229,196,178); }
div.DivClassName
{
background-color: #E5C4B2;
}
.BgClassName
{
background-color: #E5C4B2;
}
</style>
border-color css
<style>
span { border-color: #E5C4B2; }
span { border-color: rgb(229,196,178); }
td.TdClassName
{
border-color: #E5C4B2;
}
.TagClassName
{
border-color: #E5C4B2;
}
</style>