Shades of Beeswax #E8D7AC
Tints of Beeswax #E8D7AC
RGB
CMYK
RGB Variations
Color information
#E8D7AC (or 0xE8D7AC) is known color: Beeswax. HEX triplet: E8, D7 and AC. RGB value is (232,215,172). Sum of RGB (Red+Green+Blue) = 232+215+172=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D7AC is #172853. Grayscale: #D7D7D7. Windows color (decimal): -1517652 or 11327464. OLE color: 11327464.
HSL color Cylindrical-coordinate representation of color #E8D7AC: hue angle of 43º degrees, saturation: 0.57, 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 #E8D7AC is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 215 | 172 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.09 |
| HSL | 43º | 0.57% | 0.79% | - |
| HSV(B) | 43º | 0.26% | 0.91% | - |
| XYZ | 65.03 | 68.74 | 48.87 | - |
| YUV | 215.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 172 | 0 | 0.07 | 0.26 | 0.09 | 43 | 0.57 | 0.79 |
| Hex | E8 | D7 | AC | 0 | 7 | 1A | 9 | 2B | 39 | 4F |
| Octal | 350 | 327 | 254 | 0 | 7 | 32 | 11 | 53 | 71 | 117 |
| Binary | 11101000 | 11010111 | 10101100 | 0 | 111 | 11010 | 1001 | 101011 | 111001 | 1001111 |
Color Harmonies of #E8D7AC
Complementary color
Monochromatic Colors of #E8D7AC
Black with #E8D7AC
Text Example
Text Example
White with #E8D7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D7AC; }
p { color: rgb(232,215,172); }
H1.HeaderClassName
{
color: #E8D7AC;
}
.AnyTagClassName
{
color: #E8D7AC;
}
</style>
background-color css
<style>
a { background-color: #E8D7AC; }
a { background-color: rgb(232,215,172); }
div.DivClassName
{
background-color: #E8D7AC;
}
.BgClassName
{
background-color: #E8D7AC;
}
</style>
border-color css
<style>
span { border-color: #E8D7AC; }
span { border-color: rgb(232,215,172); }
td.TdClassName
{
border-color: #E8D7AC;
}
.TagClassName
{
border-color: #E8D7AC;
}
</style>