Shades of Beeswax #E9D9AF
Tints of Beeswax #E9D9AF
RGB
CMYK
RGB Variations
Color information
#E9D9AF (or 0xE9D9AF) is known color: Beeswax. HEX triplet: E9, D9 and AF. RGB value is (233,217,175). Sum of RGB (Red+Green+Blue) = 233+217+175=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D9AF is #162650. Grayscale: #D9D9D9. Windows color (decimal): -1451601 or 11524585. OLE color: 11524585.
HSL color Cylindrical-coordinate representation of color #E9D9AF: hue angle of 43.45º 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 #E9D9AF is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 217 | 175 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.09 |
| HSL | 43.45º | 0.57% | 0.8% | - |
| HSV(B) | 43.45º | 0.25% | 0.91% | - |
| XYZ | 66.15 | 70.04 | 50.59 | - |
| YUV | 217 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 217 | 175 | 0 | 0.07 | 0.25 | 0.09 | 43.45 | 0.57 | 0.8 |
| Hex | E9 | D9 | AF | 0 | 7 | 19 | 9 | 2B | 39 | 50 |
| Octal | 351 | 331 | 257 | 0 | 7 | 31 | 11 | 53 | 71 | 120 |
| Binary | 11101001 | 11011001 | 10101111 | 0 | 111 | 11001 | 1001 | 101011 | 111001 | 1010000 |
Color Harmonies of #E9D9AF
Complementary color
Monochromatic Colors of #E9D9AF
Black with #E9D9AF
Text Example
Text Example
White with #E9D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D9AF; }
p { color: rgb(233,217,175); }
H1.HeaderClassName
{
color: #E9D9AF;
}
.AnyTagClassName
{
color: #E9D9AF;
}
</style>
background-color css
<style>
a { background-color: #E9D9AF; }
a { background-color: rgb(233,217,175); }
div.DivClassName
{
background-color: #E9D9AF;
}
.BgClassName
{
background-color: #E9D9AF;
}
</style>
border-color css
<style>
span { border-color: #E9D9AF; }
span { border-color: rgb(233,217,175); }
td.TdClassName
{
border-color: #E9D9AF;
}
.TagClassName
{
border-color: #E9D9AF;
}
</style>