Shades of Sapling #E0D6AF
Tints of Sapling #E0D6AF
RGB
CMYK
RGB Variations
Color information
#E0D6AF (or 0xE0D6AF) is known color: Sapling. HEX triplet: E0, D6 and AF. RGB value is (224,214,175). Sum of RGB (Red+Green+Blue) = 224+214+175=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D6AF is #1F2950. Grayscale: #D4D4D4. Windows color (decimal): -2042193 or 11523808. OLE color: 11523808.
HSL color Cylindrical-coordinate representation of color #E0D6AF: hue angle of 47.76º 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 #E0D6AF is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 175 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.12 |
| HSL | 47.76º | 0.44% | 0.78% | - |
| HSV(B) | 47.76º | 0.22% | 0.88% | - |
| XYZ | 62.52 | 67.04 | 50.2 | - |
| YUV | 212.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 175 | 0 | 0.04 | 0.22 | 0.12 | 47.76 | 0.44 | 0.78 |
| Hex | E0 | D6 | AF | 0 | 4 | 16 | C | 30 | 2C | 4E |
| Octal | 340 | 326 | 257 | 0 | 4 | 26 | 14 | 60 | 54 | 116 |
| Binary | 11100000 | 11010110 | 10101111 | 0 | 100 | 10110 | 1100 | 110000 | 101100 | 1001110 |
Color Harmonies of #E0D6AF
Complementary color
Monochromatic Colors of #E0D6AF
Black with #E0D6AF
Text Example
Text Example
White with #E0D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D6AF; }
p { color: rgb(224,214,175); }
H1.HeaderClassName
{
color: #E0D6AF;
}
.AnyTagClassName
{
color: #E0D6AF;
}
</style>
background-color css
<style>
a { background-color: #E0D6AF; }
a { background-color: rgb(224,214,175); }
div.DivClassName
{
background-color: #E0D6AF;
}
.BgClassName
{
background-color: #E0D6AF;
}
</style>
border-color css
<style>
span { border-color: #E0D6AF; }
span { border-color: rgb(224,214,175); }
td.TdClassName
{
border-color: #E0D6AF;
}
.TagClassName
{
border-color: #E0D6AF;
}
</style>