Shades of Zinnwaldite #EBC4B1
Tints of Zinnwaldite #EBC4B1
RGB
CMYK
RGB Variations
Color information
#EBC4B1 (or 0xEBC4B1) is known color: Zinnwaldite. HEX triplet: EB, C4 and B1. RGB value is (235,196,177). Sum of RGB (Red+Green+Blue) = 235+196+177=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4B1 is #143B4E. Grayscale: #CDCDCD. Windows color (decimal): -1325903 or 11650283. OLE color: 11650283.
HSL color Cylindrical-coordinate representation of color #EBC4B1: hue angle of 19.66º 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 #EBC4B1 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 177 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.08 |
| HSL | 19.66º | 0.59% | 0.81% | - |
| HSV(B) | 19.66º | 0.25% | 0.92% | - |
| XYZ | 61.94 | 60.32 | 49.97 | - |
| YUV | 205.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 177 | 0 | 0.17 | 0.25 | 0.08 | 19.66 | 0.59 | 0.81 |
| Hex | EB | C4 | B1 | 0 | 11 | 19 | 8 | 14 | 3B | 51 |
| Octal | 353 | 304 | 261 | 0 | 21 | 31 | 10 | 24 | 73 | 121 |
| Binary | 11101011 | 11000100 | 10110001 | 0 | 10001 | 11001 | 1000 | 10100 | 111011 | 1010001 |
Color Harmonies of #EBC4B1
Complementary color
Monochromatic Colors of #EBC4B1
Black with #EBC4B1
Text Example
Text Example
White with #EBC4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4B1; }
p { color: rgb(235,196,177); }
H1.HeaderClassName
{
color: #EBC4B1;
}
.AnyTagClassName
{
color: #EBC4B1;
}
</style>
background-color css
<style>
a { background-color: #EBC4B1; }
a { background-color: rgb(235,196,177); }
div.DivClassName
{
background-color: #EBC4B1;
}
.BgClassName
{
background-color: #EBC4B1;
}
</style>
border-color css
<style>
span { border-color: #EBC4B1; }
span { border-color: rgb(235,196,177); }
td.TdClassName
{
border-color: #EBC4B1;
}
.TagClassName
{
border-color: #EBC4B1;
}
</style>