Shades of Zinnwaldite #EFC1AE
Tints of Zinnwaldite #EFC1AE
RGB
CMYK
RGB Variations
Color information
#EFC1AE (or 0xEFC1AE) is known color: Zinnwaldite. HEX triplet: EF, C1 and AE. RGB value is (239,193,174). Sum of RGB (Red+Green+Blue) = 239+193+174=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1AE is #103E51. Grayscale: #CCCCCC. Windows color (decimal): -1064530 or 11452911. OLE color: 11452911.
HSL color Cylindrical-coordinate representation of color #EFC1AE: hue angle of 17.54º 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 #EFC1AE is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 174 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.06 |
| HSL | 17.54º | 0.67% | 0.81% | - |
| HSV(B) | 17.54º | 0.27% | 0.94% | - |
| XYZ | 62.31 | 59.55 | 48.25 | - |
| YUV | 204.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 174 | 0 | 0.19 | 0.27 | 0.06 | 17.54 | 0.67 | 0.81 |
| Hex | EF | C1 | AE | 0 | 13 | 1B | 6 | 12 | 43 | 51 |
| Octal | 357 | 301 | 256 | 0 | 23 | 33 | 6 | 22 | 103 | 121 |
| Binary | 11101111 | 11000001 | 10101110 | 0 | 10011 | 11011 | 110 | 10010 | 1000011 | 1010001 |
Color Harmonies of #EFC1AE
Complementary color
Monochromatic Colors of #EFC1AE
Black with #EFC1AE
Text Example
Text Example
White with #EFC1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1AE; }
p { color: rgb(239,193,174); }
H1.HeaderClassName
{
color: #EFC1AE;
}
.AnyTagClassName
{
color: #EFC1AE;
}
</style>
background-color css
<style>
a { background-color: #EFC1AE; }
a { background-color: rgb(239,193,174); }
div.DivClassName
{
background-color: #EFC1AE;
}
.BgClassName
{
background-color: #EFC1AE;
}
</style>
border-color css
<style>
span { border-color: #EFC1AE; }
span { border-color: rgb(239,193,174); }
td.TdClassName
{
border-color: #EFC1AE;
}
.TagClassName
{
border-color: #EFC1AE;
}
</style>