Shades of Beeswax #E1D2AD
Tints of Beeswax #E1D2AD
RGB
CMYK
RGB Variations
Color information
#E1D2AD (or 0xE1D2AD) is known color: Beeswax. HEX triplet: E1, D2 and AD. RGB value is (225,210,173). Sum of RGB (Red+Green+Blue) = 225+210+173=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D2AD is #1E2D52. Grayscale: #D2D2D2. Windows color (decimal): -1977683 or 11391713. OLE color: 11391713.
HSL color Cylindrical-coordinate representation of color #E1D2AD: hue angle of 42.69º 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 #E1D2AD is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 173 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.12 |
| HSL | 42.69º | 0.46% | 0.78% | - |
| HSV(B) | 42.69º | 0.23% | 0.88% | - |
| XYZ | 61.64 | 65.12 | 48.86 | - |
| YUV | 210.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 173 | 0 | 0.07 | 0.23 | 0.12 | 42.69 | 0.46 | 0.78 |
| Hex | E1 | D2 | AD | 0 | 7 | 17 | C | 2B | 2E | 4E |
| Octal | 341 | 322 | 255 | 0 | 7 | 27 | 14 | 53 | 56 | 116 |
| Binary | 11100001 | 11010010 | 10101101 | 0 | 111 | 10111 | 1100 | 101011 | 101110 | 1001110 |
Color Harmonies of #E1D2AD
Complementary color
Monochromatic Colors of #E1D2AD
Black with #E1D2AD
Text Example
Text Example
White with #E1D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2AD; }
p { color: rgb(225,210,173); }
H1.HeaderClassName
{
color: #E1D2AD;
}
.AnyTagClassName
{
color: #E1D2AD;
}
</style>
background-color css
<style>
a { background-color: #E1D2AD; }
a { background-color: rgb(225,210,173); }
div.DivClassName
{
background-color: #E1D2AD;
}
.BgClassName
{
background-color: #E1D2AD;
}
</style>
border-color css
<style>
span { border-color: #E1D2AD; }
span { border-color: rgb(225,210,173); }
td.TdClassName
{
border-color: #E1D2AD;
}
.TagClassName
{
border-color: #E1D2AD;
}
</style>