Shades of Sapling #E1D69C
Tints of Sapling #E1D69C
RGB
CMYK
RGB Variations
Color information
#E1D69C (or 0xE1D69C) is known color: Sapling. HEX triplet: E1, D6 and 9C. RGB value is (225,214,156). Sum of RGB (Red+Green+Blue) = 225+214+156=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D69C is #1E2963. Grayscale: #D2D2D2. Windows color (decimal): -1976676 or 10278625. OLE color: 10278625.
HSL color Cylindrical-coordinate representation of color #E1D69C: hue angle of 50.43º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1D69C is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 156 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.12 |
| HSL | 50.43º | 0.53% | 0.75% | - |
| HSV(B) | 50.43º | 0.31% | 0.88% | - |
| XYZ | 61.1 | 66.5 | 41.07 | - |
| YUV | 210.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 156 | 0 | 0.05 | 0.31 | 0.12 | 50.43 | 0.53 | 0.75 |
| Hex | E1 | D6 | 9C | 0 | 5 | 1F | C | 32 | 35 | 4B |
| Octal | 341 | 326 | 234 | 0 | 5 | 37 | 14 | 62 | 65 | 113 |
| Binary | 11100001 | 11010110 | 10011100 | 0 | 101 | 11111 | 1100 | 110010 | 110101 | 1001011 |
Color Harmonies of #E1D69C
Complementary color
Monochromatic Colors of #E1D69C
Black with #E1D69C
Text Example
Text Example
White with #E1D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D69C; }
p { color: rgb(225,214,156); }
H1.HeaderClassName
{
color: #E1D69C;
}
.AnyTagClassName
{
color: #E1D69C;
}
</style>
background-color css
<style>
a { background-color: #E1D69C; }
a { background-color: rgb(225,214,156); }
div.DivClassName
{
background-color: #E1D69C;
}
.BgClassName
{
background-color: #E1D69C;
}
</style>
border-color css
<style>
span { border-color: #E1D69C; }
span { border-color: rgb(225,214,156); }
td.TdClassName
{
border-color: #E1D69C;
}
.TagClassName
{
border-color: #E1D69C;
}
</style>