Shades of Beeswax #E8D9AF
Tints of Beeswax #E8D9AF
RGB
CMYK
RGB Variations
Color information
#E8D9AF (or 0xE8D9AF) is known color: Beeswax. HEX triplet: E8, D9 and AF. RGB value is (232,217,175). Sum of RGB (Red+Green+Blue) = 232+217+175=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D9AF is #172650. Grayscale: #D8D8D8. Windows color (decimal): -1517137 or 11524584. OLE color: 11524584.
HSL color Cylindrical-coordinate representation of color #E8D9AF: hue angle of 44.21º degrees, saturation: 0.55, 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 #E8D9AF is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 175 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.09 |
| HSL | 44.21º | 0.55% | 0.8% | - |
| HSV(B) | 44.21º | 0.25% | 0.91% | - |
| XYZ | 65.83 | 69.88 | 50.58 | - |
| YUV | 216.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 175 | 0 | 0.06 | 0.25 | 0.09 | 44.21 | 0.55 | 0.8 |
| Hex | E8 | D9 | AF | 0 | 6 | 19 | 9 | 2C | 37 | 50 |
| Octal | 350 | 331 | 257 | 0 | 6 | 31 | 11 | 54 | 67 | 120 |
| Binary | 11101000 | 11011001 | 10101111 | 0 | 110 | 11001 | 1001 | 101100 | 110111 | 1010000 |
Color Harmonies of #E8D9AF
Complementary color
Monochromatic Colors of #E8D9AF
Black with #E8D9AF
Text Example
Text Example
White with #E8D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D9AF; }
p { color: rgb(232,217,175); }
H1.HeaderClassName
{
color: #E8D9AF;
}
.AnyTagClassName
{
color: #E8D9AF;
}
</style>
background-color css
<style>
a { background-color: #E8D9AF; }
a { background-color: rgb(232,217,175); }
div.DivClassName
{
background-color: #E8D9AF;
}
.BgClassName
{
background-color: #E8D9AF;
}
</style>
border-color css
<style>
span { border-color: #E8D9AF; }
span { border-color: rgb(232,217,175); }
td.TdClassName
{
border-color: #E8D9AF;
}
.TagClassName
{
border-color: #E8D9AF;
}
</style>