Shades of Sapling #E2D69B
Tints of Sapling #E2D69B
RGB
CMYK
RGB Variations
Color information
#E2D69B (or 0xE2D69B) is known color: Sapling. HEX triplet: E2, D6 and 9B. RGB value is (226,214,155). Sum of RGB (Red+Green+Blue) = 226+214+155=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D69B is #1D2964. Grayscale: #D3D3D3. Windows color (decimal): -1911141 or 10213090. OLE color: 10213090.
HSL color Cylindrical-coordinate representation of color #E2D69B: hue angle of 49.86º 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 #E2D69B is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 155 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.11 |
| HSL | 49.86º | 0.55% | 0.75% | - |
| HSV(B) | 49.86º | 0.31% | 0.89% | - |
| XYZ | 61.33 | 66.63 | 40.64 | - |
| YUV | 210.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 155 | 0 | 0.05 | 0.31 | 0.11 | 49.86 | 0.55 | 0.75 |
| Hex | E2 | D6 | 9B | 0 | 5 | 1F | B | 32 | 37 | 4B |
| Octal | 342 | 326 | 233 | 0 | 5 | 37 | 13 | 62 | 67 | 113 |
| Binary | 11100010 | 11010110 | 10011011 | 0 | 101 | 11111 | 1011 | 110010 | 110111 | 1001011 |
Color Harmonies of #E2D69B
Complementary color
Monochromatic Colors of #E2D69B
Black with #E2D69B
Text Example
Text Example
White with #E2D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D69B; }
p { color: rgb(226,214,155); }
H1.HeaderClassName
{
color: #E2D69B;
}
.AnyTagClassName
{
color: #E2D69B;
}
</style>
background-color css
<style>
a { background-color: #E2D69B; }
a { background-color: rgb(226,214,155); }
div.DivClassName
{
background-color: #E2D69B;
}
.BgClassName
{
background-color: #E2D69B;
}
</style>
border-color css
<style>
span { border-color: #E2D69B; }
span { border-color: rgb(226,214,155); }
td.TdClassName
{
border-color: #E2D69B;
}
.TagClassName
{
border-color: #E2D69B;
}
</style>