Shades of Zinnwaldite #EBC2AD
Tints of Zinnwaldite #EBC2AD
RGB
CMYK
RGB Variations
Color information
#EBC2AD (or 0xEBC2AD) is known color: Zinnwaldite. HEX triplet: EB, C2 and AD. RGB value is (235,194,173). Sum of RGB (Red+Green+Blue) = 235+194+173=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2AD is #143D52. Grayscale: #CBCBCB. Windows color (decimal): -1326419 or 11387627. OLE color: 11387627.
HSL color Cylindrical-coordinate representation of color #EBC2AD: hue angle of 20.32º degrees, saturation: 0.61, 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 #EBC2AD is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 173 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.08 |
| HSL | 20.32º | 0.61% | 0.8% | - |
| HSV(B) | 20.32º | 0.26% | 0.92% | - |
| XYZ | 61.1 | 59.26 | 47.75 | - |
| YUV | 203.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 173 | 0 | 0.17 | 0.26 | 0.08 | 20.32 | 0.61 | 0.8 |
| Hex | EB | C2 | AD | 0 | 11 | 1A | 8 | 14 | 3D | 50 |
| Octal | 353 | 302 | 255 | 0 | 21 | 32 | 10 | 24 | 75 | 120 |
| Binary | 11101011 | 11000010 | 10101101 | 0 | 10001 | 11010 | 1000 | 10100 | 111101 | 1010000 |
Color Harmonies of #EBC2AD
Complementary color
Monochromatic Colors of #EBC2AD
Black with #EBC2AD
Text Example
Text Example
White with #EBC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2AD; }
p { color: rgb(235,194,173); }
H1.HeaderClassName
{
color: #EBC2AD;
}
.AnyTagClassName
{
color: #EBC2AD;
}
</style>
background-color css
<style>
a { background-color: #EBC2AD; }
a { background-color: rgb(235,194,173); }
div.DivClassName
{
background-color: #EBC2AD;
}
.BgClassName
{
background-color: #EBC2AD;
}
</style>
border-color css
<style>
span { border-color: #EBC2AD; }
span { border-color: rgb(235,194,173); }
td.TdClassName
{
border-color: #EBC2AD;
}
.TagClassName
{
border-color: #EBC2AD;
}
</style>