Shades of Zinnwaldite #EFC2A8
Tints of Zinnwaldite #EFC2A8
RGB
CMYK
RGB Variations
Color information
#EFC2A8 (or 0xEFC2A8) is known color: Zinnwaldite. HEX triplet: EF, C2 and A8. RGB value is (239,194,168). Sum of RGB (Red+Green+Blue) = 239+194+168=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2A8 is #103D57. Grayscale: #CCCCCC. Windows color (decimal): -1064280 or 11059951. OLE color: 11059951.
HSL color Cylindrical-coordinate representation of color #EFC2A8: hue angle of 21.97º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFC2A8 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 168 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.06 |
| HSL | 21.97º | 0.69% | 0.8% | - |
| HSV(B) | 21.97º | 0.3% | 0.94% | - |
| XYZ | 61.96 | 59.76 | 45.32 | - |
| YUV | 204.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 168 | 0 | 0.19 | 0.30 | 0.06 | 21.97 | 0.69 | 0.8 |
| Hex | EF | C2 | A8 | 0 | 13 | 1E | 6 | 16 | 45 | 50 |
| Octal | 357 | 302 | 250 | 0 | 23 | 36 | 6 | 26 | 105 | 120 |
| Binary | 11101111 | 11000010 | 10101000 | 0 | 10011 | 11110 | 110 | 10110 | 1000101 | 1010000 |
Color Harmonies of #EFC2A8
Complementary color
Monochromatic Colors of #EFC2A8
Black with #EFC2A8
Text Example
Text Example
White with #EFC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2A8; }
p { color: rgb(239,194,168); }
H1.HeaderClassName
{
color: #EFC2A8;
}
.AnyTagClassName
{
color: #EFC2A8;
}
</style>
background-color css
<style>
a { background-color: #EFC2A8; }
a { background-color: rgb(239,194,168); }
div.DivClassName
{
background-color: #EFC2A8;
}
.BgClassName
{
background-color: #EFC2A8;
}
</style>
border-color css
<style>
span { border-color: #EFC2A8; }
span { border-color: rgb(239,194,168); }
td.TdClassName
{
border-color: #EFC2A8;
}
.TagClassName
{
border-color: #EFC2A8;
}
</style>