Shades of Zinnwaldite #EBBCAC
Tints of Zinnwaldite #EBBCAC
RGB
CMYK
RGB Variations
Color information
#EBBCAC (or 0xEBBCAC) is known color: Zinnwaldite. HEX triplet: EB, BC and AC. RGB value is (235,188,172). Sum of RGB (Red+Green+Blue) = 235+188+172=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCAC is #144353. Grayscale: #C8C8C8. Windows color (decimal): -1327956 or 11320555. OLE color: 11320555.
HSL color Cylindrical-coordinate representation of color #EBBCAC: hue angle of 15.24º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBBCAC is Cyan = 0, Magento = 0.2, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 172 | - |
| CMYK | 0 | 0.2 | 0.27 | 0.08 |
| HSL | 15.24º | 0.61% | 0.8% | - |
| HSV(B) | 15.24º | 0.27% | 0.92% | - |
| XYZ | 59.69 | 56.61 | 46.81 | - |
| YUV | 200.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 172 | 0 | 0.2 | 0.27 | 0.08 | 15.24 | 0.61 | 0.8 |
| Hex | EB | BC | AC | 0 | 14 | 1B | 8 | F | 3D | 50 |
| Octal | 353 | 274 | 254 | 0 | 24 | 33 | 10 | 17 | 75 | 120 |
| Binary | 11101011 | 10111100 | 10101100 | 0 | 10100 | 11011 | 1000 | 1111 | 111101 | 1010000 |
Color Harmonies of #EBBCAC
Complementary color
Monochromatic Colors of #EBBCAC
Black with #EBBCAC
Text Example
Text Example
White with #EBBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCAC; }
p { color: rgb(235,188,172); }
H1.HeaderClassName
{
color: #EBBCAC;
}
.AnyTagClassName
{
color: #EBBCAC;
}
</style>
background-color css
<style>
a { background-color: #EBBCAC; }
a { background-color: rgb(235,188,172); }
div.DivClassName
{
background-color: #EBBCAC;
}
.BgClassName
{
background-color: #EBBCAC;
}
</style>
border-color css
<style>
span { border-color: #EBBCAC; }
span { border-color: rgb(235,188,172); }
td.TdClassName
{
border-color: #EBBCAC;
}
.TagClassName
{
border-color: #EBBCAC;
}
</style>