Shades of Sapling #E1D7AD
Tints of Sapling #E1D7AD
RGB
CMYK
RGB Variations
Color information
#E1D7AD (or 0xE1D7AD) is known color: Sapling. HEX triplet: E1, D7 and AD. RGB value is (225,215,173). Sum of RGB (Red+Green+Blue) = 225+215+173=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D7AD is #1E2852. Grayscale: #D5D5D5. Windows color (decimal): -1976403 or 11392993. OLE color: 11392993.
HSL color Cylindrical-coordinate representation of color #E1D7AD: hue angle of 48.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1D7AD is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 173 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.12 |
| HSL | 48.46º | 0.46% | 0.78% | - |
| HSV(B) | 48.46º | 0.23% | 0.88% | - |
| XYZ | 62.89 | 67.63 | 49.27 | - |
| YUV | 213.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 173 | 0 | 0.04 | 0.23 | 0.12 | 48.46 | 0.46 | 0.78 |
| Hex | E1 | D7 | AD | 0 | 4 | 17 | C | 30 | 2E | 4E |
| Octal | 341 | 327 | 255 | 0 | 4 | 27 | 14 | 60 | 56 | 116 |
| Binary | 11100001 | 11010111 | 10101101 | 0 | 100 | 10111 | 1100 | 110000 | 101110 | 1001110 |
Color Harmonies of #E1D7AD
Complementary color
Monochromatic Colors of #E1D7AD
Black with #E1D7AD
Text Example
Text Example
White with #E1D7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D7AD; }
p { color: rgb(225,215,173); }
H1.HeaderClassName
{
color: #E1D7AD;
}
.AnyTagClassName
{
color: #E1D7AD;
}
</style>
background-color css
<style>
a { background-color: #E1D7AD; }
a { background-color: rgb(225,215,173); }
div.DivClassName
{
background-color: #E1D7AD;
}
.BgClassName
{
background-color: #E1D7AD;
}
</style>
border-color css
<style>
span { border-color: #E1D7AD; }
span { border-color: rgb(225,215,173); }
td.TdClassName
{
border-color: #E1D7AD;
}
.TagClassName
{
border-color: #E1D7AD;
}
</style>