Shades of Beeswax #E2D1AD
Tints of Beeswax #E2D1AD
RGB
CMYK
RGB Variations
Color information
#E2D1AD (or 0xE2D1AD) is known color: Beeswax. HEX triplet: E2, D1 and AD. RGB value is (226,209,173). Sum of RGB (Red+Green+Blue) = 226+209+173=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D1AD is #1D2E52. Grayscale: #D2D2D2. Windows color (decimal): -1912403 or 11391458. OLE color: 11391458.
HSL color Cylindrical-coordinate representation of color #E2D1AD: hue angle of 40.75º degrees, saturation: 0.48, 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 #E2D1AD is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 209 | 173 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.11 |
| HSL | 40.75º | 0.48% | 0.78% | - |
| HSV(B) | 40.75º | 0.23% | 0.89% | - |
| XYZ | 61.71 | 64.79 | 48.79 | - |
| YUV | 209.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 173 | 0 | 0.08 | 0.23 | 0.11 | 40.75 | 0.48 | 0.78 |
| Hex | E2 | D1 | AD | 0 | 8 | 17 | B | 29 | 30 | 4E |
| Octal | 342 | 321 | 255 | 0 | 10 | 27 | 13 | 51 | 60 | 116 |
| Binary | 11100010 | 11010001 | 10101101 | 0 | 1000 | 10111 | 1011 | 101001 | 110000 | 1001110 |
Color Harmonies of #E2D1AD
Complementary color
Monochromatic Colors of #E2D1AD
Black with #E2D1AD
Text Example
Text Example
White with #E2D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D1AD; }
p { color: rgb(226,209,173); }
H1.HeaderClassName
{
color: #E2D1AD;
}
.AnyTagClassName
{
color: #E2D1AD;
}
</style>
background-color css
<style>
a { background-color: #E2D1AD; }
a { background-color: rgb(226,209,173); }
div.DivClassName
{
background-color: #E2D1AD;
}
.BgClassName
{
background-color: #E2D1AD;
}
</style>
border-color css
<style>
span { border-color: #E2D1AD; }
span { border-color: rgb(226,209,173); }
td.TdClassName
{
border-color: #E2D1AD;
}
.TagClassName
{
border-color: #E2D1AD;
}
</style>