Shades of Sapling #E0D29E
Tints of Sapling #E0D29E
RGB
CMYK
RGB Variations
Color information
#E0D29E (or 0xE0D29E) is known color: Sapling. HEX triplet: E0, D2 and 9E. RGB value is (224,210,158). Sum of RGB (Red+Green+Blue) = 224+210+158=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D29E is #1F2D61. Grayscale: #D0D0D0. Windows color (decimal): -2043234 or 10408672. OLE color: 10408672.
HSL color Cylindrical-coordinate representation of color #E0D29E: hue angle of 47.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0D29E is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 158 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.12 |
| HSL | 47.27º | 0.52% | 0.75% | - |
| HSV(B) | 47.27º | 0.29% | 0.88% | - |
| XYZ | 59.96 | 64.41 | 41.62 | - |
| YUV | 208.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 158 | 0 | 0.06 | 0.29 | 0.12 | 47.27 | 0.52 | 0.75 |
| Hex | E0 | D2 | 9E | 0 | 6 | 1D | C | 2F | 34 | 4B |
| Octal | 340 | 322 | 236 | 0 | 6 | 35 | 14 | 57 | 64 | 113 |
| Binary | 11100000 | 11010010 | 10011110 | 0 | 110 | 11101 | 1100 | 101111 | 110100 | 1001011 |
Color Harmonies of #E0D29E
Complementary color
Monochromatic Colors of #E0D29E
Black with #E0D29E
Text Example
Text Example
White with #E0D29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D29E; }
p { color: rgb(224,210,158); }
H1.HeaderClassName
{
color: #E0D29E;
}
.AnyTagClassName
{
color: #E0D29E;
}
</style>
background-color css
<style>
a { background-color: #E0D29E; }
a { background-color: rgb(224,210,158); }
div.DivClassName
{
background-color: #E0D29E;
}
.BgClassName
{
background-color: #E0D29E;
}
</style>
border-color css
<style>
span { border-color: #E0D29E; }
span { border-color: rgb(224,210,158); }
td.TdClassName
{
border-color: #E0D29E;
}
.TagClassName
{
border-color: #E0D29E;
}
</style>