Shades of Beeswax #E9D5A7
Tints of Beeswax #E9D5A7
RGB
CMYK
RGB Variations
Color information
#E9D5A7 (or 0xE9D5A7) is known color: Beeswax. HEX triplet: E9, D5 and A7. RGB value is (233,213,167). Sum of RGB (Red+Green+Blue) = 233+213+167=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D5A7 is #162A58. Grayscale: #D5D5D5. Windows color (decimal): -1452633 or 10999273. OLE color: 10999273.
HSL color Cylindrical-coordinate representation of color #E9D5A7: hue angle of 41.82º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9D5A7 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 167 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.09 |
| HSL | 41.82º | 0.6% | 0.78% | - |
| HSV(B) | 41.82º | 0.28% | 0.91% | - |
| XYZ | 64.37 | 67.7 | 46.23 | - |
| YUV | 213.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 167 | 0 | 0.09 | 0.28 | 0.09 | 41.82 | 0.6 | 0.78 |
| Hex | E9 | D5 | A7 | 0 | 9 | 1C | 9 | 2A | 3C | 4E |
| Octal | 351 | 325 | 247 | 0 | 11 | 34 | 11 | 52 | 74 | 116 |
| Binary | 11101001 | 11010101 | 10100111 | 0 | 1001 | 11100 | 1001 | 101010 | 111100 | 1001110 |
Color Harmonies of #E9D5A7
Complementary color
Monochromatic Colors of #E9D5A7
Black with #E9D5A7
Text Example
Text Example
White with #E9D5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D5A7; }
p { color: rgb(233,213,167); }
H1.HeaderClassName
{
color: #E9D5A7;
}
.AnyTagClassName
{
color: #E9D5A7;
}
</style>
background-color css
<style>
a { background-color: #E9D5A7; }
a { background-color: rgb(233,213,167); }
div.DivClassName
{
background-color: #E9D5A7;
}
.BgClassName
{
background-color: #E9D5A7;
}
</style>
border-color css
<style>
span { border-color: #E9D5A7; }
span { border-color: rgb(233,213,167); }
td.TdClassName
{
border-color: #E9D5A7;
}
.TagClassName
{
border-color: #E9D5A7;
}
</style>