Shades of Zinnwaldite #E3BBAC
Tints of Zinnwaldite #E3BBAC
RGB
CMYK
RGB Variations
Color information
#E3BBAC (or 0xE3BBAC) is known color: Zinnwaldite. HEX triplet: E3, BB and AC. RGB value is (227,187,172). Sum of RGB (Red+Green+Blue) = 227+187+172=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BBAC is #1C4453. Grayscale: #C5C5C5. Windows color (decimal): -1852500 or 11320291. OLE color: 11320291.
HSL color Cylindrical-coordinate representation of color #E3BBAC: hue angle of 16.36º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3BBAC is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 187 | 172 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.11 |
| HSL | 16.36º | 0.5% | 0.78% | - |
| HSV(B) | 16.36º | 0.24% | 0.89% | - |
| XYZ | 56.9 | 54.85 | 46.62 | - |
| YUV | 197.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 187 | 172 | 0 | 0.18 | 0.24 | 0.11 | 16.36 | 0.5 | 0.78 |
| Hex | E3 | BB | AC | 0 | 12 | 18 | B | 10 | 32 | 4E |
| Octal | 343 | 273 | 254 | 0 | 22 | 30 | 13 | 20 | 62 | 116 |
| Binary | 11100011 | 10111011 | 10101100 | 0 | 10010 | 11000 | 1011 | 10000 | 110010 | 1001110 |
Color Harmonies of #E3BBAC
Complementary color
Monochromatic Colors of #E3BBAC
Black with #E3BBAC
Text Example
Text Example
White with #E3BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BBAC; }
p { color: rgb(227,187,172); }
H1.HeaderClassName
{
color: #E3BBAC;
}
.AnyTagClassName
{
color: #E3BBAC;
}
</style>
background-color css
<style>
a { background-color: #E3BBAC; }
a { background-color: rgb(227,187,172); }
div.DivClassName
{
background-color: #E3BBAC;
}
.BgClassName
{
background-color: #E3BBAC;
}
</style>
border-color css
<style>
span { border-color: #E3BBAC; }
span { border-color: rgb(227,187,172); }
td.TdClassName
{
border-color: #E3BBAC;
}
.TagClassName
{
border-color: #E3BBAC;
}
</style>