Shades of Beeswax #E9D9AE
Tints of Beeswax #E9D9AE
RGB
CMYK
RGB Variations
Color information
#E9D9AE (or 0xE9D9AE) is known color: Beeswax. HEX triplet: E9, D9 and AE. RGB value is (233,217,174). Sum of RGB (Red+Green+Blue) = 233+217+174=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D9AE is #162651. Grayscale: #D9D9D9. Windows color (decimal): -1451602 or 11459049. OLE color: 11459049.
HSL color Cylindrical-coordinate representation of color #E9D9AE: hue angle of 43.73º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9D9AE is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 174 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.09 |
| HSL | 43.73º | 0.57% | 0.8% | - |
| HSV(B) | 43.73º | 0.25% | 0.91% | - |
| XYZ | 66.06 | 70.01 | 50.08 | - |
| YUV | 216.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 174 | 0 | 0.07 | 0.25 | 0.09 | 43.73 | 0.57 | 0.8 |
| Hex | E9 | D9 | AE | 0 | 7 | 19 | 9 | 2C | 39 | 50 |
| Octal | 351 | 331 | 256 | 0 | 7 | 31 | 11 | 54 | 71 | 120 |
| Binary | 11101001 | 11011001 | 10101110 | 0 | 111 | 11001 | 1001 | 101100 | 111001 | 1010000 |
Color Harmonies of #E9D9AE
Complementary color
Monochromatic Colors of #E9D9AE
Black with #E9D9AE
Text Example
Text Example
White with #E9D9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D9AE; }
p { color: rgb(233,217,174); }
H1.HeaderClassName
{
color: #E9D9AE;
}
.AnyTagClassName
{
color: #E9D9AE;
}
</style>
background-color css
<style>
a { background-color: #E9D9AE; }
a { background-color: rgb(233,217,174); }
div.DivClassName
{
background-color: #E9D9AE;
}
.BgClassName
{
background-color: #E9D9AE;
}
</style>
border-color css
<style>
span { border-color: #E9D9AE; }
span { border-color: rgb(233,217,174); }
td.TdClassName
{
border-color: #E9D9AE;
}
.TagClassName
{
border-color: #E9D9AE;
}
</style>