Shades of Sapling #E1D5AD
Tints of Sapling #E1D5AD
RGB
CMYK
RGB Variations
Color information
#E1D5AD (or 0xE1D5AD) is known color: Sapling. HEX triplet: E1, D5 and AD. RGB value is (225,213,173). Sum of RGB (Red+Green+Blue) = 225+213+173=611 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.82% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D5AD is #1E2A52. Grayscale: #D4D4D4. Windows color (decimal): -1976915 or 11392481. OLE color: 11392481.
HSL color Cylindrical-coordinate representation of color #E1D5AD: hue angle of 46.15º 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 #E1D5AD is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 173 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.12 |
| HSL | 46.15º | 0.46% | 0.78% | - |
| HSV(B) | 46.15º | 0.23% | 0.88% | - |
| XYZ | 62.39 | 66.61 | 49.1 | - |
| YUV | 212.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 173 | 0 | 0.05 | 0.23 | 0.12 | 46.15 | 0.46 | 0.78 |
| Hex | E1 | D5 | AD | 0 | 5 | 17 | C | 2E | 2E | 4E |
| Octal | 341 | 325 | 255 | 0 | 5 | 27 | 14 | 56 | 56 | 116 |
| Binary | 11100001 | 11010101 | 10101101 | 0 | 101 | 10111 | 1100 | 101110 | 101110 | 1001110 |
Color Harmonies of #E1D5AD
Complementary color
Monochromatic Colors of #E1D5AD
Black with #E1D5AD
Text Example
Text Example
White with #E1D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D5AD; }
p { color: rgb(225,213,173); }
H1.HeaderClassName
{
color: #E1D5AD;
}
.AnyTagClassName
{
color: #E1D5AD;
}
</style>
background-color css
<style>
a { background-color: #E1D5AD; }
a { background-color: rgb(225,213,173); }
div.DivClassName
{
background-color: #E1D5AD;
}
.BgClassName
{
background-color: #E1D5AD;
}
</style>
border-color css
<style>
span { border-color: #E1D5AD; }
span { border-color: rgb(225,213,173); }
td.TdClassName
{
border-color: #E1D5AD;
}
.TagClassName
{
border-color: #E1D5AD;
}
</style>