Shades of Sapling #E1D5AE
Tints of Sapling #E1D5AE
RGB
CMYK
RGB Variations
Color information
#E1D5AE (or 0xE1D5AE) is known color: Sapling. HEX triplet: E1, D5 and AE. RGB value is (225,213,174). Sum of RGB (Red+Green+Blue) = 225+213+174=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D5AE is #1E2A51. Grayscale: #D4D4D4. Windows color (decimal): -1976914 or 11458017. OLE color: 11458017.
HSL color Cylindrical-coordinate representation of color #E1D5AE: hue angle of 45.88º 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 #E1D5AE is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 174 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.12 |
| HSL | 45.88º | 0.46% | 0.78% | - |
| HSV(B) | 45.88º | 0.23% | 0.88% | - |
| XYZ | 62.49 | 66.65 | 49.62 | - |
| YUV | 212.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 174 | 0 | 0.05 | 0.23 | 0.12 | 45.88 | 0.46 | 0.78 |
| Hex | E1 | D5 | AE | 0 | 5 | 17 | C | 2E | 2E | 4E |
| Octal | 341 | 325 | 256 | 0 | 5 | 27 | 14 | 56 | 56 | 116 |
| Binary | 11100001 | 11010101 | 10101110 | 0 | 101 | 10111 | 1100 | 101110 | 101110 | 1001110 |
Color Harmonies of #E1D5AE
Complementary color
Monochromatic Colors of #E1D5AE
Black with #E1D5AE
Text Example
Text Example
White with #E1D5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D5AE; }
p { color: rgb(225,213,174); }
H1.HeaderClassName
{
color: #E1D5AE;
}
.AnyTagClassName
{
color: #E1D5AE;
}
</style>
background-color css
<style>
a { background-color: #E1D5AE; }
a { background-color: rgb(225,213,174); }
div.DivClassName
{
background-color: #E1D5AE;
}
.BgClassName
{
background-color: #E1D5AE;
}
</style>
border-color css
<style>
span { border-color: #E1D5AE; }
span { border-color: rgb(225,213,174); }
td.TdClassName
{
border-color: #E1D5AE;
}
.TagClassName
{
border-color: #E1D5AE;
}
</style>