Shades of Beeswax #E8D3AA
Tints of Beeswax #E8D3AA
RGB
CMYK
RGB Variations
Color information
#E8D3AA (or 0xE8D3AA) is known color: Beeswax. HEX triplet: E8, D3 and AA. RGB value is (232,211,170). Sum of RGB (Red+Green+Blue) = 232+211+170=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D3AA is #172C55. Grayscale: #D4D4D4. Windows color (decimal): -1518678 or 11195368. OLE color: 11195368.
HSL color Cylindrical-coordinate representation of color #E8D3AA: hue angle of 39.68º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8D3AA is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 170 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.09 |
| HSL | 39.68º | 0.57% | 0.79% | - |
| HSV(B) | 39.68º | 0.27% | 0.91% | - |
| XYZ | 63.83 | 66.65 | 47.53 | - |
| YUV | 212.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 170 | 0 | 0.09 | 0.27 | 0.09 | 39.68 | 0.57 | 0.79 |
| Hex | E8 | D3 | AA | 0 | 9 | 1B | 9 | 28 | 39 | 4F |
| Octal | 350 | 323 | 252 | 0 | 11 | 33 | 11 | 50 | 71 | 117 |
| Binary | 11101000 | 11010011 | 10101010 | 0 | 1001 | 11011 | 1001 | 101000 | 111001 | 1001111 |
Color Harmonies of #E8D3AA
Complementary color
Monochromatic Colors of #E8D3AA
Black with #E8D3AA
Text Example
Text Example
White with #E8D3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D3AA; }
p { color: rgb(232,211,170); }
H1.HeaderClassName
{
color: #E8D3AA;
}
.AnyTagClassName
{
color: #E8D3AA;
}
</style>
background-color css
<style>
a { background-color: #E8D3AA; }
a { background-color: rgb(232,211,170); }
div.DivClassName
{
background-color: #E8D3AA;
}
.BgClassName
{
background-color: #E8D3AA;
}
</style>
border-color css
<style>
span { border-color: #E8D3AA; }
span { border-color: rgb(232,211,170); }
td.TdClassName
{
border-color: #E8D3AA;
}
.TagClassName
{
border-color: #E8D3AA;
}
</style>