Shades of Beeswax #E5D7AD
Tints of Beeswax #E5D7AD
RGB
CMYK
RGB Variations
Color information
#E5D7AD (or 0xE5D7AD) is known color: Beeswax. HEX triplet: E5, D7 and AD. RGB value is (229,215,173). Sum of RGB (Red+Green+Blue) = 229+215+173=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 215 (84.38% from 255 or 34.85% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D7AD is #1A2852. Grayscale: #D6D6D6. Windows color (decimal): -1714259 or 11392997. OLE color: 11392997.
HSL color Cylindrical-coordinate representation of color #E5D7AD: hue angle of 45º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5D7AD is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 173 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.10 |
| HSL | 45º | 0.52% | 0.79% | - |
| HSV(B) | 45º | 0.24% | 0.9% | - |
| XYZ | 64.16 | 68.28 | 49.33 | - |
| YUV | 214.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 173 | 0 | 0.06 | 0.24 | 0.10 | 45 | 0.52 | 0.79 |
| Hex | E5 | D7 | AD | 0 | 6 | 18 | A | 2D | 34 | 4F |
| Octal | 345 | 327 | 255 | 0 | 6 | 30 | 12 | 55 | 64 | 117 |
| Binary | 11100101 | 11010111 | 10101101 | 0 | 110 | 11000 | 1010 | 101101 | 110100 | 1001111 |
Color Harmonies of #E5D7AD
Complementary color
Monochromatic Colors of #E5D7AD
Black with #E5D7AD
Text Example
Text Example
White with #E5D7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7AD; }
p { color: rgb(229,215,173); }
H1.HeaderClassName
{
color: #E5D7AD;
}
.AnyTagClassName
{
color: #E5D7AD;
}
</style>
background-color css
<style>
a { background-color: #E5D7AD; }
a { background-color: rgb(229,215,173); }
div.DivClassName
{
background-color: #E5D7AD;
}
.BgClassName
{
background-color: #E5D7AD;
}
</style>
border-color css
<style>
span { border-color: #E5D7AD; }
span { border-color: rgb(229,215,173); }
td.TdClassName
{
border-color: #E5D7AD;
}
.TagClassName
{
border-color: #E5D7AD;
}
</style>