Shades of Beeswax #E2D5AF
Tints of Beeswax #E2D5AF
RGB
CMYK
RGB Variations
Color information
#E2D5AF (or 0xE2D5AF) is known color: Beeswax. HEX triplet: E2, D5 and AF. RGB value is (226,213,175). Sum of RGB (Red+Green+Blue) = 226+213+175=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D5AF is #1D2A50. Grayscale: #D4D4D4. Windows color (decimal): -1911377 or 11523554. OLE color: 11523554.
HSL color Cylindrical-coordinate representation of color #E2D5AF: hue angle of 44.71º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2D5AF is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 175 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.11 |
| HSL | 44.71º | 0.47% | 0.79% | - |
| HSV(B) | 44.71º | 0.23% | 0.89% | - |
| XYZ | 62.9 | 66.85 | 50.15 | - |
| YUV | 212.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 175 | 0 | 0.06 | 0.23 | 0.11 | 44.71 | 0.47 | 0.79 |
| Hex | E2 | D5 | AF | 0 | 6 | 17 | B | 2D | 2F | 4F |
| Octal | 342 | 325 | 257 | 0 | 6 | 27 | 13 | 55 | 57 | 117 |
| Binary | 11100010 | 11010101 | 10101111 | 0 | 110 | 10111 | 1011 | 101101 | 101111 | 1001111 |
Color Harmonies of #E2D5AF
Complementary color
Monochromatic Colors of #E2D5AF
Black with #E2D5AF
Text Example
Text Example
White with #E2D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D5AF; }
p { color: rgb(226,213,175); }
H1.HeaderClassName
{
color: #E2D5AF;
}
.AnyTagClassName
{
color: #E2D5AF;
}
</style>
background-color css
<style>
a { background-color: #E2D5AF; }
a { background-color: rgb(226,213,175); }
div.DivClassName
{
background-color: #E2D5AF;
}
.BgClassName
{
background-color: #E2D5AF;
}
</style>
border-color css
<style>
span { border-color: #E2D5AF; }
span { border-color: rgb(226,213,175); }
td.TdClassName
{
border-color: #E2D5AF;
}
.TagClassName
{
border-color: #E2D5AF;
}
</style>