Shades of Zinnwaldite #EAC0B3
Tints of Zinnwaldite #EAC0B3
RGB
CMYK
RGB Variations
Color information
#EAC0B3 (or 0xEAC0B3) is known color: Zinnwaldite. HEX triplet: EA, C0 and B3. RGB value is (234,192,179). Sum of RGB (Red+Green+Blue) = 234+192+179=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0B3 is #153F4C. Grayscale: #CBCBCB. Windows color (decimal): -1392461 or 11780330. OLE color: 11780330.
HSL color Cylindrical-coordinate representation of color #EAC0B3: hue angle of 14.18º 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 #EAC0B3 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 179 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.08 |
| HSL | 14.18º | 0.57% | 0.81% | - |
| HSV(B) | 14.18º | 0.24% | 0.92% | - |
| XYZ | 60.92 | 58.45 | 50.72 | - |
| YUV | 203.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 179 | 0 | 0.18 | 0.24 | 0.08 | 14.18 | 0.57 | 0.81 |
| Hex | EA | C0 | B3 | 0 | 12 | 18 | 8 | E | 39 | 51 |
| Octal | 352 | 300 | 263 | 0 | 22 | 30 | 10 | 16 | 71 | 121 |
| Binary | 11101010 | 11000000 | 10110011 | 0 | 10010 | 11000 | 1000 | 1110 | 111001 | 1010001 |
Color Harmonies of #EAC0B3
Complementary color
Monochromatic Colors of #EAC0B3
Black with #EAC0B3
Text Example
Text Example
White with #EAC0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0B3; }
p { color: rgb(234,192,179); }
H1.HeaderClassName
{
color: #EAC0B3;
}
.AnyTagClassName
{
color: #EAC0B3;
}
</style>
background-color css
<style>
a { background-color: #EAC0B3; }
a { background-color: rgb(234,192,179); }
div.DivClassName
{
background-color: #EAC0B3;
}
.BgClassName
{
background-color: #EAC0B3;
}
</style>
border-color css
<style>
span { border-color: #EAC0B3; }
span { border-color: rgb(234,192,179); }
td.TdClassName
{
border-color: #EAC0B3;
}
.TagClassName
{
border-color: #EAC0B3;
}
</style>