Shades of Sapling #E6DA9E
Tints of Sapling #E6DA9E
RGB
CMYK
RGB Variations
Color information
#E6DA9E (or 0xE6DA9E) is known color: Sapling. HEX triplet: E6, DA and 9E. RGB value is (230,218,158). Sum of RGB (Red+Green+Blue) = 230+218+158=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DA9E is #192561. Grayscale: #D7D7D7. Windows color (decimal): -1647970 or 10410726. OLE color: 10410726.
HSL color Cylindrical-coordinate representation of color #E6DA9E: hue angle of 50º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6DA9E is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 158 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.10 |
| HSL | 50º | 0.59% | 0.76% | - |
| HSV(B) | 50º | 0.31% | 0.9% | - |
| XYZ | 63.88 | 69.43 | 42.38 | - |
| YUV | 214.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 158 | 0 | 0.05 | 0.31 | 0.10 | 50 | 0.59 | 0.76 |
| Hex | E6 | DA | 9E | 0 | 5 | 1F | A | 32 | 3B | 4C |
| Octal | 346 | 332 | 236 | 0 | 5 | 37 | 12 | 62 | 73 | 114 |
| Binary | 11100110 | 11011010 | 10011110 | 0 | 101 | 11111 | 1010 | 110010 | 111011 | 1001100 |
Color Harmonies of #E6DA9E
Complementary color
Monochromatic Colors of #E6DA9E
Black with #E6DA9E
Text Example
Text Example
White with #E6DA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DA9E; }
p { color: rgb(230,218,158); }
H1.HeaderClassName
{
color: #E6DA9E;
}
.AnyTagClassName
{
color: #E6DA9E;
}
</style>
background-color css
<style>
a { background-color: #E6DA9E; }
a { background-color: rgb(230,218,158); }
div.DivClassName
{
background-color: #E6DA9E;
}
.BgClassName
{
background-color: #E6DA9E;
}
</style>
border-color css
<style>
span { border-color: #E6DA9E; }
span { border-color: rgb(230,218,158); }
td.TdClassName
{
border-color: #E6DA9E;
}
.TagClassName
{
border-color: #E6DA9E;
}
</style>