Shades of Zinnwaldite #EFBAAB
Tints of Zinnwaldite #EFBAAB
RGB
CMYK
RGB Variations
Color information
#EFBAAB (or 0xEFBAAB) is known color: Zinnwaldite. HEX triplet: EF, BA and AB. RGB value is (239,186,171). Sum of RGB (Red+Green+Blue) = 239+186+171=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAAB is #104554. Grayscale: #C8C8C8. Windows color (decimal): -1066325 or 11254511. OLE color: 11254511.
HSL color Cylindrical-coordinate representation of color #EFBAAB: hue angle of 13.24º 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 #EFBAAB is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 171 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.06 |
| HSL | 13.24º | 0.68% | 0.8% | - |
| HSV(B) | 13.24º | 0.28% | 0.94% | - |
| XYZ | 60.51 | 56.41 | 46.23 | - |
| YUV | 200.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 171 | 0 | 0.22 | 0.28 | 0.06 | 13.24 | 0.68 | 0.8 |
| Hex | EF | BA | AB | 0 | 16 | 1C | 6 | D | 44 | 50 |
| Octal | 357 | 272 | 253 | 0 | 26 | 34 | 6 | 15 | 104 | 120 |
| Binary | 11101111 | 10111010 | 10101011 | 0 | 10110 | 11100 | 110 | 1101 | 1000100 | 1010000 |
Color Harmonies of #EFBAAB
Complementary color
Monochromatic Colors of #EFBAAB
Black with #EFBAAB
Text Example
Text Example
White with #EFBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBAAB; }
p { color: rgb(239,186,171); }
H1.HeaderClassName
{
color: #EFBAAB;
}
.AnyTagClassName
{
color: #EFBAAB;
}
</style>
background-color css
<style>
a { background-color: #EFBAAB; }
a { background-color: rgb(239,186,171); }
div.DivClassName
{
background-color: #EFBAAB;
}
.BgClassName
{
background-color: #EFBAAB;
}
</style>
border-color css
<style>
span { border-color: #EFBAAB; }
span { border-color: rgb(239,186,171); }
td.TdClassName
{
border-color: #EFBAAB;
}
.TagClassName
{
border-color: #EFBAAB;
}
</style>