Shades of Sapling #E1D2AB
Tints of Sapling #E1D2AB
RGB
CMYK
RGB Variations
Color information
#E1D2AB (or 0xE1D2AB) is known color: Sapling. HEX triplet: E1, D2 and AB. RGB value is (225,210,171). Sum of RGB (Red+Green+Blue) = 225+210+171=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D2AB is #1E2D54. Grayscale: #D2D2D2. Windows color (decimal): -1977685 or 11260641. OLE color: 11260641.
HSL color Cylindrical-coordinate representation of color #E1D2AB: hue angle of 43.33º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1D2AB is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 171 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.12 |
| HSL | 43.33º | 0.47% | 0.78% | - |
| HSV(B) | 43.33º | 0.24% | 0.88% | - |
| XYZ | 61.45 | 65.04 | 47.84 | - |
| YUV | 210.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 171 | 0 | 0.07 | 0.24 | 0.12 | 43.33 | 0.47 | 0.78 |
| Hex | E1 | D2 | AB | 0 | 7 | 18 | C | 2B | 2F | 4E |
| Octal | 341 | 322 | 253 | 0 | 7 | 30 | 14 | 53 | 57 | 116 |
| Binary | 11100001 | 11010010 | 10101011 | 0 | 111 | 11000 | 1100 | 101011 | 101111 | 1001110 |
Color Harmonies of #E1D2AB
Complementary color
Monochromatic Colors of #E1D2AB
Black with #E1D2AB
Text Example
Text Example
White with #E1D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2AB; }
p { color: rgb(225,210,171); }
H1.HeaderClassName
{
color: #E1D2AB;
}
.AnyTagClassName
{
color: #E1D2AB;
}
</style>
background-color css
<style>
a { background-color: #E1D2AB; }
a { background-color: rgb(225,210,171); }
div.DivClassName
{
background-color: #E1D2AB;
}
.BgClassName
{
background-color: #E1D2AB;
}
</style>
border-color css
<style>
span { border-color: #E1D2AB; }
span { border-color: rgb(225,210,171); }
td.TdClassName
{
border-color: #E1D2AB;
}
.TagClassName
{
border-color: #E1D2AB;
}
</style>