Shades of Zinnwaldite #EABDA8
Tints of Zinnwaldite #EABDA8
RGB
CMYK
RGB Variations
Color information
#EABDA8 (or 0xEABDA8) is known color: Zinnwaldite. HEX triplet: EA, BD and A8. RGB value is (234,189,168). Sum of RGB (Red+Green+Blue) = 234+189+168=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDA8 is #154257. Grayscale: #C8C8C8. Windows color (decimal): -1393240 or 11058666. OLE color: 11058666.
HSL color Cylindrical-coordinate representation of color #EABDA8: hue angle of 19.09º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EABDA8 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 168 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.08 |
| HSL | 19.09º | 0.61% | 0.79% | - |
| HSV(B) | 19.09º | 0.28% | 0.92% | - |
| XYZ | 59.2 | 56.71 | 44.87 | - |
| YUV | 200.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 168 | 0 | 0.19 | 0.28 | 0.08 | 19.09 | 0.61 | 0.79 |
| Hex | EA | BD | A8 | 0 | 13 | 1C | 8 | 13 | 3D | 4F |
| Octal | 352 | 275 | 250 | 0 | 23 | 34 | 10 | 23 | 75 | 117 |
| Binary | 11101010 | 10111101 | 10101000 | 0 | 10011 | 11100 | 1000 | 10011 | 111101 | 1001111 |
Color Harmonies of #EABDA8
Complementary color
Monochromatic Colors of #EABDA8
Black with #EABDA8
Text Example
Text Example
White with #EABDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDA8; }
p { color: rgb(234,189,168); }
H1.HeaderClassName
{
color: #EABDA8;
}
.AnyTagClassName
{
color: #EABDA8;
}
</style>
background-color css
<style>
a { background-color: #EABDA8; }
a { background-color: rgb(234,189,168); }
div.DivClassName
{
background-color: #EABDA8;
}
.BgClassName
{
background-color: #EABDA8;
}
</style>
border-color css
<style>
span { border-color: #EABDA8; }
span { border-color: rgb(234,189,168); }
td.TdClassName
{
border-color: #EABDA8;
}
.TagClassName
{
border-color: #EABDA8;
}
</style>