Shades of Zinnwaldite #EBC3B1
Tints of Zinnwaldite #EBC3B1
RGB
CMYK
RGB Variations
Color information
#EBC3B1 (or 0xEBC3B1) is known color: Zinnwaldite. HEX triplet: EB, C3 and B1. RGB value is (235,195,177). Sum of RGB (Red+Green+Blue) = 235+195+177=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3B1 is #143C4E. Grayscale: #CDCDCD. Windows color (decimal): -1326159 or 11650027. OLE color: 11650027.
HSL color Cylindrical-coordinate representation of color #EBC3B1: hue angle of 18.62º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBC3B1 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 177 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.08 |
| HSL | 18.62º | 0.59% | 0.81% | - |
| HSV(B) | 18.62º | 0.25% | 0.92% | - |
| XYZ | 61.71 | 59.87 | 49.9 | - |
| YUV | 204.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 177 | 0 | 0.17 | 0.25 | 0.08 | 18.62 | 0.59 | 0.81 |
| Hex | EB | C3 | B1 | 0 | 11 | 19 | 8 | 13 | 3B | 51 |
| Octal | 353 | 303 | 261 | 0 | 21 | 31 | 10 | 23 | 73 | 121 |
| Binary | 11101011 | 11000011 | 10110001 | 0 | 10001 | 11001 | 1000 | 10011 | 111011 | 1010001 |
Color Harmonies of #EBC3B1
Complementary color
Monochromatic Colors of #EBC3B1
Black with #EBC3B1
Text Example
Text Example
White with #EBC3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC3B1; }
p { color: rgb(235,195,177); }
H1.HeaderClassName
{
color: #EBC3B1;
}
.AnyTagClassName
{
color: #EBC3B1;
}
</style>
background-color css
<style>
a { background-color: #EBC3B1; }
a { background-color: rgb(235,195,177); }
div.DivClassName
{
background-color: #EBC3B1;
}
.BgClassName
{
background-color: #EBC3B1;
}
</style>
border-color css
<style>
span { border-color: #EBC3B1; }
span { border-color: rgb(235,195,177); }
td.TdClassName
{
border-color: #EBC3B1;
}
.TagClassName
{
border-color: #EBC3B1;
}
</style>