Shades of Beeswax #E7D5AF
Tints of Beeswax #E7D5AF
RGB
CMYK
RGB Variations
Color information
#E7D5AF (or 0xE7D5AF) is known color: Beeswax. HEX triplet: E7, D5 and AF. RGB value is (231,213,175). Sum of RGB (Red+Green+Blue) = 231+213+175=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D5AF is #182A50. Grayscale: #D6D6D6. Windows color (decimal): -1583697 or 11523559. OLE color: 11523559.
HSL color Cylindrical-coordinate representation of color #E7D5AF: hue angle of 40.71º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7D5AF is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 175 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.09 |
| HSL | 40.71º | 0.54% | 0.8% | - |
| HSV(B) | 40.71º | 0.24% | 0.91% | - |
| XYZ | 64.49 | 67.67 | 50.22 | - |
| YUV | 214.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 175 | 0 | 0.08 | 0.24 | 0.09 | 40.71 | 0.54 | 0.8 |
| Hex | E7 | D5 | AF | 0 | 8 | 18 | 9 | 29 | 36 | 50 |
| Octal | 347 | 325 | 257 | 0 | 10 | 30 | 11 | 51 | 66 | 120 |
| Binary | 11100111 | 11010101 | 10101111 | 0 | 1000 | 11000 | 1001 | 101001 | 110110 | 1010000 |
Color Harmonies of #E7D5AF
Complementary color
Monochromatic Colors of #E7D5AF
Black with #E7D5AF
Text Example
Text Example
White with #E7D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5AF; }
p { color: rgb(231,213,175); }
H1.HeaderClassName
{
color: #E7D5AF;
}
.AnyTagClassName
{
color: #E7D5AF;
}
</style>
background-color css
<style>
a { background-color: #E7D5AF; }
a { background-color: rgb(231,213,175); }
div.DivClassName
{
background-color: #E7D5AF;
}
.BgClassName
{
background-color: #E7D5AF;
}
</style>
border-color css
<style>
span { border-color: #E7D5AF; }
span { border-color: rgb(231,213,175); }
td.TdClassName
{
border-color: #E7D5AF;
}
.TagClassName
{
border-color: #E7D5AF;
}
</style>