Shades of Zinnwaldite #EAC2B2
Tints of Zinnwaldite #EAC2B2
RGB
CMYK
RGB Variations
Color information
#EAC2B2 (or 0xEAC2B2) is known color: Zinnwaldite. HEX triplet: EA, C2 and B2. RGB value is (234,194,178). Sum of RGB (Red+Green+Blue) = 234+194+178=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC2B2 is #153D4D. Grayscale: #CCCCCC. Windows color (decimal): -1391950 or 11715306. OLE color: 11715306.
HSL color Cylindrical-coordinate representation of color #EAC2B2: hue angle of 17.14º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAC2B2 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 178 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.08 |
| HSL | 17.14º | 0.57% | 0.81% | - |
| HSV(B) | 17.14º | 0.24% | 0.92% | - |
| XYZ | 61.26 | 59.29 | 50.33 | - |
| YUV | 204.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 178 | 0 | 0.17 | 0.24 | 0.08 | 17.14 | 0.57 | 0.81 |
| Hex | EA | C2 | B2 | 0 | 11 | 18 | 8 | 11 | 39 | 51 |
| Octal | 352 | 302 | 262 | 0 | 21 | 30 | 10 | 21 | 71 | 121 |
| Binary | 11101010 | 11000010 | 10110010 | 0 | 10001 | 11000 | 1000 | 10001 | 111001 | 1010001 |
Color Harmonies of #EAC2B2
Complementary color
Monochromatic Colors of #EAC2B2
Black with #EAC2B2
Text Example
Text Example
White with #EAC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2B2; }
p { color: rgb(234,194,178); }
H1.HeaderClassName
{
color: #EAC2B2;
}
.AnyTagClassName
{
color: #EAC2B2;
}
</style>
background-color css
<style>
a { background-color: #EAC2B2; }
a { background-color: rgb(234,194,178); }
div.DivClassName
{
background-color: #EAC2B2;
}
.BgClassName
{
background-color: #EAC2B2;
}
</style>
border-color css
<style>
span { border-color: #EAC2B2; }
span { border-color: rgb(234,194,178); }
td.TdClassName
{
border-color: #EAC2B2;
}
.TagClassName
{
border-color: #EAC2B2;
}
</style>