Shades of Zinnwaldite #EFBDAC
Tints of Zinnwaldite #EFBDAC
RGB
CMYK
RGB Variations
Color information
#EFBDAC (or 0xEFBDAC) is known color: Zinnwaldite. HEX triplet: EF, BD and AC. RGB value is (239,189,172). Sum of RGB (Red+Green+Blue) = 239+189+172=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDAC is #104253. Grayscale: #CACACA. Windows color (decimal): -1065556 or 11320815. OLE color: 11320815.
HSL color Cylindrical-coordinate representation of color #EFBDAC: hue angle of 15.22º 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 #EFBDAC is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 172 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.06 |
| HSL | 15.22º | 0.68% | 0.81% | - |
| HSV(B) | 15.22º | 0.28% | 0.94% | - |
| XYZ | 61.24 | 57.72 | 46.94 | - |
| YUV | 202.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 172 | 0 | 0.21 | 0.28 | 0.06 | 15.22 | 0.68 | 0.81 |
| Hex | EF | BD | AC | 0 | 15 | 1C | 6 | F | 44 | 51 |
| Octal | 357 | 275 | 254 | 0 | 25 | 34 | 6 | 17 | 104 | 121 |
| Binary | 11101111 | 10111101 | 10101100 | 0 | 10101 | 11100 | 110 | 1111 | 1000100 | 1010001 |
Color Harmonies of #EFBDAC
Complementary color
Monochromatic Colors of #EFBDAC
Black with #EFBDAC
Text Example
Text Example
White with #EFBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDAC; }
p { color: rgb(239,189,172); }
H1.HeaderClassName
{
color: #EFBDAC;
}
.AnyTagClassName
{
color: #EFBDAC;
}
</style>
background-color css
<style>
a { background-color: #EFBDAC; }
a { background-color: rgb(239,189,172); }
div.DivClassName
{
background-color: #EFBDAC;
}
.BgClassName
{
background-color: #EFBDAC;
}
</style>
border-color css
<style>
span { border-color: #EFBDAC; }
span { border-color: rgb(239,189,172); }
td.TdClassName
{
border-color: #EFBDAC;
}
.TagClassName
{
border-color: #EFBDAC;
}
</style>