Shades of Beeswax #E8D5AA
Tints of Beeswax #E8D5AA
RGB
CMYK
RGB Variations
Color information
#E8D5AA (or 0xE8D5AA) is known color: Beeswax. HEX triplet: E8, D5 and AA. RGB value is (232,213,170). Sum of RGB (Red+Green+Blue) = 232+213+170=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D5AA is #172A55. Grayscale: #D5D5D5. Windows color (decimal): -1518166 or 11195880. OLE color: 11195880.
HSL color Cylindrical-coordinate representation of color #E8D5AA: hue angle of 41.61º 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 #E8D5AA is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 170 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.09 |
| HSL | 41.61º | 0.57% | 0.79% | - |
| HSV(B) | 41.61º | 0.27% | 0.91% | - |
| XYZ | 64.33 | 67.65 | 47.7 | - |
| YUV | 213.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 170 | 0 | 0.08 | 0.27 | 0.09 | 41.61 | 0.57 | 0.79 |
| Hex | E8 | D5 | AA | 0 | 8 | 1B | 9 | 2A | 39 | 4F |
| Octal | 350 | 325 | 252 | 0 | 10 | 33 | 11 | 52 | 71 | 117 |
| Binary | 11101000 | 11010101 | 10101010 | 0 | 1000 | 11011 | 1001 | 101010 | 111001 | 1001111 |
Color Harmonies of #E8D5AA
Complementary color
Monochromatic Colors of #E8D5AA
Black with #E8D5AA
Text Example
Text Example
White with #E8D5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D5AA; }
p { color: rgb(232,213,170); }
H1.HeaderClassName
{
color: #E8D5AA;
}
.AnyTagClassName
{
color: #E8D5AA;
}
</style>
background-color css
<style>
a { background-color: #E8D5AA; }
a { background-color: rgb(232,213,170); }
div.DivClassName
{
background-color: #E8D5AA;
}
.BgClassName
{
background-color: #E8D5AA;
}
</style>
border-color css
<style>
span { border-color: #E8D5AA; }
span { border-color: rgb(232,213,170); }
td.TdClassName
{
border-color: #E8D5AA;
}
.TagClassName
{
border-color: #E8D5AA;
}
</style>