Shades of Zinnwaldite #E8BCA9
Tints of Zinnwaldite #E8BCA9
RGB
CMYK
RGB Variations
Color information
#E8BCA9 (or 0xE8BCA9) is known color: Zinnwaldite. HEX triplet: E8, BC and A9. RGB value is (232,188,169). Sum of RGB (Red+Green+Blue) = 232+188+169=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BCA9 is #174356. Grayscale: #C7C7C7. Windows color (decimal): -1524567 or 11123944. OLE color: 11123944.
HSL color Cylindrical-coordinate representation of color #E8BCA9: hue angle of 18.1º 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 #E8BCA9 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 169 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.09 |
| HSL | 18.1º | 0.58% | 0.79% | - |
| HSV(B) | 18.1º | 0.27% | 0.91% | - |
| XYZ | 58.42 | 55.99 | 45.26 | - |
| YUV | 198.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 169 | 0 | 0.19 | 0.27 | 0.09 | 18.1 | 0.58 | 0.79 |
| Hex | E8 | BC | A9 | 0 | 13 | 1B | 9 | 12 | 3A | 4F |
| Octal | 350 | 274 | 251 | 0 | 23 | 33 | 11 | 22 | 72 | 117 |
| Binary | 11101000 | 10111100 | 10101001 | 0 | 10011 | 11011 | 1001 | 10010 | 111010 | 1001111 |
Color Harmonies of #E8BCA9
Complementary color
Monochromatic Colors of #E8BCA9
Black with #E8BCA9
Text Example
Text Example
White with #E8BCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BCA9; }
p { color: rgb(232,188,169); }
H1.HeaderClassName
{
color: #E8BCA9;
}
.AnyTagClassName
{
color: #E8BCA9;
}
</style>
background-color css
<style>
a { background-color: #E8BCA9; }
a { background-color: rgb(232,188,169); }
div.DivClassName
{
background-color: #E8BCA9;
}
.BgClassName
{
background-color: #E8BCA9;
}
</style>
border-color css
<style>
span { border-color: #E8BCA9; }
span { border-color: rgb(232,188,169); }
td.TdClassName
{
border-color: #E8BCA9;
}
.TagClassName
{
border-color: #E8BCA9;
}
</style>