Shades of Zinnwaldite #EFC1AA
Tints of Zinnwaldite #EFC1AA
RGB
CMYK
RGB Variations
Color information
#EFC1AA (or 0xEFC1AA) is known color: Zinnwaldite. HEX triplet: EF, C1 and AA. RGB value is (239,193,170). Sum of RGB (Red+Green+Blue) = 239+193+170=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1AA is #103E55. Grayscale: #CCCCCC. Windows color (decimal): -1064534 or 11190767. OLE color: 11190767.
HSL color Cylindrical-coordinate representation of color #EFC1AA: hue angle of 20º 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 #EFC1AA is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 170 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.06 |
| HSL | 20º | 0.68% | 0.8% | - |
| HSV(B) | 20º | 0.29% | 0.94% | - |
| XYZ | 61.92 | 59.39 | 46.23 | - |
| YUV | 204.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 170 | 0 | 0.19 | 0.29 | 0.06 | 20 | 0.68 | 0.8 |
| Hex | EF | C1 | AA | 0 | 13 | 1D | 6 | 14 | 44 | 50 |
| Octal | 357 | 301 | 252 | 0 | 23 | 35 | 6 | 24 | 104 | 120 |
| Binary | 11101111 | 11000001 | 10101010 | 0 | 10011 | 11101 | 110 | 10100 | 1000100 | 1010000 |
Color Harmonies of #EFC1AA
Complementary color
Monochromatic Colors of #EFC1AA
Black with #EFC1AA
Text Example
Text Example
White with #EFC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1AA; }
p { color: rgb(239,193,170); }
H1.HeaderClassName
{
color: #EFC1AA;
}
.AnyTagClassName
{
color: #EFC1AA;
}
</style>
background-color css
<style>
a { background-color: #EFC1AA; }
a { background-color: rgb(239,193,170); }
div.DivClassName
{
background-color: #EFC1AA;
}
.BgClassName
{
background-color: #EFC1AA;
}
</style>
border-color css
<style>
span { border-color: #EFC1AA; }
span { border-color: rgb(239,193,170); }
td.TdClassName
{
border-color: #EFC1AA;
}
.TagClassName
{
border-color: #EFC1AA;
}
</style>