Shades of Sapling #E2D79B
Tints of Sapling #E2D79B
RGB
CMYK
RGB Variations
Color information
#E2D79B (or 0xE2D79B) is known color: Sapling. HEX triplet: E2, D7 and 9B. RGB value is (226,215,155). Sum of RGB (Red+Green+Blue) = 226+215+155=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D79B is #1D2864. Grayscale: #D3D3D3. Windows color (decimal): -1910885 or 10213346. OLE color: 10213346.
HSL color Cylindrical-coordinate representation of color #E2D79B: hue angle of 50.7º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2D79B is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 155 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.11 |
| HSL | 50.7º | 0.55% | 0.75% | - |
| HSV(B) | 50.7º | 0.31% | 0.89% | - |
| XYZ | 61.58 | 67.14 | 40.72 | - |
| YUV | 211.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 155 | 0 | 0.05 | 0.31 | 0.11 | 50.7 | 0.55 | 0.75 |
| Hex | E2 | D7 | 9B | 0 | 5 | 1F | B | 33 | 37 | 4B |
| Octal | 342 | 327 | 233 | 0 | 5 | 37 | 13 | 63 | 67 | 113 |
| Binary | 11100010 | 11010111 | 10011011 | 0 | 101 | 11111 | 1011 | 110011 | 110111 | 1001011 |
Color Harmonies of #E2D79B
Complementary color
Monochromatic Colors of #E2D79B
Black with #E2D79B
Text Example
Text Example
White with #E2D79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D79B; }
p { color: rgb(226,215,155); }
H1.HeaderClassName
{
color: #E2D79B;
}
.AnyTagClassName
{
color: #E2D79B;
}
</style>
background-color css
<style>
a { background-color: #E2D79B; }
a { background-color: rgb(226,215,155); }
div.DivClassName
{
background-color: #E2D79B;
}
.BgClassName
{
background-color: #E2D79B;
}
</style>
border-color css
<style>
span { border-color: #E2D79B; }
span { border-color: rgb(226,215,155); }
td.TdClassName
{
border-color: #E2D79B;
}
.TagClassName
{
border-color: #E2D79B;
}
</style>