Shades of Zinnwaldite #E4BBAB
Tints of Zinnwaldite #E4BBAB
RGB
CMYK
RGB Variations
Color information
#E4BBAB (or 0xE4BBAB) is known color: Zinnwaldite. HEX triplet: E4, BB and AB. RGB value is (228,187,171). Sum of RGB (Red+Green+Blue) = 228+187+171=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BBAB is #1B4454. Grayscale: #C5C5C5. Windows color (decimal): -1786965 or 11254756. OLE color: 11254756.
HSL color Cylindrical-coordinate representation of color #E4BBAB: hue angle of 16.84º degrees, saturation: 0.51, 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 #E4BBAB is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 187 | 171 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.11 |
| HSL | 16.84º | 0.51% | 0.78% | - |
| HSV(B) | 16.84º | 0.25% | 0.89% | - |
| XYZ | 57.12 | 54.97 | 46.13 | - |
| YUV | 197.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 171 | 0 | 0.18 | 0.25 | 0.11 | 16.84 | 0.51 | 0.78 |
| Hex | E4 | BB | AB | 0 | 12 | 19 | B | 11 | 33 | 4E |
| Octal | 344 | 273 | 253 | 0 | 22 | 31 | 13 | 21 | 63 | 116 |
| Binary | 11100100 | 10111011 | 10101011 | 0 | 10010 | 11001 | 1011 | 10001 | 110011 | 1001110 |
Color Harmonies of #E4BBAB
Complementary color
Monochromatic Colors of #E4BBAB
Black with #E4BBAB
Text Example
Text Example
White with #E4BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BBAB; }
p { color: rgb(228,187,171); }
H1.HeaderClassName
{
color: #E4BBAB;
}
.AnyTagClassName
{
color: #E4BBAB;
}
</style>
background-color css
<style>
a { background-color: #E4BBAB; }
a { background-color: rgb(228,187,171); }
div.DivClassName
{
background-color: #E4BBAB;
}
.BgClassName
{
background-color: #E4BBAB;
}
</style>
border-color css
<style>
span { border-color: #E4BBAB; }
span { border-color: rgb(228,187,171); }
td.TdClassName
{
border-color: #E4BBAB;
}
.TagClassName
{
border-color: #E4BBAB;
}
</style>