Shades of Sapling #E1D49E
Tints of Sapling #E1D49E
RGB
CMYK
RGB Variations
Color information
#E1D49E (or 0xE1D49E) is known color: Sapling. HEX triplet: E1, D4 and 9E. RGB value is (225,212,158). Sum of RGB (Red+Green+Blue) = 225+212+158=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D49E is #1E2B61. Grayscale: #D1D1D1. Windows color (decimal): -1977186 or 10409185. OLE color: 10409185.
HSL color Cylindrical-coordinate representation of color #E1D49E: hue angle of 48.36º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1D49E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 158 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.12 |
| HSL | 48.36º | 0.53% | 0.75% | - |
| HSV(B) | 48.36º | 0.3% | 0.88% | - |
| XYZ | 60.77 | 65.56 | 41.8 | - |
| YUV | 209.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 158 | 0 | 0.06 | 0.30 | 0.12 | 48.36 | 0.53 | 0.75 |
| Hex | E1 | D4 | 9E | 0 | 6 | 1E | C | 30 | 35 | 4B |
| Octal | 341 | 324 | 236 | 0 | 6 | 36 | 14 | 60 | 65 | 113 |
| Binary | 11100001 | 11010100 | 10011110 | 0 | 110 | 11110 | 1100 | 110000 | 110101 | 1001011 |
Color Harmonies of #E1D49E
Complementary color
Monochromatic Colors of #E1D49E
Black with #E1D49E
Text Example
Text Example
White with #E1D49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D49E; }
p { color: rgb(225,212,158); }
H1.HeaderClassName
{
color: #E1D49E;
}
.AnyTagClassName
{
color: #E1D49E;
}
</style>
background-color css
<style>
a { background-color: #E1D49E; }
a { background-color: rgb(225,212,158); }
div.DivClassName
{
background-color: #E1D49E;
}
.BgClassName
{
background-color: #E1D49E;
}
</style>
border-color css
<style>
span { border-color: #E1D49E; }
span { border-color: rgb(225,212,158); }
td.TdClassName
{
border-color: #E1D49E;
}
.TagClassName
{
border-color: #E1D49E;
}
</style>