Shades of Beeswax #E2D6AF
Tints of Beeswax #E2D6AF
RGB
CMYK
RGB Variations
Color information
#E2D6AF (or 0xE2D6AF) is known color: Beeswax. HEX triplet: E2, D6 and AF. RGB value is (226,214,175). Sum of RGB (Red+Green+Blue) = 226+214+175=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D6AF is #1D2950. Grayscale: #D5D5D5. Windows color (decimal): -1911121 or 11523810. OLE color: 11523810.
HSL color Cylindrical-coordinate representation of color #E2D6AF: hue angle of 45.88º 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 #E2D6AF is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 175 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.11 |
| HSL | 45.88º | 0.47% | 0.79% | - |
| HSV(B) | 45.88º | 0.23% | 0.89% | - |
| XYZ | 63.15 | 67.36 | 50.23 | - |
| YUV | 213.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 175 | 0 | 0.05 | 0.23 | 0.11 | 45.88 | 0.47 | 0.79 |
| Hex | E2 | D6 | AF | 0 | 5 | 17 | B | 2E | 2F | 4F |
| Octal | 342 | 326 | 257 | 0 | 5 | 27 | 13 | 56 | 57 | 117 |
| Binary | 11100010 | 11010110 | 10101111 | 0 | 101 | 10111 | 1011 | 101110 | 101111 | 1001111 |
Color Harmonies of #E2D6AF
Complementary color
Monochromatic Colors of #E2D6AF
Black with #E2D6AF
Text Example
Text Example
White with #E2D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6AF; }
p { color: rgb(226,214,175); }
H1.HeaderClassName
{
color: #E2D6AF;
}
.AnyTagClassName
{
color: #E2D6AF;
}
</style>
background-color css
<style>
a { background-color: #E2D6AF; }
a { background-color: rgb(226,214,175); }
div.DivClassName
{
background-color: #E2D6AF;
}
.BgClassName
{
background-color: #E2D6AF;
}
</style>
border-color css
<style>
span { border-color: #E2D6AF; }
span { border-color: rgb(226,214,175); }
td.TdClassName
{
border-color: #E2D6AF;
}
.TagClassName
{
border-color: #E2D6AF;
}
</style>