Shades of Zinnwaldite #EFC1AC
Tints of Zinnwaldite #EFC1AC
RGB
CMYK
RGB Variations
Color information
#EFC1AC (or 0xEFC1AC) is known color: Zinnwaldite. HEX triplet: EF, C1 and AC. RGB value is (239,193,172). Sum of RGB (Red+Green+Blue) = 239+193+172=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1AC is #103E53. Grayscale: #CCCCCC. Windows color (decimal): -1064532 or 11321839. OLE color: 11321839.
HSL color Cylindrical-coordinate representation of color #EFC1AC: hue angle of 18.81º degrees, saturation: 0.68, 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 #EFC1AC is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 172 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.06 |
| HSL | 18.81º | 0.68% | 0.81% | - |
| HSV(B) | 18.81º | 0.28% | 0.94% | - |
| XYZ | 62.11 | 59.47 | 47.23 | - |
| YUV | 204.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 172 | 0 | 0.19 | 0.28 | 0.06 | 18.81 | 0.68 | 0.81 |
| Hex | EF | C1 | AC | 0 | 13 | 1C | 6 | 13 | 44 | 51 |
| Octal | 357 | 301 | 254 | 0 | 23 | 34 | 6 | 23 | 104 | 121 |
| Binary | 11101111 | 11000001 | 10101100 | 0 | 10011 | 11100 | 110 | 10011 | 1000100 | 1010001 |
Color Harmonies of #EFC1AC
Complementary color
Monochromatic Colors of #EFC1AC
Black with #EFC1AC
Text Example
Text Example
White with #EFC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1AC; }
p { color: rgb(239,193,172); }
H1.HeaderClassName
{
color: #EFC1AC;
}
.AnyTagClassName
{
color: #EFC1AC;
}
</style>
background-color css
<style>
a { background-color: #EFC1AC; }
a { background-color: rgb(239,193,172); }
div.DivClassName
{
background-color: #EFC1AC;
}
.BgClassName
{
background-color: #EFC1AC;
}
</style>
border-color css
<style>
span { border-color: #EFC1AC; }
span { border-color: rgb(239,193,172); }
td.TdClassName
{
border-color: #EFC1AC;
}
.TagClassName
{
border-color: #EFC1AC;
}
</style>