Shades of Wheatfield #E2D7BD
Tints of Wheatfield #E2D7BD
RGB
CMYK
RGB Variations
Color information
#E2D7BD (or 0xE2D7BD) is known color: Wheatfield. HEX triplet: E2, D7 and BD. RGB value is (226,215,189). Sum of RGB (Red+Green+Blue) = 226+215+189=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D7BD is #1D2842. Grayscale: #D7D7D7. Windows color (decimal): -1910851 or 12441570. OLE color: 12441570.
HSL color Cylindrical-coordinate representation of color #E2D7BD: hue angle of 42.16º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2D7BD is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 189 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.11 |
| HSL | 42.16º | 0.39% | 0.81% | - |
| HSV(B) | 42.16º | 0.16% | 0.89% | - |
| XYZ | 64.85 | 68.44 | 57.94 | - |
| YUV | 215.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 189 | 0 | 0.05 | 0.16 | 0.11 | 42.16 | 0.39 | 0.81 |
| Hex | E2 | D7 | BD | 0 | 5 | 10 | B | 2A | 27 | 51 |
| Octal | 342 | 327 | 275 | 0 | 5 | 20 | 13 | 52 | 47 | 121 |
| Binary | 11100010 | 11010111 | 10111101 | 0 | 101 | 10000 | 1011 | 101010 | 100111 | 1010001 |
Color Harmonies of #E2D7BD
Complementary color
Monochromatic Colors of #E2D7BD
Black with #E2D7BD
Text Example
Text Example
White with #E2D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D7BD; }
p { color: rgb(226,215,189); }
H1.HeaderClassName
{
color: #E2D7BD;
}
.AnyTagClassName
{
color: #E2D7BD;
}
</style>
background-color css
<style>
a { background-color: #E2D7BD; }
a { background-color: rgb(226,215,189); }
div.DivClassName
{
background-color: #E2D7BD;
}
.BgClassName
{
background-color: #E2D7BD;
}
</style>
border-color css
<style>
span { border-color: #E2D7BD; }
span { border-color: rgb(226,215,189); }
td.TdClassName
{
border-color: #E2D7BD;
}
.TagClassName
{
border-color: #E2D7BD;
}
</style>