Shades of Zinnwaldite #E5C4B6
Tints of Zinnwaldite #E5C4B6
RGB
CMYK
RGB Variations
Color information
#E5C4B6 (or 0xE5C4B6) is known color: Zinnwaldite. HEX triplet: E5, C4 and B6. RGB value is (229,196,182). Sum of RGB (Red+Green+Blue) = 229+196+182=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4B6 is #1A3B49. Grayscale: #CCCCCC. Windows color (decimal): -1719114 or 11977957. OLE color: 11977957.
HSL color Cylindrical-coordinate representation of color #E5C4B6: hue angle of 17.87º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5C4B6 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 182 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.10 |
| HSL | 17.87º | 0.47% | 0.81% | - |
| HSV(B) | 17.87º | 0.21% | 0.9% | - |
| XYZ | 60.5 | 59.52 | 52.56 | - |
| YUV | 204.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 182 | 0 | 0.14 | 0.21 | 0.10 | 17.87 | 0.47 | 0.81 |
| Hex | E5 | C4 | B6 | 0 | E | 15 | A | 12 | 2F | 51 |
| Octal | 345 | 304 | 266 | 0 | 16 | 25 | 12 | 22 | 57 | 121 |
| Binary | 11100101 | 11000100 | 10110110 | 0 | 1110 | 10101 | 1010 | 10010 | 101111 | 1010001 |
Color Harmonies of #E5C4B6
Complementary color
Monochromatic Colors of #E5C4B6
Black with #E5C4B6
Text Example
Text Example
White with #E5C4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C4B6; }
p { color: rgb(229,196,182); }
H1.HeaderClassName
{
color: #E5C4B6;
}
.AnyTagClassName
{
color: #E5C4B6;
}
</style>
background-color css
<style>
a { background-color: #E5C4B6; }
a { background-color: rgb(229,196,182); }
div.DivClassName
{
background-color: #E5C4B6;
}
.BgClassName
{
background-color: #E5C4B6;
}
</style>
border-color css
<style>
span { border-color: #E5C4B6; }
span { border-color: rgb(229,196,182); }
td.TdClassName
{
border-color: #E5C4B6;
}
.TagClassName
{
border-color: #E5C4B6;
}
</style>