Shades of Sapling #E1D69B
Tints of Sapling #E1D69B
RGB
CMYK
RGB Variations
Color information
#E1D69B (or 0xE1D69B) is known color: Sapling. HEX triplet: E1, D6 and 9B. RGB value is (225,214,155). Sum of RGB (Red+Green+Blue) = 225+214+155=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D69B is #1E2964. Grayscale: #D2D2D2. Windows color (decimal): -1976677 or 10213089. OLE color: 10213089.
HSL color Cylindrical-coordinate representation of color #E1D69B: hue angle of 50.57º degrees, saturation: 0.54, 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 #E1D69B is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 155 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.12 |
| HSL | 50.57º | 0.54% | 0.75% | - |
| HSV(B) | 50.57º | 0.31% | 0.88% | - |
| XYZ | 61.01 | 66.47 | 40.62 | - |
| YUV | 210.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 155 | 0 | 0.05 | 0.31 | 0.12 | 50.57 | 0.54 | 0.75 |
| Hex | E1 | D6 | 9B | 0 | 5 | 1F | C | 33 | 36 | 4B |
| Octal | 341 | 326 | 233 | 0 | 5 | 37 | 14 | 63 | 66 | 113 |
| Binary | 11100001 | 11010110 | 10011011 | 0 | 101 | 11111 | 1100 | 110011 | 110110 | 1001011 |
Color Harmonies of #E1D69B
Complementary color
Monochromatic Colors of #E1D69B
Black with #E1D69B
Text Example
Text Example
White with #E1D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D69B; }
p { color: rgb(225,214,155); }
H1.HeaderClassName
{
color: #E1D69B;
}
.AnyTagClassName
{
color: #E1D69B;
}
</style>
background-color css
<style>
a { background-color: #E1D69B; }
a { background-color: rgb(225,214,155); }
div.DivClassName
{
background-color: #E1D69B;
}
.BgClassName
{
background-color: #E1D69B;
}
</style>
border-color css
<style>
span { border-color: #E1D69B; }
span { border-color: rgb(225,214,155); }
td.TdClassName
{
border-color: #E1D69B;
}
.TagClassName
{
border-color: #E1D69B;
}
</style>