Shades of Sapling #E6DAA0
Tints of Sapling #E6DAA0
RGB
CMYK
RGB Variations
Color information
#E6DAA0 (or 0xE6DAA0) is known color: Sapling. HEX triplet: E6, DA and A0. RGB value is (230,218,160). Sum of RGB (Red+Green+Blue) = 230+218+160=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DAA0 is #19255F. Grayscale: #D7D7D7. Windows color (decimal): -1647968 or 10541798. OLE color: 10541798.
HSL color Cylindrical-coordinate representation of color #E6DAA0: hue angle of 49.71º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6DAA0 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 160 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.10 |
| HSL | 49.71º | 0.58% | 0.76% | - |
| HSV(B) | 49.71º | 0.3% | 0.9% | - |
| XYZ | 64.05 | 69.5 | 43.3 | - |
| YUV | 214.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 160 | 0 | 0.05 | 0.30 | 0.10 | 49.71 | 0.58 | 0.76 |
| Hex | E6 | DA | A0 | 0 | 5 | 1E | A | 32 | 3A | 4C |
| Octal | 346 | 332 | 240 | 0 | 5 | 36 | 12 | 62 | 72 | 114 |
| Binary | 11100110 | 11011010 | 10100000 | 0 | 101 | 11110 | 1010 | 110010 | 111010 | 1001100 |
Color Harmonies of #E6DAA0
Complementary color
Monochromatic Colors of #E6DAA0
Black with #E6DAA0
Text Example
Text Example
White with #E6DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAA0; }
p { color: rgb(230,218,160); }
H1.HeaderClassName
{
color: #E6DAA0;
}
.AnyTagClassName
{
color: #E6DAA0;
}
</style>
background-color css
<style>
a { background-color: #E6DAA0; }
a { background-color: rgb(230,218,160); }
div.DivClassName
{
background-color: #E6DAA0;
}
.BgClassName
{
background-color: #E6DAA0;
}
</style>
border-color css
<style>
span { border-color: #E6DAA0; }
span { border-color: rgb(230,218,160); }
td.TdClassName
{
border-color: #E6DAA0;
}
.TagClassName
{
border-color: #E6DAA0;
}
</style>