Shades of Zinnwaldite #EFC0AD
Tints of Zinnwaldite #EFC0AD
RGB
CMYK
RGB Variations
Color information
#EFC0AD (or 0xEFC0AD) is known color: Zinnwaldite. HEX triplet: EF, C0 and AD. RGB value is (239,192,173). Sum of RGB (Red+Green+Blue) = 239+192+173=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0AD is #103F52. Grayscale: #CCCCCC. Windows color (decimal): -1064787 or 11387119. OLE color: 11387119.
HSL color Cylindrical-coordinate representation of color #EFC0AD: hue angle of 17.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFC0AD is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 173 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.06 |
| HSL | 17.27º | 0.67% | 0.81% | - |
| HSV(B) | 17.27º | 0.28% | 0.94% | - |
| XYZ | 61.99 | 59.07 | 47.67 | - |
| YUV | 203.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 173 | 0 | 0.20 | 0.28 | 0.06 | 17.27 | 0.67 | 0.81 |
| Hex | EF | C0 | AD | 0 | 14 | 1C | 6 | 11 | 43 | 51 |
| Octal | 357 | 300 | 255 | 0 | 24 | 34 | 6 | 21 | 103 | 121 |
| Binary | 11101111 | 11000000 | 10101101 | 0 | 10100 | 11100 | 110 | 10001 | 1000011 | 1010001 |
Color Harmonies of #EFC0AD
Complementary color
Monochromatic Colors of #EFC0AD
Black with #EFC0AD
Text Example
Text Example
White with #EFC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0AD; }
p { color: rgb(239,192,173); }
H1.HeaderClassName
{
color: #EFC0AD;
}
.AnyTagClassName
{
color: #EFC0AD;
}
</style>
background-color css
<style>
a { background-color: #EFC0AD; }
a { background-color: rgb(239,192,173); }
div.DivClassName
{
background-color: #EFC0AD;
}
.BgClassName
{
background-color: #EFC0AD;
}
</style>
border-color css
<style>
span { border-color: #EFC0AD; }
span { border-color: rgb(239,192,173); }
td.TdClassName
{
border-color: #EFC0AD;
}
.TagClassName
{
border-color: #EFC0AD;
}
</style>