Shades of Beeswax #E7D5AB
Tints of Beeswax #E7D5AB
RGB
CMYK
RGB Variations
Color information
#E7D5AB (or 0xE7D5AB) is known color: Beeswax. HEX triplet: E7, D5 and AB. RGB value is (231,213,171). Sum of RGB (Red+Green+Blue) = 231+213+171=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D5AB is #182A54. Grayscale: #D5D5D5. Windows color (decimal): -1583701 or 11261415. OLE color: 11261415.
HSL color Cylindrical-coordinate representation of color #E7D5AB: hue angle of 42º 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 #E7D5AB is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 171 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.09 |
| HSL | 42º | 0.56% | 0.79% | - |
| HSV(B) | 42º | 0.26% | 0.91% | - |
| XYZ | 64.1 | 67.52 | 48.18 | - |
| YUV | 213.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 171 | 0 | 0.08 | 0.26 | 0.09 | 42 | 0.56 | 0.79 |
| Hex | E7 | D5 | AB | 0 | 8 | 1A | 9 | 2A | 38 | 4F |
| Octal | 347 | 325 | 253 | 0 | 10 | 32 | 11 | 52 | 70 | 117 |
| Binary | 11100111 | 11010101 | 10101011 | 0 | 1000 | 11010 | 1001 | 101010 | 111000 | 1001111 |
Color Harmonies of #E7D5AB
Complementary color
Monochromatic Colors of #E7D5AB
Black with #E7D5AB
Text Example
Text Example
White with #E7D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D5AB; }
p { color: rgb(231,213,171); }
H1.HeaderClassName
{
color: #E7D5AB;
}
.AnyTagClassName
{
color: #E7D5AB;
}
</style>
background-color css
<style>
a { background-color: #E7D5AB; }
a { background-color: rgb(231,213,171); }
div.DivClassName
{
background-color: #E7D5AB;
}
.BgClassName
{
background-color: #E7D5AB;
}
</style>
border-color css
<style>
span { border-color: #E7D5AB; }
span { border-color: rgb(231,213,171); }
td.TdClassName
{
border-color: #E7D5AB;
}
.TagClassName
{
border-color: #E7D5AB;
}
</style>