Shades of Zinnwaldite #EABCA9
Tints of Zinnwaldite #EABCA9
RGB
CMYK
RGB Variations
Color information
#EABCA9 (or 0xEABCA9) is known color: Zinnwaldite. HEX triplet: EA, BC and A9. RGB value is (234,188,169). Sum of RGB (Red+Green+Blue) = 234+188+169=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA9 is #154356. Grayscale: #C7C7C7. Windows color (decimal): -1393495 or 11123946. OLE color: 11123946.
HSL color Cylindrical-coordinate representation of color #EABCA9: hue angle of 17.54º degrees, saturation: 0.61, 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 #EABCA9 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 169 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.08 |
| HSL | 17.54º | 0.61% | 0.79% | - |
| HSV(B) | 17.54º | 0.28% | 0.92% | - |
| XYZ | 59.08 | 56.32 | 45.29 | - |
| YUV | 199.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 169 | 0 | 0.20 | 0.28 | 0.08 | 17.54 | 0.61 | 0.79 |
| Hex | EA | BC | A9 | 0 | 14 | 1C | 8 | 12 | 3D | 4F |
| Octal | 352 | 274 | 251 | 0 | 24 | 34 | 10 | 22 | 75 | 117 |
| Binary | 11101010 | 10111100 | 10101001 | 0 | 10100 | 11100 | 1000 | 10010 | 111101 | 1001111 |
Color Harmonies of #EABCA9
Complementary color
Monochromatic Colors of #EABCA9
Black with #EABCA9
Text Example
Text Example
White with #EABCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCA9; }
p { color: rgb(234,188,169); }
H1.HeaderClassName
{
color: #EABCA9;
}
.AnyTagClassName
{
color: #EABCA9;
}
</style>
background-color css
<style>
a { background-color: #EABCA9; }
a { background-color: rgb(234,188,169); }
div.DivClassName
{
background-color: #EABCA9;
}
.BgClassName
{
background-color: #EABCA9;
}
</style>
border-color css
<style>
span { border-color: #EABCA9; }
span { border-color: rgb(234,188,169); }
td.TdClassName
{
border-color: #EABCA9;
}
.TagClassName
{
border-color: #EABCA9;
}
</style>