Shades of Zinnwaldite #EFBFAF
Tints of Zinnwaldite #EFBFAF
RGB
CMYK
RGB Variations
Color information
#EFBFAF (or 0xEFBFAF) is known color: Zinnwaldite. HEX triplet: EF, BF and AF. RGB value is (239,191,175). Sum of RGB (Red+Green+Blue) = 239+191+175=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFAF is #104050. Grayscale: #CBCBCB. Windows color (decimal): -1065041 or 11517935. OLE color: 11517935.
HSL color Cylindrical-coordinate representation of color #EFBFAF: hue angle of 15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFBFAF is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 175 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.06 |
| HSL | 15º | 0.67% | 0.81% | - |
| HSV(B) | 15º | 0.27% | 0.94% | - |
| XYZ | 61.97 | 58.71 | 48.62 | - |
| YUV | 203.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 175 | 0 | 0.20 | 0.27 | 0.06 | 15 | 0.67 | 0.81 |
| Hex | EF | BF | AF | 0 | 14 | 1B | 6 | F | 43 | 51 |
| Octal | 357 | 277 | 257 | 0 | 24 | 33 | 6 | 17 | 103 | 121 |
| Binary | 11101111 | 10111111 | 10101111 | 0 | 10100 | 11011 | 110 | 1111 | 1000011 | 1010001 |
Color Harmonies of #EFBFAF
Complementary color
Monochromatic Colors of #EFBFAF
Black with #EFBFAF
Text Example
Text Example
White with #EFBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFAF; }
p { color: rgb(239,191,175); }
H1.HeaderClassName
{
color: #EFBFAF;
}
.AnyTagClassName
{
color: #EFBFAF;
}
</style>
background-color css
<style>
a { background-color: #EFBFAF; }
a { background-color: rgb(239,191,175); }
div.DivClassName
{
background-color: #EFBFAF;
}
.BgClassName
{
background-color: #EFBFAF;
}
</style>
border-color css
<style>
span { border-color: #EFBFAF; }
span { border-color: rgb(239,191,175); }
td.TdClassName
{
border-color: #EFBFAF;
}
.TagClassName
{
border-color: #EFBFAF;
}
</style>