Shades of Zinnwaldite #EFC5AF
Tints of Zinnwaldite #EFC5AF
RGB
CMYK
RGB Variations
Color information
#EFC5AF (or 0xEFC5AF) is known color: Zinnwaldite. HEX triplet: EF, C5 and AF. RGB value is (239,197,175). Sum of RGB (Red+Green+Blue) = 239+197+175=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5AF is #103A50. Grayscale: #CFCFCF. Windows color (decimal): -1063505 or 11519471. OLE color: 11519471.
HSL color Cylindrical-coordinate representation of color #EFC5AF: hue angle of 20.62º 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 #EFC5AF is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 175 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.06 |
| HSL | 20.63º | 0.67% | 0.81% | - |
| HSV(B) | 20.63º | 0.27% | 0.94% | - |
| XYZ | 63.3 | 61.38 | 49.07 | - |
| YUV | 207.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 175 | 0 | 0.18 | 0.27 | 0.06 | 20.63 | 0.67 | 0.81 |
| Hex | EF | C5 | AF | 0 | 12 | 1B | 6 | 15 | 43 | 51 |
| Octal | 357 | 305 | 257 | 0 | 22 | 33 | 6 | 25 | 103 | 121 |
| Binary | 11101111 | 11000101 | 10101111 | 0 | 10010 | 11011 | 110 | 10101 | 1000011 | 1010001 |
Color Harmonies of #EFC5AF
Complementary color
Monochromatic Colors of #EFC5AF
Black with #EFC5AF
Text Example
Text Example
White with #EFC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5AF; }
p { color: rgb(239,197,175); }
H1.HeaderClassName
{
color: #EFC5AF;
}
.AnyTagClassName
{
color: #EFC5AF;
}
</style>
background-color css
<style>
a { background-color: #EFC5AF; }
a { background-color: rgb(239,197,175); }
div.DivClassName
{
background-color: #EFC5AF;
}
.BgClassName
{
background-color: #EFC5AF;
}
</style>
border-color css
<style>
span { border-color: #EFC5AF; }
span { border-color: rgb(239,197,175); }
td.TdClassName
{
border-color: #EFC5AF;
}
.TagClassName
{
border-color: #EFC5AF;
}
</style>