Shades of Wheatfield #E2D6BE
Tints of Wheatfield #E2D6BE
RGB
CMYK
RGB Variations
Color information
#E2D6BE (or 0xE2D6BE) is known color: Wheatfield. HEX triplet: E2, D6 and BE. RGB value is (226,214,190). Sum of RGB (Red+Green+Blue) = 226+214+190=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6BE is #1D2941. Grayscale: #D6D6D6. Windows color (decimal): -1911106 or 12506850. OLE color: 12506850.
HSL color Cylindrical-coordinate representation of color #E2D6BE: hue angle of 40º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2D6BE is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 190 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.11 |
| HSL | 40º | 0.38% | 0.82% | - |
| HSV(B) | 40º | 0.16% | 0.89% | - |
| XYZ | 64.7 | 67.98 | 58.43 | - |
| YUV | 214.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 190 | 0 | 0.05 | 0.16 | 0.11 | 40 | 0.38 | 0.82 |
| Hex | E2 | D6 | BE | 0 | 5 | 10 | B | 28 | 26 | 52 |
| Octal | 342 | 326 | 276 | 0 | 5 | 20 | 13 | 50 | 46 | 122 |
| Binary | 11100010 | 11010110 | 10111110 | 0 | 101 | 10000 | 1011 | 101000 | 100110 | 1010010 |
Color Harmonies of #E2D6BE
Complementary color
Monochromatic Colors of #E2D6BE
Black with #E2D6BE
Text Example
Text Example
White with #E2D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6BE; }
p { color: rgb(226,214,190); }
H1.HeaderClassName
{
color: #E2D6BE;
}
.AnyTagClassName
{
color: #E2D6BE;
}
</style>
background-color css
<style>
a { background-color: #E2D6BE; }
a { background-color: rgb(226,214,190); }
div.DivClassName
{
background-color: #E2D6BE;
}
.BgClassName
{
background-color: #E2D6BE;
}
</style>
border-color css
<style>
span { border-color: #E2D6BE; }
span { border-color: rgb(226,214,190); }
td.TdClassName
{
border-color: #E2D6BE;
}
.TagClassName
{
border-color: #E2D6BE;
}
</style>