Shades of Zinnwaldite #E5C1AB
Tints of Zinnwaldite #E5C1AB
RGB
CMYK
RGB Variations
Color information
#E5C1AB (or 0xE5C1AB) is known color: Zinnwaldite. HEX triplet: E5, C1 and AB. RGB value is (229,193,171). Sum of RGB (Red+Green+Blue) = 229+193+171=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C1AB is #1A3E54. Grayscale: #C9C9C9. Windows color (decimal): -1719893 or 11256293. OLE color: 11256293.
HSL color Cylindrical-coordinate representation of color #E5C1AB: hue angle of 22.76º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5C1AB is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 193 | 171 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.10 |
| HSL | 22.76º | 0.53% | 0.78% | - |
| HSV(B) | 22.76º | 0.25% | 0.9% | - |
| XYZ | 58.73 | 57.74 | 46.58 | - |
| YUV | 201.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 193 | 171 | 0 | 0.16 | 0.25 | 0.10 | 22.76 | 0.53 | 0.78 |
| Hex | E5 | C1 | AB | 0 | 10 | 19 | A | 17 | 35 | 4E |
| Octal | 345 | 301 | 253 | 0 | 20 | 31 | 12 | 27 | 65 | 116 |
| Binary | 11100101 | 11000001 | 10101011 | 0 | 10000 | 11001 | 1010 | 10111 | 110101 | 1001110 |
Color Harmonies of #E5C1AB
Complementary color
Monochromatic Colors of #E5C1AB
Black with #E5C1AB
Text Example
Text Example
White with #E5C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C1AB; }
p { color: rgb(229,193,171); }
H1.HeaderClassName
{
color: #E5C1AB;
}
.AnyTagClassName
{
color: #E5C1AB;
}
</style>
background-color css
<style>
a { background-color: #E5C1AB; }
a { background-color: rgb(229,193,171); }
div.DivClassName
{
background-color: #E5C1AB;
}
.BgClassName
{
background-color: #E5C1AB;
}
</style>
border-color css
<style>
span { border-color: #E5C1AB; }
span { border-color: rgb(229,193,171); }
td.TdClassName
{
border-color: #E5C1AB;
}
.TagClassName
{
border-color: #E5C1AB;
}
</style>