Shades of Zinnwaldite #E9C0AA
Tints of Zinnwaldite #E9C0AA
RGB
CMYK
RGB Variations
Color information
#E9C0AA (or 0xE9C0AA) is known color: Zinnwaldite. HEX triplet: E9, C0 and AA. RGB value is (233,192,170). Sum of RGB (Red+Green+Blue) = 233+192+170=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C0AA is #163F55. Grayscale: #C9C9C9. Windows color (decimal): -1458006 or 11190505. OLE color: 11190505.
HSL color Cylindrical-coordinate representation of color #E9C0AA: hue angle of 20.95º degrees, saturation: 0.59, 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 #E9C0AA is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 170 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.09 |
| HSL | 20.95º | 0.59% | 0.79% | - |
| HSV(B) | 20.95º | 0.27% | 0.91% | - |
| XYZ | 59.71 | 57.93 | 46.06 | - |
| YUV | 201.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 170 | 0 | 0.18 | 0.27 | 0.09 | 20.95 | 0.59 | 0.79 |
| Hex | E9 | C0 | AA | 0 | 12 | 1B | 9 | 15 | 3B | 4F |
| Octal | 351 | 300 | 252 | 0 | 22 | 33 | 11 | 25 | 73 | 117 |
| Binary | 11101001 | 11000000 | 10101010 | 0 | 10010 | 11011 | 1001 | 10101 | 111011 | 1001111 |
Color Harmonies of #E9C0AA
Complementary color
Monochromatic Colors of #E9C0AA
Black with #E9C0AA
Text Example
Text Example
White with #E9C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C0AA; }
p { color: rgb(233,192,170); }
H1.HeaderClassName
{
color: #E9C0AA;
}
.AnyTagClassName
{
color: #E9C0AA;
}
</style>
background-color css
<style>
a { background-color: #E9C0AA; }
a { background-color: rgb(233,192,170); }
div.DivClassName
{
background-color: #E9C0AA;
}
.BgClassName
{
background-color: #E9C0AA;
}
</style>
border-color css
<style>
span { border-color: #E9C0AA; }
span { border-color: rgb(233,192,170); }
td.TdClassName
{
border-color: #E9C0AA;
}
.TagClassName
{
border-color: #E9C0AA;
}
</style>