Shades of Zinnwaldite #E5BCAC
Tints of Zinnwaldite #E5BCAC
RGB
CMYK
RGB Variations
Color information
#E5BCAC (or 0xE5BCAC) is known color: Zinnwaldite. HEX triplet: E5, BC and AC. RGB value is (229,188,172). Sum of RGB (Red+Green+Blue) = 229+188+172=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BCAC is #1A4353. Grayscale: #C6C6C6. Windows color (decimal): -1721172 or 11320549. OLE color: 11320549.
HSL color Cylindrical-coordinate representation of color #E5BCAC: hue angle of 16.84º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BCAC is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 172 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.10 |
| HSL | 16.84º | 0.52% | 0.79% | - |
| HSV(B) | 16.84º | 0.25% | 0.9% | - |
| XYZ | 57.74 | 55.6 | 46.72 | - |
| YUV | 198.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 172 | 0 | 0.18 | 0.25 | 0.10 | 16.84 | 0.52 | 0.79 |
| Hex | E5 | BC | AC | 0 | 12 | 19 | A | 11 | 34 | 4F |
| Octal | 345 | 274 | 254 | 0 | 22 | 31 | 12 | 21 | 64 | 117 |
| Binary | 11100101 | 10111100 | 10101100 | 0 | 10010 | 11001 | 1010 | 10001 | 110100 | 1001111 |
Color Harmonies of #E5BCAC
Complementary color
Monochromatic Colors of #E5BCAC
Black with #E5BCAC
Text Example
Text Example
White with #E5BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCAC; }
p { color: rgb(229,188,172); }
H1.HeaderClassName
{
color: #E5BCAC;
}
.AnyTagClassName
{
color: #E5BCAC;
}
</style>
background-color css
<style>
a { background-color: #E5BCAC; }
a { background-color: rgb(229,188,172); }
div.DivClassName
{
background-color: #E5BCAC;
}
.BgClassName
{
background-color: #E5BCAC;
}
</style>
border-color css
<style>
span { border-color: #E5BCAC; }
span { border-color: rgb(229,188,172); }
td.TdClassName
{
border-color: #E5BCAC;
}
.TagClassName
{
border-color: #E5BCAC;
}
</style>