Shades of Sapling #E2D4AA
Tints of Sapling #E2D4AA
RGB
CMYK
RGB Variations
Color information
#E2D4AA (or 0xE2D4AA) is known color: Sapling. HEX triplet: E2, D4 and AA. RGB value is (226,212,170). Sum of RGB (Red+Green+Blue) = 226+212+170=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D4AA is #1D2B55. Grayscale: #D3D3D3. Windows color (decimal): -1911638 or 11195618. OLE color: 11195618.
HSL color Cylindrical-coordinate representation of color #E2D4AA: hue angle of 45º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2D4AA is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 170 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.11 |
| HSL | 45º | 0.49% | 0.78% | - |
| HSV(B) | 45º | 0.25% | 0.89% | - |
| XYZ | 62.16 | 66.16 | 47.52 | - |
| YUV | 211.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 170 | 0 | 0.06 | 0.25 | 0.11 | 45 | 0.49 | 0.78 |
| Hex | E2 | D4 | AA | 0 | 6 | 19 | B | 2D | 31 | 4E |
| Octal | 342 | 324 | 252 | 0 | 6 | 31 | 13 | 55 | 61 | 116 |
| Binary | 11100010 | 11010100 | 10101010 | 0 | 110 | 11001 | 1011 | 101101 | 110001 | 1001110 |
Color Harmonies of #E2D4AA
Complementary color
Monochromatic Colors of #E2D4AA
Black with #E2D4AA
Text Example
Text Example
White with #E2D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D4AA; }
p { color: rgb(226,212,170); }
H1.HeaderClassName
{
color: #E2D4AA;
}
.AnyTagClassName
{
color: #E2D4AA;
}
</style>
background-color css
<style>
a { background-color: #E2D4AA; }
a { background-color: rgb(226,212,170); }
div.DivClassName
{
background-color: #E2D4AA;
}
.BgClassName
{
background-color: #E2D4AA;
}
</style>
border-color css
<style>
span { border-color: #E2D4AA; }
span { border-color: rgb(226,212,170); }
td.TdClassName
{
border-color: #E2D4AA;
}
.TagClassName
{
border-color: #E2D4AA;
}
</style>