Shades of Sapling #E1D5AC
Tints of Sapling #E1D5AC
RGB
CMYK
RGB Variations
Color information
#E1D5AC (or 0xE1D5AC) is known color: Sapling. HEX triplet: E1, D5 and AC. RGB value is (225,213,172). Sum of RGB (Red+Green+Blue) = 225+213+172=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D5AC is #1E2A53. Grayscale: #D4D4D4. Windows color (decimal): -1976916 or 11326945. OLE color: 11326945.
HSL color Cylindrical-coordinate representation of color #E1D5AC: hue angle of 46.42º 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 #E1D5AC is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 172 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.12 |
| HSL | 46.42º | 0.47% | 0.78% | - |
| HSV(B) | 46.42º | 0.24% | 0.88% | - |
| XYZ | 62.29 | 66.57 | 48.6 | - |
| YUV | 211.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 172 | 0 | 0.05 | 0.24 | 0.12 | 46.42 | 0.47 | 0.78 |
| Hex | E1 | D5 | AC | 0 | 5 | 18 | C | 2E | 2F | 4E |
| Octal | 341 | 325 | 254 | 0 | 5 | 30 | 14 | 56 | 57 | 116 |
| Binary | 11100001 | 11010101 | 10101100 | 0 | 101 | 11000 | 1100 | 101110 | 101111 | 1001110 |
Color Harmonies of #E1D5AC
Complementary color
Monochromatic Colors of #E1D5AC
Black with #E1D5AC
Text Example
Text Example
White with #E1D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D5AC; }
p { color: rgb(225,213,172); }
H1.HeaderClassName
{
color: #E1D5AC;
}
.AnyTagClassName
{
color: #E1D5AC;
}
</style>
background-color css
<style>
a { background-color: #E1D5AC; }
a { background-color: rgb(225,213,172); }
div.DivClassName
{
background-color: #E1D5AC;
}
.BgClassName
{
background-color: #E1D5AC;
}
</style>
border-color css
<style>
span { border-color: #E1D5AC; }
span { border-color: rgb(225,213,172); }
td.TdClassName
{
border-color: #E1D5AC;
}
.TagClassName
{
border-color: #E1D5AC;
}
</style>