Shades of Sapling #E2D8B0
Tints of Sapling #E2D8B0
RGB
CMYK
RGB Variations
Color information
#E2D8B0 (or 0xE2D8B0) is known color: Sapling. HEX triplet: E2, D8 and B0. RGB value is (226,216,176). Sum of RGB (Red+Green+Blue) = 226+216+176=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D8B0 is #1D274F. Grayscale: #D6D6D6. Windows color (decimal): -1910608 or 11589858. OLE color: 11589858.
HSL color Cylindrical-coordinate representation of color #E2D8B0: hue angle of 48º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2D8B0 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 176 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.11 |
| HSL | 48º | 0.46% | 0.79% | - |
| HSV(B) | 48º | 0.22% | 0.89% | - |
| XYZ | 63.76 | 68.42 | 50.92 | - |
| YUV | 214.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 176 | 0 | 0.04 | 0.22 | 0.11 | 48 | 0.46 | 0.79 |
| Hex | E2 | D8 | B0 | 0 | 4 | 16 | B | 30 | 2E | 4F |
| Octal | 342 | 330 | 260 | 0 | 4 | 26 | 13 | 60 | 56 | 117 |
| Binary | 11100010 | 11011000 | 10110000 | 0 | 100 | 10110 | 1011 | 110000 | 101110 | 1001111 |
Color Harmonies of #E2D8B0
Complementary color
Monochromatic Colors of #E2D8B0
Black with #E2D8B0
Text Example
Text Example
White with #E2D8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D8B0; }
p { color: rgb(226,216,176); }
H1.HeaderClassName
{
color: #E2D8B0;
}
.AnyTagClassName
{
color: #E2D8B0;
}
</style>
background-color css
<style>
a { background-color: #E2D8B0; }
a { background-color: rgb(226,216,176); }
div.DivClassName
{
background-color: #E2D8B0;
}
.BgClassName
{
background-color: #E2D8B0;
}
</style>
border-color css
<style>
span { border-color: #E2D8B0; }
span { border-color: rgb(226,216,176); }
td.TdClassName
{
border-color: #E2D8B0;
}
.TagClassName
{
border-color: #E2D8B0;
}
</style>