Shades of Zinnwaldite #EFC3A8
Tints of Zinnwaldite #EFC3A8
RGB
CMYK
RGB Variations
Color information
#EFC3A8 (or 0xEFC3A8) is known color: Zinnwaldite. HEX triplet: EF, C3 and A8. RGB value is (239,195,168). Sum of RGB (Red+Green+Blue) = 239+195+168=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC3A8 is #103C57. Grayscale: #CDCDCD. Windows color (decimal): -1064024 or 11060207. OLE color: 11060207.
HSL color Cylindrical-coordinate representation of color #EFC3A8: hue angle of 22.82º 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 #EFC3A8 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 168 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.06 |
| HSL | 22.82º | 0.69% | 0.8% | - |
| HSV(B) | 22.82º | 0.3% | 0.94% | - |
| XYZ | 62.18 | 60.21 | 45.39 | - |
| YUV | 205.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 168 | 0 | 0.18 | 0.30 | 0.06 | 22.82 | 0.69 | 0.8 |
| Hex | EF | C3 | A8 | 0 | 12 | 1E | 6 | 17 | 45 | 50 |
| Octal | 357 | 303 | 250 | 0 | 22 | 36 | 6 | 27 | 105 | 120 |
| Binary | 11101111 | 11000011 | 10101000 | 0 | 10010 | 11110 | 110 | 10111 | 1000101 | 1010000 |
Color Harmonies of #EFC3A8
Complementary color
Monochromatic Colors of #EFC3A8
Black with #EFC3A8
Text Example
Text Example
White with #EFC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3A8; }
p { color: rgb(239,195,168); }
H1.HeaderClassName
{
color: #EFC3A8;
}
.AnyTagClassName
{
color: #EFC3A8;
}
</style>
background-color css
<style>
a { background-color: #EFC3A8; }
a { background-color: rgb(239,195,168); }
div.DivClassName
{
background-color: #EFC3A8;
}
.BgClassName
{
background-color: #EFC3A8;
}
</style>
border-color css
<style>
span { border-color: #EFC3A8; }
span { border-color: rgb(239,195,168); }
td.TdClassName
{
border-color: #EFC3A8;
}
.TagClassName
{
border-color: #EFC3A8;
}
</style>