Shades of Zinnwaldite #EABDA6
Tints of Zinnwaldite #EABDA6
RGB
CMYK
RGB Variations
Color information
#EABDA6 (or 0xEABDA6) is known color: Zinnwaldite. HEX triplet: EA, BD and A6. RGB value is (234,189,166). Sum of RGB (Red+Green+Blue) = 234+189+166=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDA6 is #154259. Grayscale: #C7C7C7. Windows color (decimal): -1393242 or 10927594. OLE color: 10927594.
HSL color Cylindrical-coordinate representation of color #EABDA6: hue angle of 20.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EABDA6 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 166 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.08 |
| HSL | 20.29º | 0.62% | 0.78% | - |
| HSV(B) | 20.29º | 0.29% | 0.92% | - |
| XYZ | 59.01 | 56.64 | 43.9 | - |
| YUV | 199.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 166 | 0 | 0.19 | 0.29 | 0.08 | 20.29 | 0.62 | 0.78 |
| Hex | EA | BD | A6 | 0 | 13 | 1D | 8 | 14 | 3E | 4E |
| Octal | 352 | 275 | 246 | 0 | 23 | 35 | 10 | 24 | 76 | 116 |
| Binary | 11101010 | 10111101 | 10100110 | 0 | 10011 | 11101 | 1000 | 10100 | 111110 | 1001110 |
Color Harmonies of #EABDA6
Complementary color
Monochromatic Colors of #EABDA6
Black with #EABDA6
Text Example
Text Example
White with #EABDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDA6; }
p { color: rgb(234,189,166); }
H1.HeaderClassName
{
color: #EABDA6;
}
.AnyTagClassName
{
color: #EABDA6;
}
</style>
background-color css
<style>
a { background-color: #EABDA6; }
a { background-color: rgb(234,189,166); }
div.DivClassName
{
background-color: #EABDA6;
}
.BgClassName
{
background-color: #EABDA6;
}
</style>
border-color css
<style>
span { border-color: #EABDA6; }
span { border-color: rgb(234,189,166); }
td.TdClassName
{
border-color: #EABDA6;
}
.TagClassName
{
border-color: #EABDA6;
}
</style>