Shades of Sapling #E2D49E
Tints of Sapling #E2D49E
RGB
CMYK
RGB Variations
Color information
#E2D49E (or 0xE2D49E) is known color: Sapling. HEX triplet: E2, D4 and 9E. RGB value is (226,212,158). Sum of RGB (Red+Green+Blue) = 226+212+158=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D49E is #1D2B61. Grayscale: #D2D2D2. Windows color (decimal): -1911650 or 10409186. OLE color: 10409186.
HSL color Cylindrical-coordinate representation of color #E2D49E: hue angle of 47.65º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2D49E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 158 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.11 |
| HSL | 47.65º | 0.54% | 0.75% | - |
| HSV(B) | 47.65º | 0.3% | 0.89% | - |
| XYZ | 61.08 | 65.72 | 41.81 | - |
| YUV | 210.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 158 | 0 | 0.06 | 0.30 | 0.11 | 47.65 | 0.54 | 0.75 |
| Hex | E2 | D4 | 9E | 0 | 6 | 1E | B | 30 | 36 | 4B |
| Octal | 342 | 324 | 236 | 0 | 6 | 36 | 13 | 60 | 66 | 113 |
| Binary | 11100010 | 11010100 | 10011110 | 0 | 110 | 11110 | 1011 | 110000 | 110110 | 1001011 |
Color Harmonies of #E2D49E
Complementary color
Monochromatic Colors of #E2D49E
Black with #E2D49E
Text Example
Text Example
White with #E2D49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D49E; }
p { color: rgb(226,212,158); }
H1.HeaderClassName
{
color: #E2D49E;
}
.AnyTagClassName
{
color: #E2D49E;
}
</style>
background-color css
<style>
a { background-color: #E2D49E; }
a { background-color: rgb(226,212,158); }
div.DivClassName
{
background-color: #E2D49E;
}
.BgClassName
{
background-color: #E2D49E;
}
</style>
border-color css
<style>
span { border-color: #E2D49E; }
span { border-color: rgb(226,212,158); }
td.TdClassName
{
border-color: #E2D49E;
}
.TagClassName
{
border-color: #E2D49E;
}
</style>