Shades of Zinnwaldite #E6BBAA
Tints of Zinnwaldite #E6BBAA
RGB
CMYK
RGB Variations
Color information
#E6BBAA (or 0xE6BBAA) is known color: Zinnwaldite. HEX triplet: E6, BB and AA. RGB value is (230,187,170). Sum of RGB (Red+Green+Blue) = 230+187+170=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BBAA is #194455. Grayscale: #C6C6C6. Windows color (decimal): -1655894 or 11189222. OLE color: 11189222.
HSL color Cylindrical-coordinate representation of color #E6BBAA: hue angle of 17º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6BBAA is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 170 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.10 |
| HSL | 17º | 0.55% | 0.78% | - |
| HSV(B) | 17º | 0.26% | 0.9% | - |
| XYZ | 57.66 | 55.27 | 45.66 | - |
| YUV | 197.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 170 | 0 | 0.19 | 0.26 | 0.10 | 17 | 0.55 | 0.78 |
| Hex | E6 | BB | AA | 0 | 13 | 1A | A | 11 | 37 | 4E |
| Octal | 346 | 273 | 252 | 0 | 23 | 32 | 12 | 21 | 67 | 116 |
| Binary | 11100110 | 10111011 | 10101010 | 0 | 10011 | 11010 | 1010 | 10001 | 110111 | 1001110 |
Color Harmonies of #E6BBAA
Complementary color
Monochromatic Colors of #E6BBAA
Black with #E6BBAA
Text Example
Text Example
White with #E6BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BBAA; }
p { color: rgb(230,187,170); }
H1.HeaderClassName
{
color: #E6BBAA;
}
.AnyTagClassName
{
color: #E6BBAA;
}
</style>
background-color css
<style>
a { background-color: #E6BBAA; }
a { background-color: rgb(230,187,170); }
div.DivClassName
{
background-color: #E6BBAA;
}
.BgClassName
{
background-color: #E6BBAA;
}
</style>
border-color css
<style>
span { border-color: #E6BBAA; }
span { border-color: rgb(230,187,170); }
td.TdClassName
{
border-color: #E6BBAA;
}
.TagClassName
{
border-color: #E6BBAA;
}
</style>