Shades of Zinnwaldite #EBC5AF
Tints of Zinnwaldite #EBC5AF
RGB
CMYK
RGB Variations
Color information
#EBC5AF (or 0xEBC5AF) is known color: Zinnwaldite. HEX triplet: EB, C5 and AF. RGB value is (235,197,175). Sum of RGB (Red+Green+Blue) = 235+197+175=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5AF is #143A50. Grayscale: #CDCDCD. Windows color (decimal): -1325649 or 11519467. OLE color: 11519467.
HSL color Cylindrical-coordinate representation of color #EBC5AF: hue angle of 22º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBC5AF is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 175 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.08 |
| HSL | 22º | 0.6% | 0.8% | - |
| HSV(B) | 22º | 0.26% | 0.92% | - |
| XYZ | 61.97 | 60.69 | 49.01 | - |
| YUV | 205.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 175 | 0 | 0.16 | 0.26 | 0.08 | 22 | 0.6 | 0.8 |
| Hex | EB | C5 | AF | 0 | 10 | 1A | 8 | 16 | 3C | 50 |
| Octal | 353 | 305 | 257 | 0 | 20 | 32 | 10 | 26 | 74 | 120 |
| Binary | 11101011 | 11000101 | 10101111 | 0 | 10000 | 11010 | 1000 | 10110 | 111100 | 1010000 |
Color Harmonies of #EBC5AF
Complementary color
Monochromatic Colors of #EBC5AF
Black with #EBC5AF
Text Example
Text Example
White with #EBC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5AF; }
p { color: rgb(235,197,175); }
H1.HeaderClassName
{
color: #EBC5AF;
}
.AnyTagClassName
{
color: #EBC5AF;
}
</style>
background-color css
<style>
a { background-color: #EBC5AF; }
a { background-color: rgb(235,197,175); }
div.DivClassName
{
background-color: #EBC5AF;
}
.BgClassName
{
background-color: #EBC5AF;
}
</style>
border-color css
<style>
span { border-color: #EBC5AF; }
span { border-color: rgb(235,197,175); }
td.TdClassName
{
border-color: #EBC5AF;
}
.TagClassName
{
border-color: #EBC5AF;
}
</style>