Shades of Zinnwaldite #EFC5B1
Tints of Zinnwaldite #EFC5B1
RGB
CMYK
RGB Variations
Color information
#EFC5B1 (or 0xEFC5B1) is known color: Zinnwaldite. HEX triplet: EF, C5 and B1. RGB value is (239,197,177). Sum of RGB (Red+Green+Blue) = 239+197+177=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5B1 is #103A4E. Grayscale: #CFCFCF. Windows color (decimal): -1063503 or 11650543. OLE color: 11650543.
HSL color Cylindrical-coordinate representation of color #EFC5B1: hue angle of 19.35º 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 #EFC5B1 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 177 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.06 |
| HSL | 19.35º | 0.66% | 0.82% | - |
| HSV(B) | 19.35º | 0.26% | 0.94% | - |
| XYZ | 63.5 | 61.46 | 50.11 | - |
| YUV | 207.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 177 | 0 | 0.18 | 0.26 | 0.06 | 19.35 | 0.66 | 0.82 |
| Hex | EF | C5 | B1 | 0 | 12 | 1A | 6 | 13 | 42 | 52 |
| Octal | 357 | 305 | 261 | 0 | 22 | 32 | 6 | 23 | 102 | 122 |
| Binary | 11101111 | 11000101 | 10110001 | 0 | 10010 | 11010 | 110 | 10011 | 1000010 | 1010010 |
Color Harmonies of #EFC5B1
Complementary color
Monochromatic Colors of #EFC5B1
Black with #EFC5B1
Text Example
Text Example
White with #EFC5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5B1; }
p { color: rgb(239,197,177); }
H1.HeaderClassName
{
color: #EFC5B1;
}
.AnyTagClassName
{
color: #EFC5B1;
}
</style>
background-color css
<style>
a { background-color: #EFC5B1; }
a { background-color: rgb(239,197,177); }
div.DivClassName
{
background-color: #EFC5B1;
}
.BgClassName
{
background-color: #EFC5B1;
}
</style>
border-color css
<style>
span { border-color: #EFC5B1; }
span { border-color: rgb(239,197,177); }
td.TdClassName
{
border-color: #EFC5B1;
}
.TagClassName
{
border-color: #EFC5B1;
}
</style>