Shades of Beeswax #E8D4AA
Tints of Beeswax #E8D4AA
RGB
CMYK
RGB Variations
Color information
#E8D4AA (or 0xE8D4AA) is known color: Beeswax. HEX triplet: E8, D4 and AA. RGB value is (232,212,170). Sum of RGB (Red+Green+Blue) = 232+212+170=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D4AA is #172B55. Grayscale: #D5D5D5. Windows color (decimal): -1518422 or 11195624. OLE color: 11195624.
HSL color Cylindrical-coordinate representation of color #E8D4AA: hue angle of 40.65º 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 #E8D4AA is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 170 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.09 |
| HSL | 40.65º | 0.57% | 0.79% | - |
| HSV(B) | 40.65º | 0.27% | 0.91% | - |
| XYZ | 64.08 | 67.15 | 47.61 | - |
| YUV | 213.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 170 | 0 | 0.09 | 0.27 | 0.09 | 40.65 | 0.57 | 0.79 |
| Hex | E8 | D4 | AA | 0 | 9 | 1B | 9 | 29 | 39 | 4F |
| Octal | 350 | 324 | 252 | 0 | 11 | 33 | 11 | 51 | 71 | 117 |
| Binary | 11101000 | 11010100 | 10101010 | 0 | 1001 | 11011 | 1001 | 101001 | 111001 | 1001111 |
Color Harmonies of #E8D4AA
Complementary color
Monochromatic Colors of #E8D4AA
Black with #E8D4AA
Text Example
Text Example
White with #E8D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D4AA; }
p { color: rgb(232,212,170); }
H1.HeaderClassName
{
color: #E8D4AA;
}
.AnyTagClassName
{
color: #E8D4AA;
}
</style>
background-color css
<style>
a { background-color: #E8D4AA; }
a { background-color: rgb(232,212,170); }
div.DivClassName
{
background-color: #E8D4AA;
}
.BgClassName
{
background-color: #E8D4AA;
}
</style>
border-color css
<style>
span { border-color: #E8D4AA; }
span { border-color: rgb(232,212,170); }
td.TdClassName
{
border-color: #E8D4AA;
}
.TagClassName
{
border-color: #E8D4AA;
}
</style>