Shades of Sapling #E2D69F
Tints of Sapling #E2D69F
RGB
CMYK
RGB Variations
Color information
#E2D69F (or 0xE2D69F) is known color: Sapling. HEX triplet: E2, D6 and 9F. RGB value is (226,214,159). Sum of RGB (Red+Green+Blue) = 226+214+159=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D69F is #1D2960. Grayscale: #D3D3D3. Windows color (decimal): -1911137 or 10475234. OLE color: 10475234.
HSL color Cylindrical-coordinate representation of color #E2D69F: hue angle of 49.25º 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 #E2D69F is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 159 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.11 |
| HSL | 49.25º | 0.54% | 0.75% | - |
| HSV(B) | 49.25º | 0.3% | 0.89% | - |
| XYZ | 61.67 | 66.77 | 42.44 | - |
| YUV | 211.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 159 | 0 | 0.05 | 0.30 | 0.11 | 49.25 | 0.54 | 0.75 |
| Hex | E2 | D6 | 9F | 0 | 5 | 1E | B | 31 | 36 | 4B |
| Octal | 342 | 326 | 237 | 0 | 5 | 36 | 13 | 61 | 66 | 113 |
| Binary | 11100010 | 11010110 | 10011111 | 0 | 101 | 11110 | 1011 | 110001 | 110110 | 1001011 |
Color Harmonies of #E2D69F
Complementary color
Monochromatic Colors of #E2D69F
Black with #E2D69F
Text Example
Text Example
White with #E2D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D69F; }
p { color: rgb(226,214,159); }
H1.HeaderClassName
{
color: #E2D69F;
}
.AnyTagClassName
{
color: #E2D69F;
}
</style>
background-color css
<style>
a { background-color: #E2D69F; }
a { background-color: rgb(226,214,159); }
div.DivClassName
{
background-color: #E2D69F;
}
.BgClassName
{
background-color: #E2D69F;
}
</style>
border-color css
<style>
span { border-color: #E2D69F; }
span { border-color: rgb(226,214,159); }
td.TdClassName
{
border-color: #E2D69F;
}
.TagClassName
{
border-color: #E2D69F;
}
</style>