Shades of Zinnwaldite #EABDAE
Tints of Zinnwaldite #EABDAE
RGB
CMYK
RGB Variations
Color information
#EABDAE (or 0xEABDAE) is known color: Zinnwaldite. HEX triplet: EA, BD and AE. RGB value is (234,189,174). Sum of RGB (Red+Green+Blue) = 234+189+174=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDAE is #154251. Grayscale: #C8C8C8. Windows color (decimal): -1393234 or 11451882. OLE color: 11451882.
HSL color Cylindrical-coordinate representation of color #EABDAE: hue angle of 15º 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 #EABDAE is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 174 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.08 |
| HSL | 15º | 0.59% | 0.8% | - |
| HSV(B) | 15º | 0.26% | 0.92% | - |
| XYZ | 59.77 | 56.94 | 47.89 | - |
| YUV | 200.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 174 | 0 | 0.19 | 0.26 | 0.08 | 15 | 0.59 | 0.8 |
| Hex | EA | BD | AE | 0 | 13 | 1A | 8 | F | 3B | 50 |
| Octal | 352 | 275 | 256 | 0 | 23 | 32 | 10 | 17 | 73 | 120 |
| Binary | 11101010 | 10111101 | 10101110 | 0 | 10011 | 11010 | 1000 | 1111 | 111011 | 1010000 |
Color Harmonies of #EABDAE
Complementary color
Monochromatic Colors of #EABDAE
Black with #EABDAE
Text Example
Text Example
White with #EABDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDAE; }
p { color: rgb(234,189,174); }
H1.HeaderClassName
{
color: #EABDAE;
}
.AnyTagClassName
{
color: #EABDAE;
}
</style>
background-color css
<style>
a { background-color: #EABDAE; }
a { background-color: rgb(234,189,174); }
div.DivClassName
{
background-color: #EABDAE;
}
.BgClassName
{
background-color: #EABDAE;
}
</style>
border-color css
<style>
span { border-color: #EABDAE; }
span { border-color: rgb(234,189,174); }
td.TdClassName
{
border-color: #EABDAE;
}
.TagClassName
{
border-color: #EABDAE;
}
</style>