Shades of Zinnwaldite #EFC2B6
Tints of Zinnwaldite #EFC2B6
RGB
CMYK
RGB Variations
Color information
#EFC2B6 (or 0xEFC2B6) is known color: Zinnwaldite. HEX triplet: EF, C2 and B6. RGB value is (239,194,182). Sum of RGB (Red+Green+Blue) = 239+194+182=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2B6 is #103D49. Grayscale: #CECECE. Windows color (decimal): -1064266 or 11977455. OLE color: 11977455.
HSL color Cylindrical-coordinate representation of color #EFC2B6: hue angle of 12.63º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFC2B6 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 182 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.06 |
| HSL | 12.63º | 0.64% | 0.83% | - |
| HSV(B) | 12.63º | 0.24% | 0.94% | - |
| XYZ | 63.33 | 60.31 | 52.56 | - |
| YUV | 206.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 182 | 0 | 0.19 | 0.24 | 0.06 | 12.63 | 0.64 | 0.83 |
| Hex | EF | C2 | B6 | 0 | 13 | 18 | 6 | D | 40 | 53 |
| Octal | 357 | 302 | 266 | 0 | 23 | 30 | 6 | 15 | 100 | 123 |
| Binary | 11101111 | 11000010 | 10110110 | 0 | 10011 | 11000 | 110 | 1101 | 1000000 | 1010011 |
Color Harmonies of #EFC2B6
Complementary color
Monochromatic Colors of #EFC2B6
Black with #EFC2B6
Text Example
Text Example
White with #EFC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2B6; }
p { color: rgb(239,194,182); }
H1.HeaderClassName
{
color: #EFC2B6;
}
.AnyTagClassName
{
color: #EFC2B6;
}
</style>
background-color css
<style>
a { background-color: #EFC2B6; }
a { background-color: rgb(239,194,182); }
div.DivClassName
{
background-color: #EFC2B6;
}
.BgClassName
{
background-color: #EFC2B6;
}
</style>
border-color css
<style>
span { border-color: #EFC2B6; }
span { border-color: rgb(239,194,182); }
td.TdClassName
{
border-color: #EFC2B6;
}
.TagClassName
{
border-color: #EFC2B6;
}
</style>