Shades of Wheatfield #E0D6BE
Tints of Wheatfield #E0D6BE
RGB
CMYK
RGB Variations
Color information
#E0D6BE (or 0xE0D6BE) is known color: Wheatfield. HEX triplet: E0, D6 and BE. RGB value is (224,214,190). Sum of RGB (Red+Green+Blue) = 224+214+190=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D6BE is #1F2941. Grayscale: #D6D6D6. Windows color (decimal): -2042178 or 12506848. OLE color: 12506848.
HSL color Cylindrical-coordinate representation of color #E0D6BE: hue angle of 42.35º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0D6BE is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 190 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.12 |
| HSL | 42.35º | 0.35% | 0.81% | - |
| HSV(B) | 42.35º | 0.15% | 0.88% | - |
| XYZ | 64.08 | 67.66 | 58.4 | - |
| YUV | 214.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 190 | 0 | 0.04 | 0.15 | 0.12 | 42.35 | 0.35 | 0.81 |
| Hex | E0 | D6 | BE | 0 | 4 | F | C | 2A | 23 | 51 |
| Octal | 340 | 326 | 276 | 0 | 4 | 17 | 14 | 52 | 43 | 121 |
| Binary | 11100000 | 11010110 | 10111110 | 0 | 100 | 1111 | 1100 | 101010 | 100011 | 1010001 |
Color Harmonies of #E0D6BE
Complementary color
Monochromatic Colors of #E0D6BE
Black with #E0D6BE
Text Example
Text Example
White with #E0D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D6BE; }
p { color: rgb(224,214,190); }
H1.HeaderClassName
{
color: #E0D6BE;
}
.AnyTagClassName
{
color: #E0D6BE;
}
</style>
background-color css
<style>
a { background-color: #E0D6BE; }
a { background-color: rgb(224,214,190); }
div.DivClassName
{
background-color: #E0D6BE;
}
.BgClassName
{
background-color: #E0D6BE;
}
</style>
border-color css
<style>
span { border-color: #E0D6BE; }
span { border-color: rgb(224,214,190); }
td.TdClassName
{
border-color: #E0D6BE;
}
.TagClassName
{
border-color: #E0D6BE;
}
</style>