Shades of Zinnwaldite #EFC7B4
Tints of Zinnwaldite #EFC7B4
RGB
CMYK
RGB Variations
Color information
#EFC7B4 (or 0xEFC7B4) is known color: Zinnwaldite. HEX triplet: EF, C7 and B4. RGB value is (239,199,180). Sum of RGB (Red+Green+Blue) = 239+199+180=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7B4 is #10384B. Grayscale: #D0D0D0. Windows color (decimal): -1062988 or 11847663. OLE color: 11847663.
HSL color Cylindrical-coordinate representation of color #EFC7B4: hue angle of 19.32º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFC7B4 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 180 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.06 |
| HSL | 19.32º | 0.65% | 0.82% | - |
| HSV(B) | 19.32º | 0.25% | 0.94% | - |
| XYZ | 64.26 | 62.49 | 51.86 | - |
| YUV | 208.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 180 | 0 | 0.17 | 0.25 | 0.06 | 19.32 | 0.65 | 0.82 |
| Hex | EF | C7 | B4 | 0 | 11 | 19 | 6 | 13 | 41 | 52 |
| Octal | 357 | 307 | 264 | 0 | 21 | 31 | 6 | 23 | 101 | 122 |
| Binary | 11101111 | 11000111 | 10110100 | 0 | 10001 | 11001 | 110 | 10011 | 1000001 | 1010010 |
Color Harmonies of #EFC7B4
Complementary color
Monochromatic Colors of #EFC7B4
Black with #EFC7B4
Text Example
Text Example
White with #EFC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7B4; }
p { color: rgb(239,199,180); }
H1.HeaderClassName
{
color: #EFC7B4;
}
.AnyTagClassName
{
color: #EFC7B4;
}
</style>
background-color css
<style>
a { background-color: #EFC7B4; }
a { background-color: rgb(239,199,180); }
div.DivClassName
{
background-color: #EFC7B4;
}
.BgClassName
{
background-color: #EFC7B4;
}
</style>
border-color css
<style>
span { border-color: #EFC7B4; }
span { border-color: rgb(239,199,180); }
td.TdClassName
{
border-color: #EFC7B4;
}
.TagClassName
{
border-color: #EFC7B4;
}
</style>