Shades of Sapling #E0D2AD
Tints of Sapling #E0D2AD
RGB
CMYK
RGB Variations
Color information
#E0D2AD (or 0xE0D2AD) is known color: Sapling. HEX triplet: E0, D2 and AD. RGB value is (224,210,173). Sum of RGB (Red+Green+Blue) = 224+210+173=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D2AD is #1F2D52. Grayscale: #D2D2D2. Windows color (decimal): -2043219 or 11391712. OLE color: 11391712.
HSL color Cylindrical-coordinate representation of color #E0D2AD: hue angle of 43.53º degrees, saturation: 0.45, 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 #E0D2AD is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 173 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.12 |
| HSL | 43.53º | 0.45% | 0.78% | - |
| HSV(B) | 43.53º | 0.23% | 0.88% | - |
| XYZ | 61.33 | 64.96 | 48.84 | - |
| YUV | 209.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 173 | 0 | 0.06 | 0.23 | 0.12 | 43.53 | 0.45 | 0.78 |
| Hex | E0 | D2 | AD | 0 | 6 | 17 | C | 2C | 2D | 4E |
| Octal | 340 | 322 | 255 | 0 | 6 | 27 | 14 | 54 | 55 | 116 |
| Binary | 11100000 | 11010010 | 10101101 | 0 | 110 | 10111 | 1100 | 101100 | 101101 | 1001110 |
Color Harmonies of #E0D2AD
Complementary color
Monochromatic Colors of #E0D2AD
Black with #E0D2AD
Text Example
Text Example
White with #E0D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D2AD; }
p { color: rgb(224,210,173); }
H1.HeaderClassName
{
color: #E0D2AD;
}
.AnyTagClassName
{
color: #E0D2AD;
}
</style>
background-color css
<style>
a { background-color: #E0D2AD; }
a { background-color: rgb(224,210,173); }
div.DivClassName
{
background-color: #E0D2AD;
}
.BgClassName
{
background-color: #E0D2AD;
}
</style>
border-color css
<style>
span { border-color: #E0D2AD; }
span { border-color: rgb(224,210,173); }
td.TdClassName
{
border-color: #E0D2AD;
}
.TagClassName
{
border-color: #E0D2AD;
}
</style>