Shades of Wheatfield #E2D9BC
Tints of Wheatfield #E2D9BC
RGB
CMYK
RGB Variations
Color information
#E2D9BC (or 0xE2D9BC) is known color: Wheatfield. HEX triplet: E2, D9 and BC. RGB value is (226,217,188). Sum of RGB (Red+Green+Blue) = 226+217+188=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D9BC is #1D2643. Grayscale: #D8D8D8. Windows color (decimal): -1910340 or 12376546. OLE color: 12376546.
HSL color Cylindrical-coordinate representation of color #E2D9BC: hue angle of 45.79º 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 #E2D9BC is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 188 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.11 |
| HSL | 45.79º | 0.4% | 0.81% | - |
| HSV(B) | 45.79º | 0.17% | 0.89% | - |
| XYZ | 65.25 | 69.43 | 57.54 | - |
| YUV | 216.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 188 | 0 | 0.04 | 0.17 | 0.11 | 45.79 | 0.4 | 0.81 |
| Hex | E2 | D9 | BC | 0 | 4 | 11 | B | 2E | 28 | 51 |
| Octal | 342 | 331 | 274 | 0 | 4 | 21 | 13 | 56 | 50 | 121 |
| Binary | 11100010 | 11011001 | 10111100 | 0 | 100 | 10001 | 1011 | 101110 | 101000 | 1010001 |
Color Harmonies of #E2D9BC
Complementary color
Monochromatic Colors of #E2D9BC
Black with #E2D9BC
Text Example
Text Example
White with #E2D9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9BC; }
p { color: rgb(226,217,188); }
H1.HeaderClassName
{
color: #E2D9BC;
}
.AnyTagClassName
{
color: #E2D9BC;
}
</style>
background-color css
<style>
a { background-color: #E2D9BC; }
a { background-color: rgb(226,217,188); }
div.DivClassName
{
background-color: #E2D9BC;
}
.BgClassName
{
background-color: #E2D9BC;
}
</style>
border-color css
<style>
span { border-color: #E2D9BC; }
span { border-color: rgb(226,217,188); }
td.TdClassName
{
border-color: #E2D9BC;
}
.TagClassName
{
border-color: #E2D9BC;
}
</style>