Shades of Zinnwaldite #EFC1A7
Tints of Zinnwaldite #EFC1A7
RGB
CMYK
RGB Variations
Color information
#EFC1A7 (or 0xEFC1A7) is known color: Zinnwaldite. HEX triplet: EF, C1 and A7. RGB value is (239,193,167). Sum of RGB (Red+Green+Blue) = 239+193+167=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 167 (65.62% from 255 or 27.88% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1A7 is #103E58. Grayscale: #CBCBCB. Windows color (decimal): -1064537 or 10994159. OLE color: 10994159.
HSL color Cylindrical-coordinate representation of color #EFC1A7: hue angle of 21.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFC1A7 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 167 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.06 |
| HSL | 21.67º | 0.69% | 0.8% | - |
| HSV(B) | 21.67º | 0.3% | 0.94% | - |
| XYZ | 61.64 | 59.28 | 44.75 | - |
| YUV | 203.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 167 | 0 | 0.19 | 0.30 | 0.06 | 21.67 | 0.69 | 0.8 |
| Hex | EF | C1 | A7 | 0 | 13 | 1E | 6 | 16 | 45 | 50 |
| Octal | 357 | 301 | 247 | 0 | 23 | 36 | 6 | 26 | 105 | 120 |
| Binary | 11101111 | 11000001 | 10100111 | 0 | 10011 | 11110 | 110 | 10110 | 1000101 | 1010000 |
Color Harmonies of #EFC1A7
Complementary color
Monochromatic Colors of #EFC1A7
Black with #EFC1A7
Text Example
Text Example
White with #EFC1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1A7; }
p { color: rgb(239,193,167); }
H1.HeaderClassName
{
color: #EFC1A7;
}
.AnyTagClassName
{
color: #EFC1A7;
}
</style>
background-color css
<style>
a { background-color: #EFC1A7; }
a { background-color: rgb(239,193,167); }
div.DivClassName
{
background-color: #EFC1A7;
}
.BgClassName
{
background-color: #EFC1A7;
}
</style>
border-color css
<style>
span { border-color: #EFC1A7; }
span { border-color: rgb(239,193,167); }
td.TdClassName
{
border-color: #EFC1A7;
}
.TagClassName
{
border-color: #EFC1A7;
}
</style>