Shades of Wheatfield #E2D9BD
Tints of Wheatfield #E2D9BD
RGB
CMYK
RGB Variations
Color information
#E2D9BD (or 0xE2D9BD) is known color: Wheatfield. HEX triplet: E2, D9 and BD. RGB value is (226,217,189). Sum of RGB (Red+Green+Blue) = 226+217+189=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D9BD is #1D2642. Grayscale: #D8D8D8. Windows color (decimal): -1910339 or 12442082. OLE color: 12442082.
HSL color Cylindrical-coordinate representation of color #E2D9BD: hue angle of 45.41º 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 #E2D9BD is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 189 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.11 |
| HSL | 45.41º | 0.39% | 0.81% | - |
| HSV(B) | 45.41º | 0.16% | 0.89% | - |
| XYZ | 65.36 | 69.47 | 58.11 | - |
| YUV | 216.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 189 | 0 | 0.04 | 0.16 | 0.11 | 45.41 | 0.39 | 0.81 |
| Hex | E2 | D9 | BD | 0 | 4 | 10 | B | 2D | 27 | 51 |
| Octal | 342 | 331 | 275 | 0 | 4 | 20 | 13 | 55 | 47 | 121 |
| Binary | 11100010 | 11011001 | 10111101 | 0 | 100 | 10000 | 1011 | 101101 | 100111 | 1010001 |
Color Harmonies of #E2D9BD
Complementary color
Monochromatic Colors of #E2D9BD
Black with #E2D9BD
Text Example
Text Example
White with #E2D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D9BD; }
p { color: rgb(226,217,189); }
H1.HeaderClassName
{
color: #E2D9BD;
}
.AnyTagClassName
{
color: #E2D9BD;
}
</style>
background-color css
<style>
a { background-color: #E2D9BD; }
a { background-color: rgb(226,217,189); }
div.DivClassName
{
background-color: #E2D9BD;
}
.BgClassName
{
background-color: #E2D9BD;
}
</style>
border-color css
<style>
span { border-color: #E2D9BD; }
span { border-color: rgb(226,217,189); }
td.TdClassName
{
border-color: #E2D9BD;
}
.TagClassName
{
border-color: #E2D9BD;
}
</style>