Shades of Zinnwaldite #E3BBAB
Tints of Zinnwaldite #E3BBAB
RGB
CMYK
RGB Variations
Color information
#E3BBAB (or 0xE3BBAB) is known color: Zinnwaldite. HEX triplet: E3, BB and AB. RGB value is (227,187,171). Sum of RGB (Red+Green+Blue) = 227+187+171=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BBAB is #1C4454. Grayscale: #C5C5C5. Windows color (decimal): -1852501 or 11254755. OLE color: 11254755.
HSL color Cylindrical-coordinate representation of color #E3BBAB: hue angle of 17.14º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3BBAB is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 187 | 171 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.11 |
| HSL | 17.14º | 0.5% | 0.78% | - |
| HSV(B) | 17.14º | 0.25% | 0.89% | - |
| XYZ | 56.8 | 54.81 | 46.11 | - |
| YUV | 197.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 187 | 171 | 0 | 0.18 | 0.25 | 0.11 | 17.14 | 0.5 | 0.78 |
| Hex | E3 | BB | AB | 0 | 12 | 19 | B | 11 | 32 | 4E |
| Octal | 343 | 273 | 253 | 0 | 22 | 31 | 13 | 21 | 62 | 116 |
| Binary | 11100011 | 10111011 | 10101011 | 0 | 10010 | 11001 | 1011 | 10001 | 110010 | 1001110 |
Color Harmonies of #E3BBAB
Complementary color
Monochromatic Colors of #E3BBAB
Black with #E3BBAB
Text Example
Text Example
White with #E3BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BBAB; }
p { color: rgb(227,187,171); }
H1.HeaderClassName
{
color: #E3BBAB;
}
.AnyTagClassName
{
color: #E3BBAB;
}
</style>
background-color css
<style>
a { background-color: #E3BBAB; }
a { background-color: rgb(227,187,171); }
div.DivClassName
{
background-color: #E3BBAB;
}
.BgClassName
{
background-color: #E3BBAB;
}
</style>
border-color css
<style>
span { border-color: #E3BBAB; }
span { border-color: rgb(227,187,171); }
td.TdClassName
{
border-color: #E3BBAB;
}
.TagClassName
{
border-color: #E3BBAB;
}
</style>