Shades of Zinnwaldite #EABCAB
Tints of Zinnwaldite #EABCAB
RGB
CMYK
RGB Variations
Color information
#EABCAB (or 0xEABCAB) is known color: Zinnwaldite. HEX triplet: EA, BC and AB. RGB value is (234,188,171). Sum of RGB (Red+Green+Blue) = 234+188+171=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCAB is #154354. Grayscale: #C7C7C7. Windows color (decimal): -1393493 or 11255018. OLE color: 11255018.
HSL color Cylindrical-coordinate representation of color #EABCAB: hue angle of 16.19º 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 #EABCAB is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 171 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.08 |
| HSL | 16.19º | 0.6% | 0.79% | - |
| HSV(B) | 16.19º | 0.27% | 0.92% | - |
| XYZ | 59.27 | 56.4 | 46.29 | - |
| YUV | 199.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 171 | 0 | 0.20 | 0.27 | 0.08 | 16.19 | 0.6 | 0.79 |
| Hex | EA | BC | AB | 0 | 14 | 1B | 8 | 10 | 3C | 4F |
| Octal | 352 | 274 | 253 | 0 | 24 | 33 | 10 | 20 | 74 | 117 |
| Binary | 11101010 | 10111100 | 10101011 | 0 | 10100 | 11011 | 1000 | 10000 | 111100 | 1001111 |
Color Harmonies of #EABCAB
Complementary color
Monochromatic Colors of #EABCAB
Black with #EABCAB
Text Example
Text Example
White with #EABCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCAB; }
p { color: rgb(234,188,171); }
H1.HeaderClassName
{
color: #EABCAB;
}
.AnyTagClassName
{
color: #EABCAB;
}
</style>
background-color css
<style>
a { background-color: #EABCAB; }
a { background-color: rgb(234,188,171); }
div.DivClassName
{
background-color: #EABCAB;
}
.BgClassName
{
background-color: #EABCAB;
}
</style>
border-color css
<style>
span { border-color: #EABCAB; }
span { border-color: rgb(234,188,171); }
td.TdClassName
{
border-color: #EABCAB;
}
.TagClassName
{
border-color: #EABCAB;
}
</style>