Shades of Beeswax #E1D1AD
Tints of Beeswax #E1D1AD
RGB
CMYK
RGB Variations
Color information
#E1D1AD (or 0xE1D1AD) is known color: Beeswax. HEX triplet: E1, D1 and AD. RGB value is (225,209,173). Sum of RGB (Red+Green+Blue) = 225+209+173=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D1AD is #1E2E52. Grayscale: #D1D1D1. Windows color (decimal): -1977939 or 11391457. OLE color: 11391457.
HSL color Cylindrical-coordinate representation of color #E1D1AD: hue angle of 41.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1D1AD is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 173 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.12 |
| HSL | 41.54º | 0.46% | 0.78% | - |
| HSV(B) | 41.54º | 0.23% | 0.88% | - |
| XYZ | 61.39 | 64.63 | 48.77 | - |
| YUV | 209.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 173 | 0 | 0.07 | 0.23 | 0.12 | 41.54 | 0.46 | 0.78 |
| Hex | E1 | D1 | AD | 0 | 7 | 17 | C | 2A | 2E | 4E |
| Octal | 341 | 321 | 255 | 0 | 7 | 27 | 14 | 52 | 56 | 116 |
| Binary | 11100001 | 11010001 | 10101101 | 0 | 111 | 10111 | 1100 | 101010 | 101110 | 1001110 |
Color Harmonies of #E1D1AD
Complementary color
Monochromatic Colors of #E1D1AD
Black with #E1D1AD
Text Example
Text Example
White with #E1D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D1AD; }
p { color: rgb(225,209,173); }
H1.HeaderClassName
{
color: #E1D1AD;
}
.AnyTagClassName
{
color: #E1D1AD;
}
</style>
background-color css
<style>
a { background-color: #E1D1AD; }
a { background-color: rgb(225,209,173); }
div.DivClassName
{
background-color: #E1D1AD;
}
.BgClassName
{
background-color: #E1D1AD;
}
</style>
border-color css
<style>
span { border-color: #E1D1AD; }
span { border-color: rgb(225,209,173); }
td.TdClassName
{
border-color: #E1D1AD;
}
.TagClassName
{
border-color: #E1D1AD;
}
</style>