Shades of Zinnwaldite #EFC2B0
Tints of Zinnwaldite #EFC2B0
RGB
CMYK
RGB Variations
Color information
#EFC2B0 (or 0xEFC2B0) is known color: Zinnwaldite. HEX triplet: EF, C2 and B0. RGB value is (239,194,176). Sum of RGB (Red+Green+Blue) = 239+194+176=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2B0 is #103D4F. Grayscale: #CDCDCD. Windows color (decimal): -1064272 or 11584239. OLE color: 11584239.
HSL color Cylindrical-coordinate representation of color #EFC2B0: hue angle of 17.14º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFC2B0 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 176 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.06 |
| HSL | 17.14º | 0.66% | 0.81% | - |
| HSV(B) | 17.14º | 0.26% | 0.94% | - |
| XYZ | 62.72 | 60.07 | 49.36 | - |
| YUV | 205.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 176 | 0 | 0.19 | 0.26 | 0.06 | 17.14 | 0.66 | 0.81 |
| Hex | EF | C2 | B0 | 0 | 13 | 1A | 6 | 11 | 42 | 51 |
| Octal | 357 | 302 | 260 | 0 | 23 | 32 | 6 | 21 | 102 | 121 |
| Binary | 11101111 | 11000010 | 10110000 | 0 | 10011 | 11010 | 110 | 10001 | 1000010 | 1010001 |
Color Harmonies of #EFC2B0
Complementary color
Monochromatic Colors of #EFC2B0
Black with #EFC2B0
Text Example
Text Example
White with #EFC2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2B0; }
p { color: rgb(239,194,176); }
H1.HeaderClassName
{
color: #EFC2B0;
}
.AnyTagClassName
{
color: #EFC2B0;
}
</style>
background-color css
<style>
a { background-color: #EFC2B0; }
a { background-color: rgb(239,194,176); }
div.DivClassName
{
background-color: #EFC2B0;
}
.BgClassName
{
background-color: #EFC2B0;
}
</style>
border-color css
<style>
span { border-color: #EFC2B0; }
span { border-color: rgb(239,194,176); }
td.TdClassName
{
border-color: #EFC2B0;
}
.TagClassName
{
border-color: #EFC2B0;
}
</style>