Shades of Zinnwaldite #EABDAC
Tints of Zinnwaldite #EABDAC
RGB
CMYK
RGB Variations
Color information
#EABDAC (or 0xEABDAC) is known color: Zinnwaldite. HEX triplet: EA, BD and AC. RGB value is (234,189,172). Sum of RGB (Red+Green+Blue) = 234+189+172=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDAC is #154253. Grayscale: #C8C8C8. Windows color (decimal): -1393236 or 11320810. OLE color: 11320810.
HSL color Cylindrical-coordinate representation of color #EABDAC: hue angle of 16.45º 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 #EABDAC is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 172 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.08 |
| HSL | 16.45º | 0.6% | 0.8% | - |
| HSV(B) | 16.45º | 0.26% | 0.92% | - |
| XYZ | 59.58 | 56.87 | 46.87 | - |
| YUV | 200.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 172 | 0 | 0.19 | 0.26 | 0.08 | 16.45 | 0.6 | 0.8 |
| Hex | EA | BD | AC | 0 | 13 | 1A | 8 | 10 | 3C | 50 |
| Octal | 352 | 275 | 254 | 0 | 23 | 32 | 10 | 20 | 74 | 120 |
| Binary | 11101010 | 10111101 | 10101100 | 0 | 10011 | 11010 | 1000 | 10000 | 111100 | 1010000 |
Color Harmonies of #EABDAC
Complementary color
Monochromatic Colors of #EABDAC
Black with #EABDAC
Text Example
Text Example
White with #EABDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDAC; }
p { color: rgb(234,189,172); }
H1.HeaderClassName
{
color: #EABDAC;
}
.AnyTagClassName
{
color: #EABDAC;
}
</style>
background-color css
<style>
a { background-color: #EABDAC; }
a { background-color: rgb(234,189,172); }
div.DivClassName
{
background-color: #EABDAC;
}
.BgClassName
{
background-color: #EABDAC;
}
</style>
border-color css
<style>
span { border-color: #EABDAC; }
span { border-color: rgb(234,189,172); }
td.TdClassName
{
border-color: #EABDAC;
}
.TagClassName
{
border-color: #EABDAC;
}
</style>