Shades of Zinnwaldite #EABCAF
Tints of Zinnwaldite #EABCAF
RGB
CMYK
RGB Variations
Color information
#EABCAF (or 0xEABCAF) is known color: Zinnwaldite. HEX triplet: EA, BC and AF. RGB value is (234,188,175). Sum of RGB (Red+Green+Blue) = 234+188+175=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCAF is #154350. Grayscale: #C8C8C8. Windows color (decimal): -1393489 or 11517162. OLE color: 11517162.
HSL color Cylindrical-coordinate representation of color #EABCAF: hue angle of 13.22º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABCAF is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 175 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.08 |
| HSL | 13.22º | 0.58% | 0.8% | - |
| HSV(B) | 13.22º | 0.25% | 0.92% | - |
| XYZ | 59.65 | 56.55 | 48.33 | - |
| YUV | 200.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 175 | 0 | 0.20 | 0.25 | 0.08 | 13.22 | 0.58 | 0.8 |
| Hex | EA | BC | AF | 0 | 14 | 19 | 8 | D | 3A | 50 |
| Octal | 352 | 274 | 257 | 0 | 24 | 31 | 10 | 15 | 72 | 120 |
| Binary | 11101010 | 10111100 | 10101111 | 0 | 10100 | 11001 | 1000 | 1101 | 111010 | 1010000 |
Color Harmonies of #EABCAF
Complementary color
Monochromatic Colors of #EABCAF
Black with #EABCAF
Text Example
Text Example
White with #EABCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCAF; }
p { color: rgb(234,188,175); }
H1.HeaderClassName
{
color: #EABCAF;
}
.AnyTagClassName
{
color: #EABCAF;
}
</style>
background-color css
<style>
a { background-color: #EABCAF; }
a { background-color: rgb(234,188,175); }
div.DivClassName
{
background-color: #EABCAF;
}
.BgClassName
{
background-color: #EABCAF;
}
</style>
border-color css
<style>
span { border-color: #EABCAF; }
span { border-color: rgb(234,188,175); }
td.TdClassName
{
border-color: #EABCAF;
}
.TagClassName
{
border-color: #EABCAF;
}
</style>