Shades of Beeswax #E7D4AA
Tints of Beeswax #E7D4AA
RGB
CMYK
RGB Variations
Color information
#E7D4AA (or 0xE7D4AA) is known color: Beeswax. HEX triplet: E7, D4 and AA. RGB value is (231,212,170). Sum of RGB (Red+Green+Blue) = 231+212+170=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D4AA is #182B55. Grayscale: #D5D5D5. Windows color (decimal): -1583958 or 11195623. OLE color: 11195623.
HSL color Cylindrical-coordinate representation of color #E7D4AA: hue angle of 41.31º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7D4AA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 170 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.09 |
| HSL | 41.31º | 0.56% | 0.79% | - |
| HSV(B) | 41.31º | 0.26% | 0.91% | - |
| XYZ | 63.75 | 66.98 | 47.6 | - |
| YUV | 212.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 170 | 0 | 0.08 | 0.26 | 0.09 | 41.31 | 0.56 | 0.79 |
| Hex | E7 | D4 | AA | 0 | 8 | 1A | 9 | 29 | 38 | 4F |
| Octal | 347 | 324 | 252 | 0 | 10 | 32 | 11 | 51 | 70 | 117 |
| Binary | 11100111 | 11010100 | 10101010 | 0 | 1000 | 11010 | 1001 | 101001 | 111000 | 1001111 |
Color Harmonies of #E7D4AA
Complementary color
Monochromatic Colors of #E7D4AA
Black with #E7D4AA
Text Example
Text Example
White with #E7D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4AA; }
p { color: rgb(231,212,170); }
H1.HeaderClassName
{
color: #E7D4AA;
}
.AnyTagClassName
{
color: #E7D4AA;
}
</style>
background-color css
<style>
a { background-color: #E7D4AA; }
a { background-color: rgb(231,212,170); }
div.DivClassName
{
background-color: #E7D4AA;
}
.BgClassName
{
background-color: #E7D4AA;
}
</style>
border-color css
<style>
span { border-color: #E7D4AA; }
span { border-color: rgb(231,212,170); }
td.TdClassName
{
border-color: #E7D4AA;
}
.TagClassName
{
border-color: #E7D4AA;
}
</style>