Shades of Zinnwaldite #EFBFAC
Tints of Zinnwaldite #EFBFAC
RGB
CMYK
RGB Variations
Color information
#EFBFAC (or 0xEFBFAC) is known color: Zinnwaldite. HEX triplet: EF, BF and AC. RGB value is (239,191,172). Sum of RGB (Red+Green+Blue) = 239+191+172=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFAC is #104053. Grayscale: #CBCBCB. Windows color (decimal): -1065044 or 11321327. OLE color: 11321327.
HSL color Cylindrical-coordinate representation of color #EFBFAC: hue angle of 17.01º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFBFAC is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 172 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.06 |
| HSL | 17.01º | 0.68% | 0.81% | - |
| HSV(B) | 17.01º | 0.28% | 0.94% | - |
| XYZ | 61.67 | 58.59 | 47.09 | - |
| YUV | 203.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 172 | 0 | 0.20 | 0.28 | 0.06 | 17.01 | 0.68 | 0.81 |
| Hex | EF | BF | AC | 0 | 14 | 1C | 6 | 11 | 44 | 51 |
| Octal | 357 | 277 | 254 | 0 | 24 | 34 | 6 | 21 | 104 | 121 |
| Binary | 11101111 | 10111111 | 10101100 | 0 | 10100 | 11100 | 110 | 10001 | 1000100 | 1010001 |
Color Harmonies of #EFBFAC
Complementary color
Monochromatic Colors of #EFBFAC
Black with #EFBFAC
Text Example
Text Example
White with #EFBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFAC; }
p { color: rgb(239,191,172); }
H1.HeaderClassName
{
color: #EFBFAC;
}
.AnyTagClassName
{
color: #EFBFAC;
}
</style>
background-color css
<style>
a { background-color: #EFBFAC; }
a { background-color: rgb(239,191,172); }
div.DivClassName
{
background-color: #EFBFAC;
}
.BgClassName
{
background-color: #EFBFAC;
}
</style>
border-color css
<style>
span { border-color: #EFBFAC; }
span { border-color: rgb(239,191,172); }
td.TdClassName
{
border-color: #EFBFAC;
}
.TagClassName
{
border-color: #EFBFAC;
}
</style>