Shades of Zinnwaldite #EFC2AF
Tints of Zinnwaldite #EFC2AF
RGB
CMYK
RGB Variations
Color information
#EFC2AF (or 0xEFC2AF) is known color: Zinnwaldite. HEX triplet: EF, C2 and AF. RGB value is (239,194,175). Sum of RGB (Red+Green+Blue) = 239+194+175=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2AF is #103D50. Grayscale: #CDCDCD. Windows color (decimal): -1064273 or 11518703. OLE color: 11518703.
HSL color Cylindrical-coordinate representation of color #EFC2AF: hue angle of 17.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFC2AF is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 175 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.06 |
| HSL | 17.81º | 0.67% | 0.81% | - |
| HSV(B) | 17.81º | 0.27% | 0.94% | - |
| XYZ | 62.63 | 60.03 | 48.84 | - |
| YUV | 205.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 175 | 0 | 0.19 | 0.27 | 0.06 | 17.81 | 0.67 | 0.81 |
| Hex | EF | C2 | AF | 0 | 13 | 1B | 6 | 12 | 43 | 51 |
| Octal | 357 | 302 | 257 | 0 | 23 | 33 | 6 | 22 | 103 | 121 |
| Binary | 11101111 | 11000010 | 10101111 | 0 | 10011 | 11011 | 110 | 10010 | 1000011 | 1010001 |
Color Harmonies of #EFC2AF
Complementary color
Monochromatic Colors of #EFC2AF
Black with #EFC2AF
Text Example
Text Example
White with #EFC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2AF; }
p { color: rgb(239,194,175); }
H1.HeaderClassName
{
color: #EFC2AF;
}
.AnyTagClassName
{
color: #EFC2AF;
}
</style>
background-color css
<style>
a { background-color: #EFC2AF; }
a { background-color: rgb(239,194,175); }
div.DivClassName
{
background-color: #EFC2AF;
}
.BgClassName
{
background-color: #EFC2AF;
}
</style>
border-color css
<style>
span { border-color: #EFC2AF; }
span { border-color: rgb(239,194,175); }
td.TdClassName
{
border-color: #EFC2AF;
}
.TagClassName
{
border-color: #EFC2AF;
}
</style>