Shades of Zinnwaldite #EABEAC
Tints of Zinnwaldite #EABEAC
RGB
CMYK
RGB Variations
Color information
#EABEAC (or 0xEABEAC) is known color: Zinnwaldite. HEX triplet: EA, BE and AC. RGB value is (234,190,172). Sum of RGB (Red+Green+Blue) = 234+190+172=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEAC is #154153. Grayscale: #C9C9C9. Windows color (decimal): -1392980 or 11321066. OLE color: 11321066.
HSL color Cylindrical-coordinate representation of color #EABEAC: hue angle of 17.42º 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 #EABEAC is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 172 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.08 |
| HSL | 17.42º | 0.6% | 0.8% | - |
| HSV(B) | 17.42º | 0.26% | 0.92% | - |
| XYZ | 59.79 | 57.3 | 46.94 | - |
| YUV | 201.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 172 | 0 | 0.19 | 0.26 | 0.08 | 17.42 | 0.6 | 0.8 |
| Hex | EA | BE | AC | 0 | 13 | 1A | 8 | 11 | 3C | 50 |
| Octal | 352 | 276 | 254 | 0 | 23 | 32 | 10 | 21 | 74 | 120 |
| Binary | 11101010 | 10111110 | 10101100 | 0 | 10011 | 11010 | 1000 | 10001 | 111100 | 1010000 |
Color Harmonies of #EABEAC
Complementary color
Monochromatic Colors of #EABEAC
Black with #EABEAC
Text Example
Text Example
White with #EABEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEAC; }
p { color: rgb(234,190,172); }
H1.HeaderClassName
{
color: #EABEAC;
}
.AnyTagClassName
{
color: #EABEAC;
}
</style>
background-color css
<style>
a { background-color: #EABEAC; }
a { background-color: rgb(234,190,172); }
div.DivClassName
{
background-color: #EABEAC;
}
.BgClassName
{
background-color: #EABEAC;
}
</style>
border-color css
<style>
span { border-color: #EABEAC; }
span { border-color: rgb(234,190,172); }
td.TdClassName
{
border-color: #EABEAC;
}
.TagClassName
{
border-color: #EABEAC;
}
</style>