Shades of Zinnwaldite #EAC3AD
Tints of Zinnwaldite #EAC3AD
RGB
CMYK
RGB Variations
Color information
#EAC3AD (or 0xEAC3AD) is known color: Zinnwaldite. HEX triplet: EA, C3 and AD. RGB value is (234,195,173). Sum of RGB (Red+Green+Blue) = 234+195+173=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC3AD is #153C52. Grayscale: #CCCCCC. Windows color (decimal): -1391699 or 11387882. OLE color: 11387882.
HSL color Cylindrical-coordinate representation of color #EAC3AD: hue angle of 21.64º 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 #EAC3AD is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 173 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.08 |
| HSL | 21.64º | 0.59% | 0.8% | - |
| HSV(B) | 21.64º | 0.26% | 0.92% | - |
| XYZ | 60.99 | 59.54 | 47.81 | - |
| YUV | 204.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 173 | 0 | 0.17 | 0.26 | 0.08 | 21.64 | 0.59 | 0.8 |
| Hex | EA | C3 | AD | 0 | 11 | 1A | 8 | 16 | 3B | 50 |
| Octal | 352 | 303 | 255 | 0 | 21 | 32 | 10 | 26 | 73 | 120 |
| Binary | 11101010 | 11000011 | 10101101 | 0 | 10001 | 11010 | 1000 | 10110 | 111011 | 1010000 |
Color Harmonies of #EAC3AD
Complementary color
Monochromatic Colors of #EAC3AD
Black with #EAC3AD
Text Example
Text Example
White with #EAC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC3AD; }
p { color: rgb(234,195,173); }
H1.HeaderClassName
{
color: #EAC3AD;
}
.AnyTagClassName
{
color: #EAC3AD;
}
</style>
background-color css
<style>
a { background-color: #EAC3AD; }
a { background-color: rgb(234,195,173); }
div.DivClassName
{
background-color: #EAC3AD;
}
.BgClassName
{
background-color: #EAC3AD;
}
</style>
border-color css
<style>
span { border-color: #EAC3AD; }
span { border-color: rgb(234,195,173); }
td.TdClassName
{
border-color: #EAC3AD;
}
.TagClassName
{
border-color: #EAC3AD;
}
</style>