Shades of Wheatfield #E2D9BB
Tints of Wheatfield #E2D9BB
RGB
CMYK
RGB Variations
Color information
#E2D9BB (or 0xE2D9BB) is known color: Wheatfield. HEX triplet: E2, D9 and BB. RGB value is (226,217,187). Sum of RGB (Red+Green+Blue) = 226+217+187=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D9BB is #1D2644. Grayscale: #D8D8D8. Windows color (decimal): -1910341 or 12311010. OLE color: 12311010.
HSL color Cylindrical-coordinate representation of color #E2D9BB: hue angle of 46.15º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2D9BB is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 187 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.11 |
| HSL | 46.15º | 0.4% | 0.81% | - |
| HSV(B) | 46.15º | 0.17% | 0.89% | - |
| XYZ | 65.15 | 69.38 | 56.97 | - |
| YUV | 216.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 187 | 0 | 0.04 | 0.17 | 0.11 | 46.15 | 0.4 | 0.81 |
| Hex | E2 | D9 | BB | 0 | 4 | 11 | B | 2E | 28 | 51 |
| Octal | 342 | 331 | 273 | 0 | 4 | 21 | 13 | 56 | 50 | 121 |
| Binary | 11100010 | 11011001 | 10111011 | 0 | 100 | 10001 | 1011 | 101110 | 101000 | 1010001 |
Color Harmonies of #E2D9BB
Complementary color
Monochromatic Colors of #E2D9BB
Black with #E2D9BB
Text Example
Text Example
White with #E2D9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9BB; }
p { color: rgb(226,217,187); }
H1.HeaderClassName
{
color: #E2D9BB;
}
.AnyTagClassName
{
color: #E2D9BB;
}
</style>
background-color css
<style>
a { background-color: #E2D9BB; }
a { background-color: rgb(226,217,187); }
div.DivClassName
{
background-color: #E2D9BB;
}
.BgClassName
{
background-color: #E2D9BB;
}
</style>
border-color css
<style>
span { border-color: #E2D9BB; }
span { border-color: rgb(226,217,187); }
td.TdClassName
{
border-color: #E2D9BB;
}
.TagClassName
{
border-color: #E2D9BB;
}
</style>