Shades of Zinnwaldite #EBC5B3
Tints of Zinnwaldite #EBC5B3
RGB
CMYK
RGB Variations
Color information
#EBC5B3 (or 0xEBC5B3) is known color: Zinnwaldite. HEX triplet: EB, C5 and B3. RGB value is (235,197,179). Sum of RGB (Red+Green+Blue) = 235+197+179=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5B3 is #143A4C. Grayscale: #CECECE. Windows color (decimal): -1325645 or 11781611. OLE color: 11781611.
HSL color Cylindrical-coordinate representation of color #EBC5B3: hue angle of 19.29º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBC5B3 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 179 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.08 |
| HSL | 19.29º | 0.58% | 0.81% | - |
| HSV(B) | 19.29º | 0.24% | 0.92% | - |
| XYZ | 62.36 | 60.85 | 51.11 | - |
| YUV | 206.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 179 | 0 | 0.16 | 0.24 | 0.08 | 19.29 | 0.58 | 0.81 |
| Hex | EB | C5 | B3 | 0 | 10 | 18 | 8 | 13 | 3A | 51 |
| Octal | 353 | 305 | 263 | 0 | 20 | 30 | 10 | 23 | 72 | 121 |
| Binary | 11101011 | 11000101 | 10110011 | 0 | 10000 | 11000 | 1000 | 10011 | 111010 | 1010001 |
Color Harmonies of #EBC5B3
Complementary color
Monochromatic Colors of #EBC5B3
Black with #EBC5B3
Text Example
Text Example
White with #EBC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5B3; }
p { color: rgb(235,197,179); }
H1.HeaderClassName
{
color: #EBC5B3;
}
.AnyTagClassName
{
color: #EBC5B3;
}
</style>
background-color css
<style>
a { background-color: #EBC5B3; }
a { background-color: rgb(235,197,179); }
div.DivClassName
{
background-color: #EBC5B3;
}
.BgClassName
{
background-color: #EBC5B3;
}
</style>
border-color css
<style>
span { border-color: #EBC5B3; }
span { border-color: rgb(235,197,179); }
td.TdClassName
{
border-color: #EBC5B3;
}
.TagClassName
{
border-color: #EBC5B3;
}
</style>