Shades of Zinnwaldite #EFC1AF
Tints of Zinnwaldite #EFC1AF
RGB
CMYK
RGB Variations
Color information
#EFC1AF (or 0xEFC1AF) is known color: Zinnwaldite. HEX triplet: EF, C1 and AF. RGB value is (239,193,175). Sum of RGB (Red+Green+Blue) = 239+193+175=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1AF is #103E50. Grayscale: #CCCCCC. Windows color (decimal): -1064529 or 11518447. OLE color: 11518447.
HSL color Cylindrical-coordinate representation of color #EFC1AF: hue angle of 16.88º 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 #EFC1AF is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 175 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.06 |
| HSL | 16.88º | 0.67% | 0.81% | - |
| HSV(B) | 16.88º | 0.27% | 0.94% | - |
| XYZ | 62.4 | 59.59 | 48.77 | - |
| YUV | 204.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 175 | 0 | 0.19 | 0.27 | 0.06 | 16.88 | 0.67 | 0.81 |
| Hex | EF | C1 | AF | 0 | 13 | 1B | 6 | 11 | 43 | 51 |
| Octal | 357 | 301 | 257 | 0 | 23 | 33 | 6 | 21 | 103 | 121 |
| Binary | 11101111 | 11000001 | 10101111 | 0 | 10011 | 11011 | 110 | 10001 | 1000011 | 1010001 |
Color Harmonies of #EFC1AF
Complementary color
Monochromatic Colors of #EFC1AF
Black with #EFC1AF
Text Example
Text Example
White with #EFC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1AF; }
p { color: rgb(239,193,175); }
H1.HeaderClassName
{
color: #EFC1AF;
}
.AnyTagClassName
{
color: #EFC1AF;
}
</style>
background-color css
<style>
a { background-color: #EFC1AF; }
a { background-color: rgb(239,193,175); }
div.DivClassName
{
background-color: #EFC1AF;
}
.BgClassName
{
background-color: #EFC1AF;
}
</style>
border-color css
<style>
span { border-color: #EFC1AF; }
span { border-color: rgb(239,193,175); }
td.TdClassName
{
border-color: #EFC1AF;
}
.TagClassName
{
border-color: #EFC1AF;
}
</style>