Shades of Sapling #E2D49F
Tints of Sapling #E2D49F
RGB
CMYK
RGB Variations
Color information
#E2D49F (or 0xE2D49F) is known color: Sapling. HEX triplet: E2, D4 and 9F. RGB value is (226,212,159). Sum of RGB (Red+Green+Blue) = 226+212+159=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D49F is #1D2B60. Grayscale: #D2D2D2. Windows color (decimal): -1911649 or 10474722. OLE color: 10474722.
HSL color Cylindrical-coordinate representation of color #E2D49F: hue angle of 47.46º 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 #E2D49F is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 159 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.11 |
| HSL | 47.46º | 0.54% | 0.75% | - |
| HSV(B) | 47.46º | 0.3% | 0.89% | - |
| XYZ | 61.17 | 65.76 | 42.27 | - |
| YUV | 210.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 159 | 0 | 0.06 | 0.30 | 0.11 | 47.46 | 0.54 | 0.75 |
| Hex | E2 | D4 | 9F | 0 | 6 | 1E | B | 2F | 36 | 4B |
| Octal | 342 | 324 | 237 | 0 | 6 | 36 | 13 | 57 | 66 | 113 |
| Binary | 11100010 | 11010100 | 10011111 | 0 | 110 | 11110 | 1011 | 101111 | 110110 | 1001011 |
Color Harmonies of #E2D49F
Complementary color
Monochromatic Colors of #E2D49F
Black with #E2D49F
Text Example
Text Example
White with #E2D49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D49F; }
p { color: rgb(226,212,159); }
H1.HeaderClassName
{
color: #E2D49F;
}
.AnyTagClassName
{
color: #E2D49F;
}
</style>
background-color css
<style>
a { background-color: #E2D49F; }
a { background-color: rgb(226,212,159); }
div.DivClassName
{
background-color: #E2D49F;
}
.BgClassName
{
background-color: #E2D49F;
}
</style>
border-color css
<style>
span { border-color: #E2D49F; }
span { border-color: rgb(226,212,159); }
td.TdClassName
{
border-color: #E2D49F;
}
.TagClassName
{
border-color: #E2D49F;
}
</style>