Shades of Beeswax #E5D5AC
Tints of Beeswax #E5D5AC
RGB
CMYK
RGB Variations
Color information
#E5D5AC (or 0xE5D5AC) is known color: Beeswax. HEX triplet: E5, D5 and AC. RGB value is (229,213,172). Sum of RGB (Red+Green+Blue) = 229+213+172=614 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.30% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D5AC is #1A2A53. Grayscale: #D5D5D5. Windows color (decimal): -1714772 or 11326949. OLE color: 11326949.
HSL color Cylindrical-coordinate representation of color #E5D5AC: hue angle of 43.16º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5D5AC is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 172 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.10 |
| HSL | 43.16º | 0.52% | 0.79% | - |
| HSV(B) | 43.16º | 0.25% | 0.9% | - |
| XYZ | 63.55 | 67.23 | 48.66 | - |
| YUV | 213.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 172 | 0 | 0.07 | 0.25 | 0.10 | 43.16 | 0.52 | 0.79 |
| Hex | E5 | D5 | AC | 0 | 7 | 19 | A | 2B | 34 | 4F |
| Octal | 345 | 325 | 254 | 0 | 7 | 31 | 12 | 53 | 64 | 117 |
| Binary | 11100101 | 11010101 | 10101100 | 0 | 111 | 11001 | 1010 | 101011 | 110100 | 1001111 |
Color Harmonies of #E5D5AC
Complementary color
Monochromatic Colors of #E5D5AC
Black with #E5D5AC
Text Example
Text Example
White with #E5D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D5AC; }
p { color: rgb(229,213,172); }
H1.HeaderClassName
{
color: #E5D5AC;
}
.AnyTagClassName
{
color: #E5D5AC;
}
</style>
background-color css
<style>
a { background-color: #E5D5AC; }
a { background-color: rgb(229,213,172); }
div.DivClassName
{
background-color: #E5D5AC;
}
.BgClassName
{
background-color: #E5D5AC;
}
</style>
border-color css
<style>
span { border-color: #E5D5AC; }
span { border-color: rgb(229,213,172); }
td.TdClassName
{
border-color: #E5D5AC;
}
.TagClassName
{
border-color: #E5D5AC;
}
</style>