Shades of Beeswax #EFDAAA
Tints of Beeswax #EFDAAA
RGB
CMYK
RGB Variations
Color information
#EFDAAA (or 0xEFDAAA) is known color: Beeswax. HEX triplet: EF, DA and AA. RGB value is (239,218,170). Sum of RGB (Red+Green+Blue) = 239+218+170=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDAAA is #102555. Grayscale: #DBDBDB. Windows color (decimal): -1058134 or 11197167. OLE color: 11197167.
HSL color Cylindrical-coordinate representation of color #EFDAAA: hue angle of 41.74º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFDAAA is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 170 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.06 |
| HSL | 41.74º | 0.68% | 0.8% | - |
| HSV(B) | 41.74º | 0.29% | 0.94% | - |
| XYZ | 67.92 | 71.4 | 48.23 | - |
| YUV | 218.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 170 | 0 | 0.09 | 0.29 | 0.06 | 41.74 | 0.68 | 0.8 |
| Hex | EF | DA | AA | 0 | 9 | 1D | 6 | 2A | 44 | 50 |
| Octal | 357 | 332 | 252 | 0 | 11 | 35 | 6 | 52 | 104 | 120 |
| Binary | 11101111 | 11011010 | 10101010 | 0 | 1001 | 11101 | 110 | 101010 | 1000100 | 1010000 |
Color Harmonies of #EFDAAA
Complementary color
Monochromatic Colors of #EFDAAA
Black with #EFDAAA
Text Example
Text Example
White with #EFDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAAA; }
p { color: rgb(239,218,170); }
H1.HeaderClassName
{
color: #EFDAAA;
}
.AnyTagClassName
{
color: #EFDAAA;
}
</style>
background-color css
<style>
a { background-color: #EFDAAA; }
a { background-color: rgb(239,218,170); }
div.DivClassName
{
background-color: #EFDAAA;
}
.BgClassName
{
background-color: #EFDAAA;
}
</style>
border-color css
<style>
span { border-color: #EFDAAA; }
span { border-color: rgb(239,218,170); }
td.TdClassName
{
border-color: #EFDAAA;
}
.TagClassName
{
border-color: #EFDAAA;
}
</style>