Shades of Zinnwaldite #EFC0A8
Tints of Zinnwaldite #EFC0A8
RGB
CMYK
RGB Variations
Color information
#EFC0A8 (or 0xEFC0A8) is known color: Zinnwaldite. HEX triplet: EF, C0 and A8. RGB value is (239,192,168). Sum of RGB (Red+Green+Blue) = 239+192+168=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 168 (66.02% from 255 or 28.05% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0A8 is #103F57. Grayscale: #CBCBCB. Windows color (decimal): -1064792 or 11059439. OLE color: 11059439.
HSL color Cylindrical-coordinate representation of color #EFC0A8: hue angle of 20.28º 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 #EFC0A8 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 168 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.06 |
| HSL | 20.28º | 0.69% | 0.8% | - |
| HSV(B) | 20.28º | 0.3% | 0.94% | - |
| XYZ | 61.51 | 58.88 | 45.17 | - |
| YUV | 203.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 168 | 0 | 0.20 | 0.30 | 0.06 | 20.28 | 0.69 | 0.8 |
| Hex | EF | C0 | A8 | 0 | 14 | 1E | 6 | 14 | 45 | 50 |
| Octal | 357 | 300 | 250 | 0 | 24 | 36 | 6 | 24 | 105 | 120 |
| Binary | 11101111 | 11000000 | 10101000 | 0 | 10100 | 11110 | 110 | 10100 | 1000101 | 1010000 |
Color Harmonies of #EFC0A8
Complementary color
Monochromatic Colors of #EFC0A8
Black with #EFC0A8
Text Example
Text Example
White with #EFC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0A8; }
p { color: rgb(239,192,168); }
H1.HeaderClassName
{
color: #EFC0A8;
}
.AnyTagClassName
{
color: #EFC0A8;
}
</style>
background-color css
<style>
a { background-color: #EFC0A8; }
a { background-color: rgb(239,192,168); }
div.DivClassName
{
background-color: #EFC0A8;
}
.BgClassName
{
background-color: #EFC0A8;
}
</style>
border-color css
<style>
span { border-color: #EFC0A8; }
span { border-color: rgb(239,192,168); }
td.TdClassName
{
border-color: #EFC0A8;
}
.TagClassName
{
border-color: #EFC0A8;
}
</style>