Shades of Beeswax #EFDBAB
Tints of Beeswax #EFDBAB
RGB
CMYK
RGB Variations
Color information
#EFDBAB (or 0xEFDBAB) is known color: Beeswax. HEX triplet: EF, DB and AB. RGB value is (239,219,171). Sum of RGB (Red+Green+Blue) = 239+219+171=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBAB is #102454. Grayscale: #DBDBDB. Windows color (decimal): -1057877 or 11262959. OLE color: 11262959.
HSL color Cylindrical-coordinate representation of color #EFDBAB: hue angle of 42.35º 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 #EFDBAB is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 171 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.06 |
| HSL | 42.35º | 0.68% | 0.8% | - |
| HSV(B) | 42.35º | 0.28% | 0.94% | - |
| XYZ | 68.28 | 71.95 | 48.82 | - |
| YUV | 219.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 171 | 0 | 0.08 | 0.28 | 0.06 | 42.35 | 0.68 | 0.8 |
| Hex | EF | DB | AB | 0 | 8 | 1C | 6 | 2A | 44 | 50 |
| Octal | 357 | 333 | 253 | 0 | 10 | 34 | 6 | 52 | 104 | 120 |
| Binary | 11101111 | 11011011 | 10101011 | 0 | 1000 | 11100 | 110 | 101010 | 1000100 | 1010000 |
Color Harmonies of #EFDBAB
Complementary color
Monochromatic Colors of #EFDBAB
Black with #EFDBAB
Text Example
Text Example
White with #EFDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBAB; }
p { color: rgb(239,219,171); }
H1.HeaderClassName
{
color: #EFDBAB;
}
.AnyTagClassName
{
color: #EFDBAB;
}
</style>
background-color css
<style>
a { background-color: #EFDBAB; }
a { background-color: rgb(239,219,171); }
div.DivClassName
{
background-color: #EFDBAB;
}
.BgClassName
{
background-color: #EFDBAB;
}
</style>
border-color css
<style>
span { border-color: #EFDBAB; }
span { border-color: rgb(239,219,171); }
td.TdClassName
{
border-color: #EFDBAB;
}
.TagClassName
{
border-color: #EFDBAB;
}
</style>