Shades of Zinnwaldite #E9C3AB
Tints of Zinnwaldite #E9C3AB
RGB
CMYK
RGB Variations
Color information
#E9C3AB (or 0xE9C3AB) is known color: Zinnwaldite. HEX triplet: E9, C3 and AB. RGB value is (233,195,171). Sum of RGB (Red+Green+Blue) = 233+195+171=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C3AB is #163C54. Grayscale: #CBCBCB. Windows color (decimal): -1457237 or 11256809. OLE color: 11256809.
HSL color Cylindrical-coordinate representation of color #E9C3AB: hue angle of 23.23º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9C3AB is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 195 | 171 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.09 |
| HSL | 23.23º | 0.58% | 0.79% | - |
| HSV(B) | 23.23º | 0.27% | 0.91% | - |
| XYZ | 60.47 | 59.29 | 46.79 | - |
| YUV | 203.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 195 | 171 | 0 | 0.16 | 0.27 | 0.09 | 23.23 | 0.58 | 0.79 |
| Hex | E9 | C3 | AB | 0 | 10 | 1B | 9 | 17 | 3A | 4F |
| Octal | 351 | 303 | 253 | 0 | 20 | 33 | 11 | 27 | 72 | 117 |
| Binary | 11101001 | 11000011 | 10101011 | 0 | 10000 | 11011 | 1001 | 10111 | 111010 | 1001111 |
Color Harmonies of #E9C3AB
Complementary color
Monochromatic Colors of #E9C3AB
Black with #E9C3AB
Text Example
Text Example
White with #E9C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C3AB; }
p { color: rgb(233,195,171); }
H1.HeaderClassName
{
color: #E9C3AB;
}
.AnyTagClassName
{
color: #E9C3AB;
}
</style>
background-color css
<style>
a { background-color: #E9C3AB; }
a { background-color: rgb(233,195,171); }
div.DivClassName
{
background-color: #E9C3AB;
}
.BgClassName
{
background-color: #E9C3AB;
}
</style>
border-color css
<style>
span { border-color: #E9C3AB; }
span { border-color: rgb(233,195,171); }
td.TdClassName
{
border-color: #E9C3AB;
}
.TagClassName
{
border-color: #E9C3AB;
}
</style>