Shades of Beeswax #E2D5AE
Tints of Beeswax #E2D5AE
RGB
CMYK
RGB Variations
Color information
#E2D5AE (or 0xE2D5AE) is known color: Beeswax. HEX triplet: E2, D5 and AE. RGB value is (226,213,174). Sum of RGB (Red+Green+Blue) = 226+213+174=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D5AE is #1D2A51. Grayscale: #D4D4D4. Windows color (decimal): -1911378 or 11458018. OLE color: 11458018.
HSL color Cylindrical-coordinate representation of color #E2D5AE: hue angle of 45º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2D5AE is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 174 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.11 |
| HSL | 45º | 0.47% | 0.78% | - |
| HSV(B) | 45º | 0.23% | 0.89% | - |
| XYZ | 62.8 | 66.81 | 49.63 | - |
| YUV | 212.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 174 | 0 | 0.06 | 0.23 | 0.11 | 45 | 0.47 | 0.78 |
| Hex | E2 | D5 | AE | 0 | 6 | 17 | B | 2D | 2F | 4E |
| Octal | 342 | 325 | 256 | 0 | 6 | 27 | 13 | 55 | 57 | 116 |
| Binary | 11100010 | 11010101 | 10101110 | 0 | 110 | 10111 | 1011 | 101101 | 101111 | 1001110 |
Color Harmonies of #E2D5AE
Complementary color
Monochromatic Colors of #E2D5AE
Black with #E2D5AE
Text Example
Text Example
White with #E2D5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D5AE; }
p { color: rgb(226,213,174); }
H1.HeaderClassName
{
color: #E2D5AE;
}
.AnyTagClassName
{
color: #E2D5AE;
}
</style>
background-color css
<style>
a { background-color: #E2D5AE; }
a { background-color: rgb(226,213,174); }
div.DivClassName
{
background-color: #E2D5AE;
}
.BgClassName
{
background-color: #E2D5AE;
}
</style>
border-color css
<style>
span { border-color: #E2D5AE; }
span { border-color: rgb(226,213,174); }
td.TdClassName
{
border-color: #E2D5AE;
}
.TagClassName
{
border-color: #E2D5AE;
}
</style>