Shades of Zinnwaldite #EFC2AC
Tints of Zinnwaldite #EFC2AC
RGB
CMYK
RGB Variations
Color information
#EFC2AC (or 0xEFC2AC) is known color: Zinnwaldite. HEX triplet: EF, C2 and AC. RGB value is (239,194,172). Sum of RGB (Red+Green+Blue) = 239+194+172=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2AC is #103D53. Grayscale: #CDCDCD. Windows color (decimal): -1064276 or 11322095. OLE color: 11322095.
HSL color Cylindrical-coordinate representation of color #EFC2AC: hue angle of 19.7º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFC2AC is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 172 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.06 |
| HSL | 19.7º | 0.68% | 0.81% | - |
| HSV(B) | 19.7º | 0.28% | 0.94% | - |
| XYZ | 62.33 | 59.91 | 47.31 | - |
| YUV | 204.95 | 109.41 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 172 | 0 | 0.19 | 0.28 | 0.06 | 19.7 | 0.68 | 0.81 |
| Hex | EF | C2 | AC | 0 | 13 | 1C | 6 | 14 | 44 | 51 |
| Octal | 357 | 302 | 254 | 0 | 23 | 34 | 6 | 24 | 104 | 121 |
| Binary | 11101111 | 11000010 | 10101100 | 0 | 10011 | 11100 | 110 | 10100 | 1000100 | 1010001 |
Color Harmonies of #EFC2AC
Complementary color
Monochromatic Colors of #EFC2AC
Black with #EFC2AC
Text Example
Text Example
White with #EFC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2AC; }
p { color: rgb(239,194,172); }
H1.HeaderClassName
{
color: #EFC2AC;
}
.AnyTagClassName
{
color: #EFC2AC;
}
</style>
background-color css
<style>
a { background-color: #EFC2AC; }
a { background-color: rgb(239,194,172); }
div.DivClassName
{
background-color: #EFC2AC;
}
.BgClassName
{
background-color: #EFC2AC;
}
</style>
border-color css
<style>
span { border-color: #EFC2AC; }
span { border-color: rgb(239,194,172); }
td.TdClassName
{
border-color: #EFC2AC;
}
.TagClassName
{
border-color: #EFC2AC;
}
</style>