Shades of Zinnwaldite #EFBDAB
Tints of Zinnwaldite #EFBDAB
RGB
CMYK
RGB Variations
Color information
#EFBDAB (or 0xEFBDAB) is known color: Zinnwaldite. HEX triplet: EF, BD and AB. RGB value is (239,189,171). Sum of RGB (Red+Green+Blue) = 239+189+171=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDAB is #104254. Grayscale: #CACACA. Windows color (decimal): -1065557 or 11255279. OLE color: 11255279.
HSL color Cylindrical-coordinate representation of color #EFBDAB: hue angle of 15.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFBDAB is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 171 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.06 |
| HSL | 15.88º | 0.68% | 0.8% | - |
| HSV(B) | 15.88º | 0.28% | 0.94% | - |
| XYZ | 61.14 | 57.69 | 46.44 | - |
| YUV | 201.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 171 | 0 | 0.21 | 0.28 | 0.06 | 15.88 | 0.68 | 0.8 |
| Hex | EF | BD | AB | 0 | 15 | 1C | 6 | 10 | 44 | 50 |
| Octal | 357 | 275 | 253 | 0 | 25 | 34 | 6 | 20 | 104 | 120 |
| Binary | 11101111 | 10111101 | 10101011 | 0 | 10101 | 11100 | 110 | 10000 | 1000100 | 1010000 |
Color Harmonies of #EFBDAB
Complementary color
Monochromatic Colors of #EFBDAB
Black with #EFBDAB
Text Example
Text Example
White with #EFBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDAB; }
p { color: rgb(239,189,171); }
H1.HeaderClassName
{
color: #EFBDAB;
}
.AnyTagClassName
{
color: #EFBDAB;
}
</style>
background-color css
<style>
a { background-color: #EFBDAB; }
a { background-color: rgb(239,189,171); }
div.DivClassName
{
background-color: #EFBDAB;
}
.BgClassName
{
background-color: #EFBDAB;
}
</style>
border-color css
<style>
span { border-color: #EFBDAB; }
span { border-color: rgb(239,189,171); }
td.TdClassName
{
border-color: #EFBDAB;
}
.TagClassName
{
border-color: #EFBDAB;
}
</style>