Shades of Sapling #E1D4AA
Tints of Sapling #E1D4AA
RGB
CMYK
RGB Variations
Color information
#E1D4AA (or 0xE1D4AA) is known color: Sapling. HEX triplet: E1, D4 and AA. RGB value is (225,212,170). Sum of RGB (Red+Green+Blue) = 225+212+170=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D4AA is #1E2B55. Grayscale: #D3D3D3. Windows color (decimal): -1977174 or 11195617. OLE color: 11195617.
HSL color Cylindrical-coordinate representation of color #E1D4AA: hue angle of 45.82º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1D4AA is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 170 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.12 |
| HSL | 45.82º | 0.48% | 0.77% | - |
| HSV(B) | 45.82º | 0.24% | 0.88% | - |
| XYZ | 61.85 | 66 | 47.51 | - |
| YUV | 211.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 170 | 0 | 0.06 | 0.24 | 0.12 | 45.82 | 0.48 | 0.77 |
| Hex | E1 | D4 | AA | 0 | 6 | 18 | C | 2E | 30 | 4D |
| Octal | 341 | 324 | 252 | 0 | 6 | 30 | 14 | 56 | 60 | 115 |
| Binary | 11100001 | 11010100 | 10101010 | 0 | 110 | 11000 | 1100 | 101110 | 110000 | 1001101 |
Color Harmonies of #E1D4AA
Complementary color
Monochromatic Colors of #E1D4AA
Black with #E1D4AA
Text Example
Text Example
White with #E1D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D4AA; }
p { color: rgb(225,212,170); }
H1.HeaderClassName
{
color: #E1D4AA;
}
.AnyTagClassName
{
color: #E1D4AA;
}
</style>
background-color css
<style>
a { background-color: #E1D4AA; }
a { background-color: rgb(225,212,170); }
div.DivClassName
{
background-color: #E1D4AA;
}
.BgClassName
{
background-color: #E1D4AA;
}
</style>
border-color css
<style>
span { border-color: #E1D4AA; }
span { border-color: rgb(225,212,170); }
td.TdClassName
{
border-color: #E1D4AA;
}
.TagClassName
{
border-color: #E1D4AA;
}
</style>