Shades of Zinnwaldite #E4BCAC
Tints of Zinnwaldite #E4BCAC
RGB
CMYK
RGB Variations
Color information
#E4BCAC (or 0xE4BCAC) is known color: Zinnwaldite. HEX triplet: E4, BC and AC. RGB value is (228,188,172). Sum of RGB (Red+Green+Blue) = 228+188+172=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BCAC is #1B4353. Grayscale: #C6C6C6. Windows color (decimal): -1786708 or 11320548. OLE color: 11320548.
HSL color Cylindrical-coordinate representation of color #E4BCAC: hue angle of 17.14º 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 #E4BCAC is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 172 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.11 |
| HSL | 17.14º | 0.51% | 0.78% | - |
| HSV(B) | 17.14º | 0.25% | 0.89% | - |
| XYZ | 57.42 | 55.44 | 46.7 | - |
| YUV | 198.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 172 | 0 | 0.18 | 0.25 | 0.11 | 17.14 | 0.51 | 0.78 |
| Hex | E4 | BC | AC | 0 | 12 | 19 | B | 11 | 33 | 4E |
| Octal | 344 | 274 | 254 | 0 | 22 | 31 | 13 | 21 | 63 | 116 |
| Binary | 11100100 | 10111100 | 10101100 | 0 | 10010 | 11001 | 1011 | 10001 | 110011 | 1001110 |
Color Harmonies of #E4BCAC
Complementary color
Monochromatic Colors of #E4BCAC
Black with #E4BCAC
Text Example
Text Example
White with #E4BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BCAC; }
p { color: rgb(228,188,172); }
H1.HeaderClassName
{
color: #E4BCAC;
}
.AnyTagClassName
{
color: #E4BCAC;
}
</style>
background-color css
<style>
a { background-color: #E4BCAC; }
a { background-color: rgb(228,188,172); }
div.DivClassName
{
background-color: #E4BCAC;
}
.BgClassName
{
background-color: #E4BCAC;
}
</style>
border-color css
<style>
span { border-color: #E4BCAC; }
span { border-color: rgb(228,188,172); }
td.TdClassName
{
border-color: #E4BCAC;
}
.TagClassName
{
border-color: #E4BCAC;
}
</style>