Shades of Wheatfield #E0D9BE
Tints of Wheatfield #E0D9BE
RGB
CMYK
RGB Variations
Color information
#E0D9BE (or 0xE0D9BE) is known color: Wheatfield. HEX triplet: E0, D9 and BE. RGB value is (224,217,190). Sum of RGB (Red+Green+Blue) = 224+217+190=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9BE is #1F2641. Grayscale: #D8D8D8. Windows color (decimal): -2041410 or 12507616. OLE color: 12507616.
HSL color Cylindrical-coordinate representation of color #E0D9BE: hue angle of 47.65º 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 #E0D9BE is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 190 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.12 |
| HSL | 47.65º | 0.35% | 0.81% | - |
| HSV(B) | 47.65º | 0.15% | 0.88% | - |
| XYZ | 64.85 | 69.19 | 58.65 | - |
| YUV | 216.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 190 | 0 | 0.03 | 0.15 | 0.12 | 47.65 | 0.35 | 0.81 |
| Hex | E0 | D9 | BE | 0 | 3 | F | C | 30 | 23 | 51 |
| Octal | 340 | 331 | 276 | 0 | 3 | 17 | 14 | 60 | 43 | 121 |
| Binary | 11100000 | 11011001 | 10111110 | 0 | 11 | 1111 | 1100 | 110000 | 100011 | 1010001 |
Color Harmonies of #E0D9BE
Complementary color
Monochromatic Colors of #E0D9BE
Black with #E0D9BE
Text Example
Text Example
White with #E0D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D9BE; }
p { color: rgb(224,217,190); }
H1.HeaderClassName
{
color: #E0D9BE;
}
.AnyTagClassName
{
color: #E0D9BE;
}
</style>
background-color css
<style>
a { background-color: #E0D9BE; }
a { background-color: rgb(224,217,190); }
div.DivClassName
{
background-color: #E0D9BE;
}
.BgClassName
{
background-color: #E0D9BE;
}
</style>
border-color css
<style>
span { border-color: #E0D9BE; }
span { border-color: rgb(224,217,190); }
td.TdClassName
{
border-color: #E0D9BE;
}
.TagClassName
{
border-color: #E0D9BE;
}
</style>