Shades of Zinnwaldite #EAC5AF
Tints of Zinnwaldite #EAC5AF
RGB
CMYK
RGB Variations
Color information
#EAC5AF (or 0xEAC5AF) is known color: Zinnwaldite. HEX triplet: EA, C5 and AF. RGB value is (234,197,175). Sum of RGB (Red+Green+Blue) = 234+197+175=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC5AF is #153A50. Grayscale: #CDCDCD. Windows color (decimal): -1391185 or 11519466. OLE color: 11519466.
HSL color Cylindrical-coordinate representation of color #EAC5AF: hue angle of 22.37º 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 #EAC5AF is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 175 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.08 |
| HSL | 22.37º | 0.58% | 0.8% | - |
| HSV(B) | 22.37º | 0.25% | 0.92% | - |
| XYZ | 61.64 | 60.52 | 48.99 | - |
| YUV | 205.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 175 | 0 | 0.16 | 0.25 | 0.08 | 22.37 | 0.58 | 0.8 |
| Hex | EA | C5 | AF | 0 | 10 | 19 | 8 | 16 | 3A | 50 |
| Octal | 352 | 305 | 257 | 0 | 20 | 31 | 10 | 26 | 72 | 120 |
| Binary | 11101010 | 11000101 | 10101111 | 0 | 10000 | 11001 | 1000 | 10110 | 111010 | 1010000 |
Color Harmonies of #EAC5AF
Complementary color
Monochromatic Colors of #EAC5AF
Black with #EAC5AF
Text Example
Text Example
White with #EAC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5AF; }
p { color: rgb(234,197,175); }
H1.HeaderClassName
{
color: #EAC5AF;
}
.AnyTagClassName
{
color: #EAC5AF;
}
</style>
background-color css
<style>
a { background-color: #EAC5AF; }
a { background-color: rgb(234,197,175); }
div.DivClassName
{
background-color: #EAC5AF;
}
.BgClassName
{
background-color: #EAC5AF;
}
</style>
border-color css
<style>
span { border-color: #EAC5AF; }
span { border-color: rgb(234,197,175); }
td.TdClassName
{
border-color: #EAC5AF;
}
.TagClassName
{
border-color: #EAC5AF;
}
</style>