Shades of Sapling #E6D99C
Tints of Sapling #E6D99C
RGB
CMYK
RGB Variations
Color information
#E6D99C (or 0xE6D99C) is known color: Sapling. HEX triplet: E6, D9 and 9C. RGB value is (230,217,156). Sum of RGB (Red+Green+Blue) = 230+217+156=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 156 (61.33% from 255 or 25.87% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D99C is #192663. Grayscale: #D6D6D6. Windows color (decimal): -1648228 or 10279398. OLE color: 10279398.
HSL color Cylindrical-coordinate representation of color #E6D99C: hue angle of 49.46º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6D99C is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 156 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.10 |
| HSL | 49.46º | 0.6% | 0.76% | - |
| HSV(B) | 49.46º | 0.32% | 0.9% | - |
| XYZ | 63.45 | 68.85 | 41.4 | - |
| YUV | 213.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 156 | 0 | 0.06 | 0.32 | 0.10 | 49.46 | 0.6 | 0.76 |
| Hex | E6 | D9 | 9C | 0 | 6 | 20 | A | 31 | 3C | 4C |
| Octal | 346 | 331 | 234 | 0 | 6 | 40 | 12 | 61 | 74 | 114 |
| Binary | 11100110 | 11011001 | 10011100 | 0 | 110 | 100000 | 1010 | 110001 | 111100 | 1001100 |
Color Harmonies of #E6D99C
Complementary color
Monochromatic Colors of #E6D99C
Black with #E6D99C
Text Example
Text Example
White with #E6D99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D99C; }
p { color: rgb(230,217,156); }
H1.HeaderClassName
{
color: #E6D99C;
}
.AnyTagClassName
{
color: #E6D99C;
}
</style>
background-color css
<style>
a { background-color: #E6D99C; }
a { background-color: rgb(230,217,156); }
div.DivClassName
{
background-color: #E6D99C;
}
.BgClassName
{
background-color: #E6D99C;
}
</style>
border-color css
<style>
span { border-color: #E6D99C; }
span { border-color: rgb(230,217,156); }
td.TdClassName
{
border-color: #E6D99C;
}
.TagClassName
{
border-color: #E6D99C;
}
</style>