Shades of Beeswax #E5D9B3
Tints of Beeswax #E5D9B3
RGB
CMYK
RGB Variations
Color information
#E5D9B3 (or 0xE5D9B3) is known color: Beeswax. HEX triplet: E5, D9 and B3. RGB value is (229,217,179). Sum of RGB (Red+Green+Blue) = 229+217+179=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9B3 is #1A264C. Grayscale: #D8D8D8. Windows color (decimal): -1713741 or 11786725. OLE color: 11786725.
HSL color Cylindrical-coordinate representation of color #E5D9B3: hue angle of 45.6º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5D9B3 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 179 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.10 |
| HSL | 45.6º | 0.49% | 0.8% | - |
| HSV(B) | 45.6º | 0.22% | 0.9% | - |
| XYZ | 65.26 | 69.54 | 52.63 | - |
| YUV | 216.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 179 | 0 | 0.05 | 0.22 | 0.10 | 45.6 | 0.49 | 0.8 |
| Hex | E5 | D9 | B3 | 0 | 5 | 16 | A | 2E | 31 | 50 |
| Octal | 345 | 331 | 263 | 0 | 5 | 26 | 12 | 56 | 61 | 120 |
| Binary | 11100101 | 11011001 | 10110011 | 0 | 101 | 10110 | 1010 | 101110 | 110001 | 1010000 |
Color Harmonies of #E5D9B3
Complementary color
Monochromatic Colors of #E5D9B3
Black with #E5D9B3
Text Example
Text Example
White with #E5D9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9B3; }
p { color: rgb(229,217,179); }
H1.HeaderClassName
{
color: #E5D9B3;
}
.AnyTagClassName
{
color: #E5D9B3;
}
</style>
background-color css
<style>
a { background-color: #E5D9B3; }
a { background-color: rgb(229,217,179); }
div.DivClassName
{
background-color: #E5D9B3;
}
.BgClassName
{
background-color: #E5D9B3;
}
</style>
border-color css
<style>
span { border-color: #E5D9B3; }
span { border-color: rgb(229,217,179); }
td.TdClassName
{
border-color: #E5D9B3;
}
.TagClassName
{
border-color: #E5D9B3;
}
</style>