Shades of Zinnwaldite #EABEAB
Tints of Zinnwaldite #EABEAB
RGB
CMYK
RGB Variations
Color information
#EABEAB (or 0xEABEAB) is known color: Zinnwaldite. HEX triplet: EA, BE and AB. RGB value is (234,190,171). Sum of RGB (Red+Green+Blue) = 234+190+171=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEAB is #154154. Grayscale: #C9C9C9. Windows color (decimal): -1392981 or 11255530. OLE color: 11255530.
HSL color Cylindrical-coordinate representation of color #EABEAB: hue angle of 18.1º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EABEAB is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 171 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.08 |
| HSL | 18.1º | 0.6% | 0.79% | - |
| HSV(B) | 18.1º | 0.27% | 0.92% | - |
| XYZ | 59.7 | 57.26 | 46.43 | - |
| YUV | 200.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 171 | 0 | 0.19 | 0.27 | 0.08 | 18.1 | 0.6 | 0.79 |
| Hex | EA | BE | AB | 0 | 13 | 1B | 8 | 12 | 3C | 4F |
| Octal | 352 | 276 | 253 | 0 | 23 | 33 | 10 | 22 | 74 | 117 |
| Binary | 11101010 | 10111110 | 10101011 | 0 | 10011 | 11011 | 1000 | 10010 | 111100 | 1001111 |
Color Harmonies of #EABEAB
Complementary color
Monochromatic Colors of #EABEAB
Black with #EABEAB
Text Example
Text Example
White with #EABEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEAB; }
p { color: rgb(234,190,171); }
H1.HeaderClassName
{
color: #EABEAB;
}
.AnyTagClassName
{
color: #EABEAB;
}
</style>
background-color css
<style>
a { background-color: #EABEAB; }
a { background-color: rgb(234,190,171); }
div.DivClassName
{
background-color: #EABEAB;
}
.BgClassName
{
background-color: #EABEAB;
}
</style>
border-color css
<style>
span { border-color: #EABEAB; }
span { border-color: rgb(234,190,171); }
td.TdClassName
{
border-color: #EABEAB;
}
.TagClassName
{
border-color: #EABEAB;
}
</style>