Shades of Zinnwaldite #EABEA4
Tints of Zinnwaldite #EABEA4
RGB
CMYK
RGB Variations
Color information
#EABEA4 (or 0xEABEA4) is known color: Zinnwaldite. HEX triplet: EA, BE and A4. RGB value is (234,190,164). Sum of RGB (Red+Green+Blue) = 234+190+164=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEA4 is #15415B. Grayscale: #C8C8C8. Windows color (decimal): -1392988 or 10796778. OLE color: 10796778.
HSL color Cylindrical-coordinate representation of color #EABEA4: hue angle of 22.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EABEA4 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 164 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.08 |
| HSL | 22.29º | 0.63% | 0.78% | - |
| HSV(B) | 22.29º | 0.3% | 0.92% | - |
| XYZ | 59.05 | 57 | 43.01 | - |
| YUV | 200.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 164 | 0 | 0.19 | 0.30 | 0.08 | 22.29 | 0.63 | 0.78 |
| Hex | EA | BE | A4 | 0 | 13 | 1E | 8 | 16 | 3E | 4E |
| Octal | 352 | 276 | 244 | 0 | 23 | 36 | 10 | 26 | 76 | 116 |
| Binary | 11101010 | 10111110 | 10100100 | 0 | 10011 | 11110 | 1000 | 10110 | 111110 | 1001110 |
Color Harmonies of #EABEA4
Complementary color
Monochromatic Colors of #EABEA4
Black with #EABEA4
Text Example
Text Example
White with #EABEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEA4; }
p { color: rgb(234,190,164); }
H1.HeaderClassName
{
color: #EABEA4;
}
.AnyTagClassName
{
color: #EABEA4;
}
</style>
background-color css
<style>
a { background-color: #EABEA4; }
a { background-color: rgb(234,190,164); }
div.DivClassName
{
background-color: #EABEA4;
}
.BgClassName
{
background-color: #EABEA4;
}
</style>
border-color css
<style>
span { border-color: #EABEA4; }
span { border-color: rgb(234,190,164); }
td.TdClassName
{
border-color: #EABEA4;
}
.TagClassName
{
border-color: #EABEA4;
}
</style>