Shades of Sapling #E0D5AF
Tints of Sapling #E0D5AF
RGB
CMYK
RGB Variations
Color information
#E0D5AF (or 0xE0D5AF) is known color: Sapling. HEX triplet: E0, D5 and AF. RGB value is (224,213,175). Sum of RGB (Red+Green+Blue) = 224+213+175=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D5AF is #1F2A50. Grayscale: #D4D4D4. Windows color (decimal): -2042449 or 11523552. OLE color: 11523552.
HSL color Cylindrical-coordinate representation of color #E0D5AF: hue angle of 46.53º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0D5AF is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 213 | 175 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.12 |
| HSL | 46.53º | 0.44% | 0.78% | - |
| HSV(B) | 46.53º | 0.22% | 0.88% | - |
| XYZ | 62.27 | 66.53 | 50.12 | - |
| YUV | 211.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 175 | 0 | 0.05 | 0.22 | 0.12 | 46.53 | 0.44 | 0.78 |
| Hex | E0 | D5 | AF | 0 | 5 | 16 | C | 2F | 2C | 4E |
| Octal | 340 | 325 | 257 | 0 | 5 | 26 | 14 | 57 | 54 | 116 |
| Binary | 11100000 | 11010101 | 10101111 | 0 | 101 | 10110 | 1100 | 101111 | 101100 | 1001110 |
Color Harmonies of #E0D5AF
Complementary color
Monochromatic Colors of #E0D5AF
Black with #E0D5AF
Text Example
Text Example
White with #E0D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D5AF; }
p { color: rgb(224,213,175); }
H1.HeaderClassName
{
color: #E0D5AF;
}
.AnyTagClassName
{
color: #E0D5AF;
}
</style>
background-color css
<style>
a { background-color: #E0D5AF; }
a { background-color: rgb(224,213,175); }
div.DivClassName
{
background-color: #E0D5AF;
}
.BgClassName
{
background-color: #E0D5AF;
}
</style>
border-color css
<style>
span { border-color: #E0D5AF; }
span { border-color: rgb(224,213,175); }
td.TdClassName
{
border-color: #E0D5AF;
}
.TagClassName
{
border-color: #E0D5AF;
}
</style>