Shades of Sapling #E1D2A7
Tints of Sapling #E1D2A7
RGB
CMYK
RGB Variations
Color information
#E1D2A7 (or 0xE1D2A7) is known color: Sapling. HEX triplet: E1, D2 and A7. RGB value is (225,210,167). Sum of RGB (Red+Green+Blue) = 225+210+167=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D2A7 is #1E2D58. Grayscale: #D1D1D1. Windows color (decimal): -1977689 or 10998497. OLE color: 10998497.
HSL color Cylindrical-coordinate representation of color #E1D2A7: hue angle of 44.48º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1D2A7 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 167 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.12 |
| HSL | 44.48º | 0.49% | 0.77% | - |
| HSV(B) | 44.48º | 0.26% | 0.88% | - |
| XYZ | 61.07 | 64.89 | 45.87 | - |
| YUV | 209.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 167 | 0 | 0.07 | 0.26 | 0.12 | 44.48 | 0.49 | 0.77 |
| Hex | E1 | D2 | A7 | 0 | 7 | 1A | C | 2C | 31 | 4D |
| Octal | 341 | 322 | 247 | 0 | 7 | 32 | 14 | 54 | 61 | 115 |
| Binary | 11100001 | 11010010 | 10100111 | 0 | 111 | 11010 | 1100 | 101100 | 110001 | 1001101 |
Color Harmonies of #E1D2A7
Complementary color
Monochromatic Colors of #E1D2A7
Black with #E1D2A7
Text Example
Text Example
White with #E1D2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2A7; }
p { color: rgb(225,210,167); }
H1.HeaderClassName
{
color: #E1D2A7;
}
.AnyTagClassName
{
color: #E1D2A7;
}
</style>
background-color css
<style>
a { background-color: #E1D2A7; }
a { background-color: rgb(225,210,167); }
div.DivClassName
{
background-color: #E1D2A7;
}
.BgClassName
{
background-color: #E1D2A7;
}
</style>
border-color css
<style>
span { border-color: #E1D2A7; }
span { border-color: rgb(225,210,167); }
td.TdClassName
{
border-color: #E1D2A7;
}
.TagClassName
{
border-color: #E1D2A7;
}
</style>