Shades of Zinnwaldite #EFC3AD
Tints of Zinnwaldite #EFC3AD
RGB
CMYK
RGB Variations
Color information
#EFC3AD (or 0xEFC3AD) is known color: Zinnwaldite. HEX triplet: EF, C3 and AD. RGB value is (239,195,173). Sum of RGB (Red+Green+Blue) = 239+195+173=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC3AD is #103C52. Grayscale: #CDCDCD. Windows color (decimal): -1064019 or 11387887. OLE color: 11387887.
HSL color Cylindrical-coordinate representation of color #EFC3AD: hue angle of 20º 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 #EFC3AD is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 173 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.06 |
| HSL | 20º | 0.67% | 0.81% | - |
| HSV(B) | 20º | 0.28% | 0.94% | - |
| XYZ | 62.65 | 60.4 | 47.89 | - |
| YUV | 205.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 173 | 0 | 0.18 | 0.28 | 0.06 | 20 | 0.67 | 0.81 |
| Hex | EF | C3 | AD | 0 | 12 | 1C | 6 | 14 | 43 | 51 |
| Octal | 357 | 303 | 255 | 0 | 22 | 34 | 6 | 24 | 103 | 121 |
| Binary | 11101111 | 11000011 | 10101101 | 0 | 10010 | 11100 | 110 | 10100 | 1000011 | 1010001 |
Color Harmonies of #EFC3AD
Complementary color
Monochromatic Colors of #EFC3AD
Black with #EFC3AD
Text Example
Text Example
White with #EFC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3AD; }
p { color: rgb(239,195,173); }
H1.HeaderClassName
{
color: #EFC3AD;
}
.AnyTagClassName
{
color: #EFC3AD;
}
</style>
background-color css
<style>
a { background-color: #EFC3AD; }
a { background-color: rgb(239,195,173); }
div.DivClassName
{
background-color: #EFC3AD;
}
.BgClassName
{
background-color: #EFC3AD;
}
</style>
border-color css
<style>
span { border-color: #EFC3AD; }
span { border-color: rgb(239,195,173); }
td.TdClassName
{
border-color: #EFC3AD;
}
.TagClassName
{
border-color: #EFC3AD;
}
</style>