Shades of Beeswax #E5D6AF
Tints of Beeswax #E5D6AF
RGB
CMYK
RGB Variations
Color information
#E5D6AF (or 0xE5D6AF) is known color: Beeswax. HEX triplet: E5, D6 and AF. RGB value is (229,214,175). Sum of RGB (Red+Green+Blue) = 229+214+175=618 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.06% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D6AF is #1A2950. Grayscale: #D6D6D6. Windows color (decimal): -1714513 or 11523813. OLE color: 11523813.
HSL color Cylindrical-coordinate representation of color #E5D6AF: hue angle of 43.33º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5D6AF is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 175 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.10 |
| HSL | 43.33º | 0.51% | 0.79% | - |
| HSV(B) | 43.33º | 0.24% | 0.9% | - |
| XYZ | 64.1 | 67.85 | 50.27 | - |
| YUV | 214.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 175 | 0 | 0.07 | 0.24 | 0.10 | 43.33 | 0.51 | 0.79 |
| Hex | E5 | D6 | AF | 0 | 7 | 18 | A | 2B | 33 | 4F |
| Octal | 345 | 326 | 257 | 0 | 7 | 30 | 12 | 53 | 63 | 117 |
| Binary | 11100101 | 11010110 | 10101111 | 0 | 111 | 11000 | 1010 | 101011 | 110011 | 1001111 |
Color Harmonies of #E5D6AF
Complementary color
Monochromatic Colors of #E5D6AF
Black with #E5D6AF
Text Example
Text Example
White with #E5D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D6AF; }
p { color: rgb(229,214,175); }
H1.HeaderClassName
{
color: #E5D6AF;
}
.AnyTagClassName
{
color: #E5D6AF;
}
</style>
background-color css
<style>
a { background-color: #E5D6AF; }
a { background-color: rgb(229,214,175); }
div.DivClassName
{
background-color: #E5D6AF;
}
.BgClassName
{
background-color: #E5D6AF;
}
</style>
border-color css
<style>
span { border-color: #E5D6AF; }
span { border-color: rgb(229,214,175); }
td.TdClassName
{
border-color: #E5D6AF;
}
.TagClassName
{
border-color: #E5D6AF;
}
</style>