Shades of Beeswax #E9D7AF
Tints of Beeswax #E9D7AF
RGB
CMYK
RGB Variations
Color information
#E9D7AF (or 0xE9D7AF) is known color: Beeswax. HEX triplet: E9, D7 and AF. RGB value is (233,215,175). Sum of RGB (Red+Green+Blue) = 233+215+175=623 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.40% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D7AF is #162850. Grayscale: #D8D8D8. Windows color (decimal): -1452113 or 11524073. OLE color: 11524073.
HSL color Cylindrical-coordinate representation of color #E9D7AF: hue angle of 41.38º 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 #E9D7AF is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 215 | 175 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.09 |
| HSL | 41.38º | 0.57% | 0.8% | - |
| HSV(B) | 41.38º | 0.25% | 0.91% | - |
| XYZ | 65.64 | 69.02 | 50.42 | - |
| YUV | 215.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 175 | 0 | 0.08 | 0.25 | 0.09 | 41.38 | 0.57 | 0.8 |
| Hex | E9 | D7 | AF | 0 | 8 | 19 | 9 | 29 | 39 | 50 |
| Octal | 351 | 327 | 257 | 0 | 10 | 31 | 11 | 51 | 71 | 120 |
| Binary | 11101001 | 11010111 | 10101111 | 0 | 1000 | 11001 | 1001 | 101001 | 111001 | 1010000 |
Color Harmonies of #E9D7AF
Complementary color
Monochromatic Colors of #E9D7AF
Black with #E9D7AF
Text Example
Text Example
White with #E9D7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D7AF; }
p { color: rgb(233,215,175); }
H1.HeaderClassName
{
color: #E9D7AF;
}
.AnyTagClassName
{
color: #E9D7AF;
}
</style>
background-color css
<style>
a { background-color: #E9D7AF; }
a { background-color: rgb(233,215,175); }
div.DivClassName
{
background-color: #E9D7AF;
}
.BgClassName
{
background-color: #E9D7AF;
}
</style>
border-color css
<style>
span { border-color: #E9D7AF; }
span { border-color: rgb(233,215,175); }
td.TdClassName
{
border-color: #E9D7AF;
}
.TagClassName
{
border-color: #E9D7AF;
}
</style>