Shades of Beeswax #E9D8AD
Tints of Beeswax #E9D8AD
RGB
CMYK
RGB Variations
Color information
#E9D8AD (or 0xE9D8AD) is known color: Beeswax. HEX triplet: E9, D8 and AD. RGB value is (233,216,173). Sum of RGB (Red+Green+Blue) = 233+216+173=622 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.46% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D8AD is #162752. Grayscale: #D8D8D8. Windows color (decimal): -1451859 or 11393257. OLE color: 11393257.
HSL color Cylindrical-coordinate representation of color #E9D8AD: hue angle of 43º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9D8AD is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 216 | 173 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.09 |
| HSL | 43º | 0.58% | 0.8% | - |
| HSV(B) | 43º | 0.26% | 0.91% | - |
| XYZ | 65.7 | 69.45 | 49.48 | - |
| YUV | 216.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 216 | 173 | 0 | 0.07 | 0.26 | 0.09 | 43 | 0.58 | 0.8 |
| Hex | E9 | D8 | AD | 0 | 7 | 1A | 9 | 2B | 3A | 50 |
| Octal | 351 | 330 | 255 | 0 | 7 | 32 | 11 | 53 | 72 | 120 |
| Binary | 11101001 | 11011000 | 10101101 | 0 | 111 | 11010 | 1001 | 101011 | 111010 | 1010000 |
Color Harmonies of #E9D8AD
Complementary color
Monochromatic Colors of #E9D8AD
Black with #E9D8AD
Text Example
Text Example
White with #E9D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D8AD; }
p { color: rgb(233,216,173); }
H1.HeaderClassName
{
color: #E9D8AD;
}
.AnyTagClassName
{
color: #E9D8AD;
}
</style>
background-color css
<style>
a { background-color: #E9D8AD; }
a { background-color: rgb(233,216,173); }
div.DivClassName
{
background-color: #E9D8AD;
}
.BgClassName
{
background-color: #E9D8AD;
}
</style>
border-color css
<style>
span { border-color: #E9D8AD; }
span { border-color: rgb(233,216,173); }
td.TdClassName
{
border-color: #E9D8AD;
}
.TagClassName
{
border-color: #E9D8AD;
}
</style>