Shades of Sapling #E2D59D
Tints of Sapling #E2D59D
RGB
CMYK
RGB Variations
Color information
#E2D59D (or 0xE2D59D) is known color: Sapling. HEX triplet: E2, D5 and 9D. RGB value is (226,213,157). Sum of RGB (Red+Green+Blue) = 226+213+157=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D59D is #1D2A62. Grayscale: #D2D2D2. Windows color (decimal): -1911395 or 10343906. OLE color: 10343906.
HSL color Cylindrical-coordinate representation of color #E2D59D: hue angle of 48.7º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2D59D is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 213 | 157 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.11 |
| HSL | 48.7º | 0.54% | 0.75% | - |
| HSV(B) | 48.7º | 0.31% | 0.89% | - |
| XYZ | 61.24 | 66.19 | 41.45 | - |
| YUV | 210.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 213 | 157 | 0 | 0.06 | 0.31 | 0.11 | 48.7 | 0.54 | 0.75 |
| Hex | E2 | D5 | 9D | 0 | 6 | 1F | B | 31 | 36 | 4B |
| Octal | 342 | 325 | 235 | 0 | 6 | 37 | 13 | 61 | 66 | 113 |
| Binary | 11100010 | 11010101 | 10011101 | 0 | 110 | 11111 | 1011 | 110001 | 110110 | 1001011 |
Color Harmonies of #E2D59D
Complementary color
Monochromatic Colors of #E2D59D
Black with #E2D59D
Text Example
Text Example
White with #E2D59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D59D; }
p { color: rgb(226,213,157); }
H1.HeaderClassName
{
color: #E2D59D;
}
.AnyTagClassName
{
color: #E2D59D;
}
</style>
background-color css
<style>
a { background-color: #E2D59D; }
a { background-color: rgb(226,213,157); }
div.DivClassName
{
background-color: #E2D59D;
}
.BgClassName
{
background-color: #E2D59D;
}
</style>
border-color css
<style>
span { border-color: #E2D59D; }
span { border-color: rgb(226,213,157); }
td.TdClassName
{
border-color: #E2D59D;
}
.TagClassName
{
border-color: #E2D59D;
}
</style>