Shades of Zinnwaldite #EFC4B6
Tints of Zinnwaldite #EFC4B6
RGB
CMYK
RGB Variations
Color information
#EFC4B6 (or 0xEFC4B6) is known color: Zinnwaldite. HEX triplet: EF, C4 and B6. RGB value is (239,196,182). Sum of RGB (Red+Green+Blue) = 239+196+182=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4B6 is #103B49. Grayscale: #CFCFCF. Windows color (decimal): -1063754 or 11977967. OLE color: 11977967.
HSL color Cylindrical-coordinate representation of color #EFC4B6: hue angle of 14.74º 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 #EFC4B6 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 182 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.06 |
| HSL | 14.74º | 0.64% | 0.83% | - |
| HSV(B) | 14.74º | 0.24% | 0.94% | - |
| XYZ | 63.78 | 61.21 | 52.71 | - |
| YUV | 207.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 182 | 0 | 0.18 | 0.24 | 0.06 | 14.74 | 0.64 | 0.83 |
| Hex | EF | C4 | B6 | 0 | 12 | 18 | 6 | F | 40 | 53 |
| Octal | 357 | 304 | 266 | 0 | 22 | 30 | 6 | 17 | 100 | 123 |
| Binary | 11101111 | 11000100 | 10110110 | 0 | 10010 | 11000 | 110 | 1111 | 1000000 | 1010011 |
Color Harmonies of #EFC4B6
Complementary color
Monochromatic Colors of #EFC4B6
Black with #EFC4B6
Text Example
Text Example
White with #EFC4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4B6; }
p { color: rgb(239,196,182); }
H1.HeaderClassName
{
color: #EFC4B6;
}
.AnyTagClassName
{
color: #EFC4B6;
}
</style>
background-color css
<style>
a { background-color: #EFC4B6; }
a { background-color: rgb(239,196,182); }
div.DivClassName
{
background-color: #EFC4B6;
}
.BgClassName
{
background-color: #EFC4B6;
}
</style>
border-color css
<style>
span { border-color: #EFC4B6; }
span { border-color: rgb(239,196,182); }
td.TdClassName
{
border-color: #EFC4B6;
}
.TagClassName
{
border-color: #EFC4B6;
}
</style>