Shades of Zinnwaldite #E5C5B3
Tints of Zinnwaldite #E5C5B3
RGB
CMYK
RGB Variations
Color information
#E5C5B3 (or 0xE5C5B3) is known color: Zinnwaldite. HEX triplet: E5, C5 and B3. RGB value is (229,197,179). Sum of RGB (Red+Green+Blue) = 229+197+179=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C5B3 is #1A3A4C. Grayscale: #CCCCCC. Windows color (decimal): -1718861 or 11781605. OLE color: 11781605.
HSL color Cylindrical-coordinate representation of color #E5C5B3: hue angle of 21.6º 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 #E5C5B3 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 179 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.10 |
| HSL | 21.6º | 0.49% | 0.8% | - |
| HSV(B) | 21.6º | 0.22% | 0.9% | - |
| XYZ | 60.42 | 59.85 | 51.01 | - |
| YUV | 204.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 179 | 0 | 0.14 | 0.22 | 0.10 | 21.6 | 0.49 | 0.8 |
| Hex | E5 | C5 | B3 | 0 | E | 16 | A | 16 | 31 | 50 |
| Octal | 345 | 305 | 263 | 0 | 16 | 26 | 12 | 26 | 61 | 120 |
| Binary | 11100101 | 11000101 | 10110011 | 0 | 1110 | 10110 | 1010 | 10110 | 110001 | 1010000 |
Color Harmonies of #E5C5B3
Complementary color
Monochromatic Colors of #E5C5B3
Black with #E5C5B3
Text Example
Text Example
White with #E5C5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C5B3; }
p { color: rgb(229,197,179); }
H1.HeaderClassName
{
color: #E5C5B3;
}
.AnyTagClassName
{
color: #E5C5B3;
}
</style>
background-color css
<style>
a { background-color: #E5C5B3; }
a { background-color: rgb(229,197,179); }
div.DivClassName
{
background-color: #E5C5B3;
}
.BgClassName
{
background-color: #E5C5B3;
}
</style>
border-color css
<style>
span { border-color: #E5C5B3; }
span { border-color: rgb(229,197,179); }
td.TdClassName
{
border-color: #E5C5B3;
}
.TagClassName
{
border-color: #E5C5B3;
}
</style>