Shades of Zinnwaldite #EBC2AF
Tints of Zinnwaldite #EBC2AF
RGB
CMYK
RGB Variations
Color information
#EBC2AF (or 0xEBC2AF) is known color: Zinnwaldite. HEX triplet: EB, C2 and AF. RGB value is (235,194,175). Sum of RGB (Red+Green+Blue) = 235+194+175=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2AF is #143D50. Grayscale: #CCCCCC. Windows color (decimal): -1326417 or 11518699. OLE color: 11518699.
HSL color Cylindrical-coordinate representation of color #EBC2AF: hue angle of 19º 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 #EBC2AF is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 194 | 175 | - |
CMYK | 0 | 0.17 | 0.26 | 0.08 |
HSL | 19º | 0.6% | 0.8% | - |
HSV(B) | 19º | 0.26% | 0.92% | - |
XYZ | 61.29 | 59.34 | 48.78 | - |
YUV | 204.09 | 111.58 | 150.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 194 | 175 | 0 | 0.17 | 0.26 | 0.08 | 19 | 0.6 | 0.8 |
Hex | EB | C2 | AF | 0 | 11 | 1A | 8 | 13 | 3C | 50 |
Octal | 353 | 302 | 257 | 0 | 21 | 32 | 10 | 23 | 74 | 120 |
Binary | 11101011 | 11000010 | 10101111 | 0 | 10001 | 11010 | 1000 | 10011 | 111100 | 1010000 |
Color Harmonies of #EBC2AF
Complementary color
Monochromatic Colors of #EBC2AF
Black with #EBC2AF
Text Example
Text Example
White with #EBC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2AF; }
p { color: rgb(235,194,175); }
H1.HeaderClassName
{
color: #EBC2AF;
}
.AnyTagClassName
{
color: #EBC2AF;
}
</style>
background-color css
<style>
a { background-color: #EBC2AF; }
a { background-color: rgb(235,194,175); }
div.DivClassName
{
background-color: #EBC2AF;
}
.BgClassName
{
background-color: #EBC2AF;
}
</style>
border-color css
<style>
span { border-color: #EBC2AF; }
span { border-color: rgb(235,194,175); }
td.TdClassName
{
border-color: #EBC2AF;
}
.TagClassName
{
border-color: #EBC2AF;
}
</style>