Shades of Zinnwaldite #EBBCAB
Tints of Zinnwaldite #EBBCAB
RGB
CMYK
RGB Variations
Color information
#EBBCAB (or 0xEBBCAB) is known color: Zinnwaldite. HEX triplet: EB, BC and AB. RGB value is (235,188,171). Sum of RGB (Red+Green+Blue) = 235+188+171=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCAB is #144354. Grayscale: #C8C8C8. Windows color (decimal): -1327957 or 11255019. OLE color: 11255019.
HSL color Cylindrical-coordinate representation of color #EBBCAB: hue angle of 15.94º degrees, saturation: 0.62, 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 #EBBCAB is Cyan = 0, Magento = 0.2, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 171 | - |
| CMYK | 0 | 0.2 | 0.27 | 0.08 |
| HSL | 15.94º | 0.62% | 0.8% | - |
| HSV(B) | 15.94º | 0.27% | 0.92% | - |
| XYZ | 59.59 | 56.57 | 46.31 | - |
| YUV | 200.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 171 | 0 | 0.2 | 0.27 | 0.08 | 15.94 | 0.62 | 0.8 |
| Hex | EB | BC | AB | 0 | 14 | 1B | 8 | 10 | 3E | 50 |
| Octal | 353 | 274 | 253 | 0 | 24 | 33 | 10 | 20 | 76 | 120 |
| Binary | 11101011 | 10111100 | 10101011 | 0 | 10100 | 11011 | 1000 | 10000 | 111110 | 1010000 |
Color Harmonies of #EBBCAB
Complementary color
Monochromatic Colors of #EBBCAB
Black with #EBBCAB
Text Example
Text Example
White with #EBBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCAB; }
p { color: rgb(235,188,171); }
H1.HeaderClassName
{
color: #EBBCAB;
}
.AnyTagClassName
{
color: #EBBCAB;
}
</style>
background-color css
<style>
a { background-color: #EBBCAB; }
a { background-color: rgb(235,188,171); }
div.DivClassName
{
background-color: #EBBCAB;
}
.BgClassName
{
background-color: #EBBCAB;
}
</style>
border-color css
<style>
span { border-color: #EBBCAB; }
span { border-color: rgb(235,188,171); }
td.TdClassName
{
border-color: #EBBCAB;
}
.TagClassName
{
border-color: #EBBCAB;
}
</style>