Shades of Zinnwaldite #EFC2AB
Tints of Zinnwaldite #EFC2AB
RGB
CMYK
RGB Variations
Color information
#EFC2AB (or 0xEFC2AB) is known color: Zinnwaldite. HEX triplet: EF, C2 and AB. RGB value is (239,194,171). Sum of RGB (Red+Green+Blue) = 239+194+171=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2AB is #103D54. Grayscale: #CCCCCC. Windows color (decimal): -1064277 or 11256559. OLE color: 11256559.
HSL color Cylindrical-coordinate representation of color #EFC2AB: hue angle of 20.29º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFC2AB is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 171 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.06 |
| HSL | 20.29º | 0.68% | 0.8% | - |
| HSV(B) | 20.29º | 0.28% | 0.94% | - |
| XYZ | 62.24 | 59.87 | 46.8 | - |
| YUV | 204.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 171 | 0 | 0.19 | 0.28 | 0.06 | 20.29 | 0.68 | 0.8 |
| Hex | EF | C2 | AB | 0 | 13 | 1C | 6 | 14 | 44 | 50 |
| Octal | 357 | 302 | 253 | 0 | 23 | 34 | 6 | 24 | 104 | 120 |
| Binary | 11101111 | 11000010 | 10101011 | 0 | 10011 | 11100 | 110 | 10100 | 1000100 | 1010000 |
Color Harmonies of #EFC2AB
Complementary color
Monochromatic Colors of #EFC2AB
Black with #EFC2AB
Text Example
Text Example
White with #EFC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2AB; }
p { color: rgb(239,194,171); }
H1.HeaderClassName
{
color: #EFC2AB;
}
.AnyTagClassName
{
color: #EFC2AB;
}
</style>
background-color css
<style>
a { background-color: #EFC2AB; }
a { background-color: rgb(239,194,171); }
div.DivClassName
{
background-color: #EFC2AB;
}
.BgClassName
{
background-color: #EFC2AB;
}
</style>
border-color css
<style>
span { border-color: #EFC2AB; }
span { border-color: rgb(239,194,171); }
td.TdClassName
{
border-color: #EFC2AB;
}
.TagClassName
{
border-color: #EFC2AB;
}
</style>