Shades of Zinnwaldite #EFC2AA
Tints of Zinnwaldite #EFC2AA
RGB
CMYK
RGB Variations
Color information
#EFC2AA (or 0xEFC2AA) is known color: Zinnwaldite. HEX triplet: EF, C2 and AA. RGB value is (239,194,170). Sum of RGB (Red+Green+Blue) = 239+194+170=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2AA is #103D55. Grayscale: #CCCCCC. Windows color (decimal): -1064278 or 11191023. OLE color: 11191023.
HSL color Cylindrical-coordinate representation of color #EFC2AA: hue angle of 20.87º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFC2AA is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 170 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.06 |
| HSL | 20.87º | 0.68% | 0.8% | - |
| HSV(B) | 20.87º | 0.29% | 0.94% | - |
| XYZ | 62.14 | 59.84 | 46.3 | - |
| YUV | 204.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 170 | 0 | 0.19 | 0.29 | 0.06 | 20.87 | 0.68 | 0.8 |
| Hex | EF | C2 | AA | 0 | 13 | 1D | 6 | 15 | 44 | 50 |
| Octal | 357 | 302 | 252 | 0 | 23 | 35 | 6 | 25 | 104 | 120 |
| Binary | 11101111 | 11000010 | 10101010 | 0 | 10011 | 11101 | 110 | 10101 | 1000100 | 1010000 |
Color Harmonies of #EFC2AA
Complementary color
Monochromatic Colors of #EFC2AA
Black with #EFC2AA
Text Example
Text Example
White with #EFC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2AA; }
p { color: rgb(239,194,170); }
H1.HeaderClassName
{
color: #EFC2AA;
}
.AnyTagClassName
{
color: #EFC2AA;
}
</style>
background-color css
<style>
a { background-color: #EFC2AA; }
a { background-color: rgb(239,194,170); }
div.DivClassName
{
background-color: #EFC2AA;
}
.BgClassName
{
background-color: #EFC2AA;
}
</style>
border-color css
<style>
span { border-color: #EFC2AA; }
span { border-color: rgb(239,194,170); }
td.TdClassName
{
border-color: #EFC2AA;
}
.TagClassName
{
border-color: #EFC2AA;
}
</style>