Shades of Beeswax #E1D1AC
Tints of Beeswax #E1D1AC
RGB
CMYK
RGB Variations
Color information
#E1D1AC (or 0xE1D1AC) is known color: Beeswax. HEX triplet: E1, D1 and AC. RGB value is (225,209,172). Sum of RGB (Red+Green+Blue) = 225+209+172=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D1AC is #1E2E53. Grayscale: #D1D1D1. Windows color (decimal): -1977940 or 11325921. OLE color: 11325921.
HSL color Cylindrical-coordinate representation of color #E1D1AC: hue angle of 41.89º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1D1AC is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 172 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.12 |
| HSL | 41.89º | 0.47% | 0.78% | - |
| HSV(B) | 41.89º | 0.24% | 0.88% | - |
| XYZ | 61.3 | 64.59 | 48.27 | - |
| YUV | 209.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 172 | 0 | 0.07 | 0.24 | 0.12 | 41.89 | 0.47 | 0.78 |
| Hex | E1 | D1 | AC | 0 | 7 | 18 | C | 2A | 2F | 4E |
| Octal | 341 | 321 | 254 | 0 | 7 | 30 | 14 | 52 | 57 | 116 |
| Binary | 11100001 | 11010001 | 10101100 | 0 | 111 | 11000 | 1100 | 101010 | 101111 | 1001110 |
Color Harmonies of #E1D1AC
Complementary color
Monochromatic Colors of #E1D1AC
Black with #E1D1AC
Text Example
Text Example
White with #E1D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D1AC; }
p { color: rgb(225,209,172); }
H1.HeaderClassName
{
color: #E1D1AC;
}
.AnyTagClassName
{
color: #E1D1AC;
}
</style>
background-color css
<style>
a { background-color: #E1D1AC; }
a { background-color: rgb(225,209,172); }
div.DivClassName
{
background-color: #E1D1AC;
}
.BgClassName
{
background-color: #E1D1AC;
}
</style>
border-color css
<style>
span { border-color: #E1D1AC; }
span { border-color: rgb(225,209,172); }
td.TdClassName
{
border-color: #E1D1AC;
}
.TagClassName
{
border-color: #E1D1AC;
}
</style>