Shades of Wheatfield #E2D6BD
Tints of Wheatfield #E2D6BD
RGB
CMYK
RGB Variations
Color information
#E2D6BD (or 0xE2D6BD) is known color: Wheatfield. HEX triplet: E2, D6 and BD. RGB value is (226,214,189). Sum of RGB (Red+Green+Blue) = 226+214+189=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6BD is #1D2942. Grayscale: #D6D6D6. Windows color (decimal): -1911107 or 12441314. OLE color: 12441314.
HSL color Cylindrical-coordinate representation of color #E2D6BD: hue angle of 40.54º 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 #E2D6BD is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 189 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.11 |
| HSL | 40.54º | 0.39% | 0.81% | - |
| HSV(B) | 40.54º | 0.16% | 0.89% | - |
| XYZ | 64.6 | 67.94 | 57.85 | - |
| YUV | 214.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 189 | 0 | 0.05 | 0.16 | 0.11 | 40.54 | 0.39 | 0.81 |
| Hex | E2 | D6 | BD | 0 | 5 | 10 | B | 29 | 27 | 51 |
| Octal | 342 | 326 | 275 | 0 | 5 | 20 | 13 | 51 | 47 | 121 |
| Binary | 11100010 | 11010110 | 10111101 | 0 | 101 | 10000 | 1011 | 101001 | 100111 | 1010001 |
Color Harmonies of #E2D6BD
Complementary color
Monochromatic Colors of #E2D6BD
Black with #E2D6BD
Text Example
Text Example
White with #E2D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6BD; }
p { color: rgb(226,214,189); }
H1.HeaderClassName
{
color: #E2D6BD;
}
.AnyTagClassName
{
color: #E2D6BD;
}
</style>
background-color css
<style>
a { background-color: #E2D6BD; }
a { background-color: rgb(226,214,189); }
div.DivClassName
{
background-color: #E2D6BD;
}
.BgClassName
{
background-color: #E2D6BD;
}
</style>
border-color css
<style>
span { border-color: #E2D6BD; }
span { border-color: rgb(226,214,189); }
td.TdClassName
{
border-color: #E2D6BD;
}
.TagClassName
{
border-color: #E2D6BD;
}
</style>