Shades of Zinnwaldite #EABDAD
Tints of Zinnwaldite #EABDAD
RGB
CMYK
RGB Variations
Color information
#EABDAD (or 0xEABDAD) is known color: Zinnwaldite. HEX triplet: EA, BD and AD. RGB value is (234,189,173). Sum of RGB (Red+Green+Blue) = 234+189+173=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDAD is #154252. Grayscale: #C8C8C8. Windows color (decimal): -1393235 or 11386346. OLE color: 11386346.
HSL color Cylindrical-coordinate representation of color #EABDAD: hue angle of 15.74º degrees, saturation: 0.59, 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 #EABDAD is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 173 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.08 |
| HSL | 15.74º | 0.59% | 0.8% | - |
| HSV(B) | 15.74º | 0.26% | 0.92% | - |
| XYZ | 59.67 | 56.9 | 47.37 | - |
| YUV | 200.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 173 | 0 | 0.19 | 0.26 | 0.08 | 15.74 | 0.59 | 0.8 |
| Hex | EA | BD | AD | 0 | 13 | 1A | 8 | 10 | 3B | 50 |
| Octal | 352 | 275 | 255 | 0 | 23 | 32 | 10 | 20 | 73 | 120 |
| Binary | 11101010 | 10111101 | 10101101 | 0 | 10011 | 11010 | 1000 | 10000 | 111011 | 1010000 |
Color Harmonies of #EABDAD
Complementary color
Monochromatic Colors of #EABDAD
Black with #EABDAD
Text Example
Text Example
White with #EABDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDAD; }
p { color: rgb(234,189,173); }
H1.HeaderClassName
{
color: #EABDAD;
}
.AnyTagClassName
{
color: #EABDAD;
}
</style>
background-color css
<style>
a { background-color: #EABDAD; }
a { background-color: rgb(234,189,173); }
div.DivClassName
{
background-color: #EABDAD;
}
.BgClassName
{
background-color: #EABDAD;
}
</style>
border-color css
<style>
span { border-color: #EABDAD; }
span { border-color: rgb(234,189,173); }
td.TdClassName
{
border-color: #EABDAD;
}
.TagClassName
{
border-color: #EABDAD;
}
</style>