Shades of Beeswax #E7D5AD
Tints of Beeswax #E7D5AD
RGB
CMYK
RGB Variations
Color information
#E7D5AD (or 0xE7D5AD) is known color: Beeswax. HEX triplet: E7, D5 and AD. RGB value is (231,213,173). Sum of RGB (Red+Green+Blue) = 231+213+173=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D5AD is #182A52. Grayscale: #D5D5D5. Windows color (decimal): -1583699 or 11392487. OLE color: 11392487.
HSL color Cylindrical-coordinate representation of color #E7D5AD: hue angle of 41.38º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7D5AD is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 173 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.09 |
| HSL | 41.38º | 0.55% | 0.79% | - |
| HSV(B) | 41.38º | 0.25% | 0.91% | - |
| XYZ | 64.29 | 67.59 | 49.19 | - |
| YUV | 213.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 173 | 0 | 0.08 | 0.25 | 0.09 | 41.38 | 0.55 | 0.79 |
| Hex | E7 | D5 | AD | 0 | 8 | 19 | 9 | 29 | 37 | 4F |
| Octal | 347 | 325 | 255 | 0 | 10 | 31 | 11 | 51 | 67 | 117 |
| Binary | 11100111 | 11010101 | 10101101 | 0 | 1000 | 11001 | 1001 | 101001 | 110111 | 1001111 |
Color Harmonies of #E7D5AD
Complementary color
Monochromatic Colors of #E7D5AD
Black with #E7D5AD
Text Example
Text Example
White with #E7D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5AD; }
p { color: rgb(231,213,173); }
H1.HeaderClassName
{
color: #E7D5AD;
}
.AnyTagClassName
{
color: #E7D5AD;
}
</style>
background-color css
<style>
a { background-color: #E7D5AD; }
a { background-color: rgb(231,213,173); }
div.DivClassName
{
background-color: #E7D5AD;
}
.BgClassName
{
background-color: #E7D5AD;
}
</style>
border-color css
<style>
span { border-color: #E7D5AD; }
span { border-color: rgb(231,213,173); }
td.TdClassName
{
border-color: #E7D5AD;
}
.TagClassName
{
border-color: #E7D5AD;
}
</style>