Shades of Beeswax #E5D6AC
Tints of Beeswax #E5D6AC
RGB
CMYK
RGB Variations
Color information
#E5D6AC (or 0xE5D6AC) is known color: Beeswax. HEX triplet: E5, D6 and AC. RGB value is (229,214,172). Sum of RGB (Red+Green+Blue) = 229+214+172=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D6AC is #1A2953. Grayscale: #D5D5D5. Windows color (decimal): -1714516 or 11327205. OLE color: 11327205.
HSL color Cylindrical-coordinate representation of color #E5D6AC: hue angle of 44.21º 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 #E5D6AC is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 172 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.10 |
| HSL | 44.21º | 0.52% | 0.79% | - |
| HSV(B) | 44.21º | 0.25% | 0.9% | - |
| XYZ | 63.81 | 67.73 | 48.74 | - |
| YUV | 213.7 | 104.47 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 172 | 0 | 0.07 | 0.25 | 0.10 | 44.21 | 0.52 | 0.79 |
| Hex | E5 | D6 | AC | 0 | 7 | 19 | A | 2C | 34 | 4F |
| Octal | 345 | 326 | 254 | 0 | 7 | 31 | 12 | 54 | 64 | 117 |
| Binary | 11100101 | 11010110 | 10101100 | 0 | 111 | 11001 | 1010 | 101100 | 110100 | 1001111 |
Color Harmonies of #E5D6AC
Complementary color
Monochromatic Colors of #E5D6AC
Black with #E5D6AC
Text Example
Text Example
White with #E5D6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D6AC; }
p { color: rgb(229,214,172); }
H1.HeaderClassName
{
color: #E5D6AC;
}
.AnyTagClassName
{
color: #E5D6AC;
}
</style>
background-color css
<style>
a { background-color: #E5D6AC; }
a { background-color: rgb(229,214,172); }
div.DivClassName
{
background-color: #E5D6AC;
}
.BgClassName
{
background-color: #E5D6AC;
}
</style>
border-color css
<style>
span { border-color: #E5D6AC; }
span { border-color: rgb(229,214,172); }
td.TdClassName
{
border-color: #E5D6AC;
}
.TagClassName
{
border-color: #E5D6AC;
}
</style>