Shades of Zinnwaldite #EFC6B1
Tints of Zinnwaldite #EFC6B1
RGB
CMYK
RGB Variations
Color information
#EFC6B1 (or 0xEFC6B1) is known color: Zinnwaldite. HEX triplet: EF, C6 and B1. RGB value is (239,198,177). Sum of RGB (Red+Green+Blue) = 239+198+177=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6B1 is #10394E. Grayscale: #CFCFCF. Windows color (decimal): -1063247 or 11650799. OLE color: 11650799.
HSL color Cylindrical-coordinate representation of color #EFC6B1: hue angle of 20.32º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFC6B1 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 177 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.06 |
| HSL | 20.32º | 0.66% | 0.82% | - |
| HSV(B) | 20.32º | 0.26% | 0.94% | - |
| XYZ | 63.73 | 61.91 | 50.19 | - |
| YUV | 207.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 177 | 0 | 0.17 | 0.26 | 0.06 | 20.32 | 0.66 | 0.82 |
| Hex | EF | C6 | B1 | 0 | 11 | 1A | 6 | 14 | 42 | 52 |
| Octal | 357 | 306 | 261 | 0 | 21 | 32 | 6 | 24 | 102 | 122 |
| Binary | 11101111 | 11000110 | 10110001 | 0 | 10001 | 11010 | 110 | 10100 | 1000010 | 1010010 |
Color Harmonies of #EFC6B1
Complementary color
Monochromatic Colors of #EFC6B1
Black with #EFC6B1
Text Example
Text Example
White with #EFC6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6B1; }
p { color: rgb(239,198,177); }
H1.HeaderClassName
{
color: #EFC6B1;
}
.AnyTagClassName
{
color: #EFC6B1;
}
</style>
background-color css
<style>
a { background-color: #EFC6B1; }
a { background-color: rgb(239,198,177); }
div.DivClassName
{
background-color: #EFC6B1;
}
.BgClassName
{
background-color: #EFC6B1;
}
</style>
border-color css
<style>
span { border-color: #EFC6B1; }
span { border-color: rgb(239,198,177); }
td.TdClassName
{
border-color: #EFC6B1;
}
.TagClassName
{
border-color: #EFC6B1;
}
</style>