Shades of Sapling #E1D39E
Tints of Sapling #E1D39E
RGB
CMYK
RGB Variations
Color information
#E1D39E (or 0xE1D39E) is known color: Sapling. HEX triplet: E1, D3 and 9E. RGB value is (225,211,158). Sum of RGB (Red+Green+Blue) = 225+211+158=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 158 (62.11% from 255 or 26.60% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D39E is #1E2C61. Grayscale: #D1D1D1. Windows color (decimal): -1977442 or 10408929. OLE color: 10408929.
HSL color Cylindrical-coordinate representation of color #E1D39E: hue angle of 47.46º 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 #E1D39E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 158 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.12 |
| HSL | 47.46º | 0.53% | 0.75% | - |
| HSV(B) | 47.46º | 0.3% | 0.88% | - |
| XYZ | 60.52 | 65.06 | 41.72 | - |
| YUV | 209.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 158 | 0 | 0.06 | 0.30 | 0.12 | 47.46 | 0.53 | 0.75 |
| Hex | E1 | D3 | 9E | 0 | 6 | 1E | C | 2F | 35 | 4B |
| Octal | 341 | 323 | 236 | 0 | 6 | 36 | 14 | 57 | 65 | 113 |
| Binary | 11100001 | 11010011 | 10011110 | 0 | 110 | 11110 | 1100 | 101111 | 110101 | 1001011 |
Color Harmonies of #E1D39E
Complementary color
Monochromatic Colors of #E1D39E
Black with #E1D39E
Text Example
Text Example
White with #E1D39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D39E; }
p { color: rgb(225,211,158); }
H1.HeaderClassName
{
color: #E1D39E;
}
.AnyTagClassName
{
color: #E1D39E;
}
</style>
background-color css
<style>
a { background-color: #E1D39E; }
a { background-color: rgb(225,211,158); }
div.DivClassName
{
background-color: #E1D39E;
}
.BgClassName
{
background-color: #E1D39E;
}
</style>
border-color css
<style>
span { border-color: #E1D39E; }
span { border-color: rgb(225,211,158); }
td.TdClassName
{
border-color: #E1D39E;
}
.TagClassName
{
border-color: #E1D39E;
}
</style>