Shades of Zinnwaldite #EAC3B1
Tints of Zinnwaldite #EAC3B1
RGB
CMYK
RGB Variations
Color information
#EAC3B1 (or 0xEAC3B1) is known color: Zinnwaldite. HEX triplet: EA, C3 and B1. RGB value is (234,195,177). Sum of RGB (Red+Green+Blue) = 234+195+177=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC3B1 is #153C4E. Grayscale: #CCCCCC. Windows color (decimal): -1391695 or 11650026. OLE color: 11650026.
HSL color Cylindrical-coordinate representation of color #EAC3B1: hue angle of 18.95º degrees, saturation: 0.58, 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 #EAC3B1 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 177 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.08 |
| HSL | 18.95º | 0.58% | 0.81% | - |
| HSV(B) | 18.95º | 0.24% | 0.92% | - |
| XYZ | 61.38 | 59.7 | 49.88 | - |
| YUV | 204.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 177 | 0 | 0.17 | 0.24 | 0.08 | 18.95 | 0.58 | 0.81 |
| Hex | EA | C3 | B1 | 0 | 11 | 18 | 8 | 13 | 3A | 51 |
| Octal | 352 | 303 | 261 | 0 | 21 | 30 | 10 | 23 | 72 | 121 |
| Binary | 11101010 | 11000011 | 10110001 | 0 | 10001 | 11000 | 1000 | 10011 | 111010 | 1010001 |
Color Harmonies of #EAC3B1
Complementary color
Monochromatic Colors of #EAC3B1
Black with #EAC3B1
Text Example
Text Example
White with #EAC3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC3B1; }
p { color: rgb(234,195,177); }
H1.HeaderClassName
{
color: #EAC3B1;
}
.AnyTagClassName
{
color: #EAC3B1;
}
</style>
background-color css
<style>
a { background-color: #EAC3B1; }
a { background-color: rgb(234,195,177); }
div.DivClassName
{
background-color: #EAC3B1;
}
.BgClassName
{
background-color: #EAC3B1;
}
</style>
border-color css
<style>
span { border-color: #EAC3B1; }
span { border-color: rgb(234,195,177); }
td.TdClassName
{
border-color: #EAC3B1;
}
.TagClassName
{
border-color: #EAC3B1;
}
</style>