Shades of Zinnwaldite #E5C4B3
Tints of Zinnwaldite #E5C4B3
RGB
CMYK
RGB Variations
Color information
#E5C4B3 (or 0xE5C4B3) is known color: Zinnwaldite. HEX triplet: E5, C4 and B3. RGB value is (229,196,179). Sum of RGB (Red+Green+Blue) = 229+196+179=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C4B3 is #1A3B4C. Grayscale: #CCCCCC. Windows color (decimal): -1719117 or 11781349. OLE color: 11781349.
HSL color Cylindrical-coordinate representation of color #E5C4B3: hue angle of 20.4º degrees, saturation: 0.49, 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 #E5C4B3 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 196 | 179 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.10 |
| HSL | 20.4º | 0.49% | 0.8% | - |
| HSV(B) | 20.4º | 0.22% | 0.9% | - |
| XYZ | 60.19 | 59.39 | 50.94 | - |
| YUV | 203.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 196 | 179 | 0 | 0.14 | 0.22 | 0.10 | 20.4 | 0.49 | 0.8 |
| Hex | E5 | C4 | B3 | 0 | E | 16 | A | 14 | 31 | 50 |
| Octal | 345 | 304 | 263 | 0 | 16 | 26 | 12 | 24 | 61 | 120 |
| Binary | 11100101 | 11000100 | 10110011 | 0 | 1110 | 10110 | 1010 | 10100 | 110001 | 1010000 |
Color Harmonies of #E5C4B3
Complementary color
Monochromatic Colors of #E5C4B3
Black with #E5C4B3
Text Example
Text Example
White with #E5C4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C4B3; }
p { color: rgb(229,196,179); }
H1.HeaderClassName
{
color: #E5C4B3;
}
.AnyTagClassName
{
color: #E5C4B3;
}
</style>
background-color css
<style>
a { background-color: #E5C4B3; }
a { background-color: rgb(229,196,179); }
div.DivClassName
{
background-color: #E5C4B3;
}
.BgClassName
{
background-color: #E5C4B3;
}
</style>
border-color css
<style>
span { border-color: #E5C4B3; }
span { border-color: rgb(229,196,179); }
td.TdClassName
{
border-color: #E5C4B3;
}
.TagClassName
{
border-color: #E5C4B3;
}
</style>