Shades of Sapling #E0D69C
Tints of Sapling #E0D69C
RGB
CMYK
RGB Variations
Color information
#E0D69C (or 0xE0D69C) is known color: Sapling. HEX triplet: E0, D6 and 9C. RGB value is (224,214,156). Sum of RGB (Red+Green+Blue) = 224+214+156=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D69C is #1F2963. Grayscale: #D2D2D2. Windows color (decimal): -2042212 or 10278624. OLE color: 10278624.
HSL color Cylindrical-coordinate representation of color #E0D69C: hue angle of 51.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0D69C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 156 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.12 |
| HSL | 51.18º | 0.52% | 0.75% | - |
| HSV(B) | 51.18º | 0.3% | 0.88% | - |
| XYZ | 60.79 | 66.34 | 41.05 | - |
| YUV | 210.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 156 | 0 | 0.04 | 0.30 | 0.12 | 51.18 | 0.52 | 0.75 |
| Hex | E0 | D6 | 9C | 0 | 4 | 1E | C | 33 | 34 | 4B |
| Octal | 340 | 326 | 234 | 0 | 4 | 36 | 14 | 63 | 64 | 113 |
| Binary | 11100000 | 11010110 | 10011100 | 0 | 100 | 11110 | 1100 | 110011 | 110100 | 1001011 |
Color Harmonies of #E0D69C
Complementary color
Monochromatic Colors of #E0D69C
Black with #E0D69C
Text Example
Text Example
White with #E0D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D69C; }
p { color: rgb(224,214,156); }
H1.HeaderClassName
{
color: #E0D69C;
}
.AnyTagClassName
{
color: #E0D69C;
}
</style>
background-color css
<style>
a { background-color: #E0D69C; }
a { background-color: rgb(224,214,156); }
div.DivClassName
{
background-color: #E0D69C;
}
.BgClassName
{
background-color: #E0D69C;
}
</style>
border-color css
<style>
span { border-color: #E0D69C; }
span { border-color: rgb(224,214,156); }
td.TdClassName
{
border-color: #E0D69C;
}
.TagClassName
{
border-color: #E0D69C;
}
</style>