Shades of Zinnwaldite #EFC0B0
Tints of Zinnwaldite #EFC0B0
RGB
CMYK
RGB Variations
Color information
#EFC0B0 (or 0xEFC0B0) is known color: Zinnwaldite. HEX triplet: EF, C0 and B0. RGB value is (239,192,176). Sum of RGB (Red+Green+Blue) = 239+192+176=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0B0 is #103F4F. Grayscale: #CCCCCC. Windows color (decimal): -1064784 or 11583727. OLE color: 11583727.
HSL color Cylindrical-coordinate representation of color #EFC0B0: hue angle of 15.24º 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 #EFC0B0 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 176 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.06 |
| HSL | 15.24º | 0.66% | 0.81% | - |
| HSV(B) | 15.24º | 0.26% | 0.94% | - |
| XYZ | 62.28 | 59.18 | 49.22 | - |
| YUV | 204.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 176 | 0 | 0.20 | 0.26 | 0.06 | 15.24 | 0.66 | 0.81 |
| Hex | EF | C0 | B0 | 0 | 14 | 1A | 6 | F | 42 | 51 |
| Octal | 357 | 300 | 260 | 0 | 24 | 32 | 6 | 17 | 102 | 121 |
| Binary | 11101111 | 11000000 | 10110000 | 0 | 10100 | 11010 | 110 | 1111 | 1000010 | 1010001 |
Color Harmonies of #EFC0B0
Complementary color
Monochromatic Colors of #EFC0B0
Black with #EFC0B0
Text Example
Text Example
White with #EFC0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0B0; }
p { color: rgb(239,192,176); }
H1.HeaderClassName
{
color: #EFC0B0;
}
.AnyTagClassName
{
color: #EFC0B0;
}
</style>
background-color css
<style>
a { background-color: #EFC0B0; }
a { background-color: rgb(239,192,176); }
div.DivClassName
{
background-color: #EFC0B0;
}
.BgClassName
{
background-color: #EFC0B0;
}
</style>
border-color css
<style>
span { border-color: #EFC0B0; }
span { border-color: rgb(239,192,176); }
td.TdClassName
{
border-color: #EFC0B0;
}
.TagClassName
{
border-color: #EFC0B0;
}
</style>