Shades of Zinnwaldite #E8BBAA
Tints of Zinnwaldite #E8BBAA
RGB
CMYK
RGB Variations
Color information
#E8BBAA (or 0xE8BBAA) is known color: Zinnwaldite. HEX triplet: E8, BB and AA. RGB value is (232,187,170). Sum of RGB (Red+Green+Blue) = 232+187+170=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BBAA is #174455. Grayscale: #C6C6C6. Windows color (decimal): -1524822 or 11189224. OLE color: 11189224.
HSL color Cylindrical-coordinate representation of color #E8BBAA: hue angle of 16.45º degrees, saturation: 0.57, 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 #E8BBAA is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 170 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.09 |
| HSL | 16.45º | 0.57% | 0.79% | - |
| HSV(B) | 16.45º | 0.27% | 0.91% | - |
| XYZ | 58.3 | 55.6 | 45.69 | - |
| YUV | 198.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 170 | 0 | 0.19 | 0.27 | 0.09 | 16.45 | 0.57 | 0.79 |
| Hex | E8 | BB | AA | 0 | 13 | 1B | 9 | 10 | 39 | 4F |
| Octal | 350 | 273 | 252 | 0 | 23 | 33 | 11 | 20 | 71 | 117 |
| Binary | 11101000 | 10111011 | 10101010 | 0 | 10011 | 11011 | 1001 | 10000 | 111001 | 1001111 |
Color Harmonies of #E8BBAA
Complementary color
Monochromatic Colors of #E8BBAA
Black with #E8BBAA
Text Example
Text Example
White with #E8BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BBAA; }
p { color: rgb(232,187,170); }
H1.HeaderClassName
{
color: #E8BBAA;
}
.AnyTagClassName
{
color: #E8BBAA;
}
</style>
background-color css
<style>
a { background-color: #E8BBAA; }
a { background-color: rgb(232,187,170); }
div.DivClassName
{
background-color: #E8BBAA;
}
.BgClassName
{
background-color: #E8BBAA;
}
</style>
border-color css
<style>
span { border-color: #E8BBAA; }
span { border-color: rgb(232,187,170); }
td.TdClassName
{
border-color: #E8BBAA;
}
.TagClassName
{
border-color: #E8BBAA;
}
</style>