Shades of Zinnwaldite #EFC5AD
Tints of Zinnwaldite #EFC5AD
RGB
CMYK
RGB Variations
Color information
#EFC5AD (or 0xEFC5AD) is known color: Zinnwaldite. HEX triplet: EF, C5 and AD. RGB value is (239,197,173). Sum of RGB (Red+Green+Blue) = 239+197+173=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5AD is #103A52. Grayscale: #CECECE. Windows color (decimal): -1063507 or 11388399. OLE color: 11388399.
HSL color Cylindrical-coordinate representation of color #EFC5AD: hue angle of 21.82º 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 #EFC5AD is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 173 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.06 |
| HSL | 21.82º | 0.67% | 0.81% | - |
| HSV(B) | 21.82º | 0.28% | 0.94% | - |
| XYZ | 63.11 | 61.3 | 48.04 | - |
| YUV | 206.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 173 | 0 | 0.18 | 0.28 | 0.06 | 21.82 | 0.67 | 0.81 |
| Hex | EF | C5 | AD | 0 | 12 | 1C | 6 | 16 | 43 | 51 |
| Octal | 357 | 305 | 255 | 0 | 22 | 34 | 6 | 26 | 103 | 121 |
| Binary | 11101111 | 11000101 | 10101101 | 0 | 10010 | 11100 | 110 | 10110 | 1000011 | 1010001 |
Color Harmonies of #EFC5AD
Complementary color
Monochromatic Colors of #EFC5AD
Black with #EFC5AD
Text Example
Text Example
White with #EFC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5AD; }
p { color: rgb(239,197,173); }
H1.HeaderClassName
{
color: #EFC5AD;
}
.AnyTagClassName
{
color: #EFC5AD;
}
</style>
background-color css
<style>
a { background-color: #EFC5AD; }
a { background-color: rgb(239,197,173); }
div.DivClassName
{
background-color: #EFC5AD;
}
.BgClassName
{
background-color: #EFC5AD;
}
</style>
border-color css
<style>
span { border-color: #EFC5AD; }
span { border-color: rgb(239,197,173); }
td.TdClassName
{
border-color: #EFC5AD;
}
.TagClassName
{
border-color: #EFC5AD;
}
</style>