Shades of Zinnwaldite #EBC0AA
Tints of Zinnwaldite #EBC0AA
RGB
CMYK
RGB Variations
Color information
#EBC0AA (or 0xEBC0AA) is known color: Zinnwaldite. HEX triplet: EB, C0 and AA. RGB value is (235,192,170). Sum of RGB (Red+Green+Blue) = 235+192+170=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0AA is #143F55. Grayscale: #CACACA. Windows color (decimal): -1326934 or 11190507. OLE color: 11190507.
HSL color Cylindrical-coordinate representation of color #EBC0AA: hue angle of 20.31º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBC0AA is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 170 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.08 |
| HSL | 20.31º | 0.62% | 0.79% | - |
| HSV(B) | 20.31º | 0.28% | 0.92% | - |
| XYZ | 60.37 | 58.26 | 46.09 | - |
| YUV | 202.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 170 | 0 | 0.18 | 0.28 | 0.08 | 20.31 | 0.62 | 0.79 |
| Hex | EB | C0 | AA | 0 | 12 | 1C | 8 | 14 | 3E | 4F |
| Octal | 353 | 300 | 252 | 0 | 22 | 34 | 10 | 24 | 76 | 117 |
| Binary | 11101011 | 11000000 | 10101010 | 0 | 10010 | 11100 | 1000 | 10100 | 111110 | 1001111 |
Color Harmonies of #EBC0AA
Complementary color
Monochromatic Colors of #EBC0AA
Black with #EBC0AA
Text Example
Text Example
White with #EBC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0AA; }
p { color: rgb(235,192,170); }
H1.HeaderClassName
{
color: #EBC0AA;
}
.AnyTagClassName
{
color: #EBC0AA;
}
</style>
background-color css
<style>
a { background-color: #EBC0AA; }
a { background-color: rgb(235,192,170); }
div.DivClassName
{
background-color: #EBC0AA;
}
.BgClassName
{
background-color: #EBC0AA;
}
</style>
border-color css
<style>
span { border-color: #EBC0AA; }
span { border-color: rgb(235,192,170); }
td.TdClassName
{
border-color: #EBC0AA;
}
.TagClassName
{
border-color: #EBC0AA;
}
</style>