Shades of Wheatfield #E0D8BC
Tints of Wheatfield #E0D8BC
RGB
CMYK
RGB Variations
Color information
#E0D8BC (or 0xE0D8BC) is known color: Wheatfield. HEX triplet: E0, D8 and BC. RGB value is (224,216,188). Sum of RGB (Red+Green+Blue) = 224+216+188=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8BC is #1F2743. Grayscale: #D7D7D7. Windows color (decimal): -2041668 or 12376288. OLE color: 12376288.
HSL color Cylindrical-coordinate representation of color #E0D8BC: hue angle of 46.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0D8BC is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 188 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.12 |
| HSL | 46.67º | 0.37% | 0.81% | - |
| HSV(B) | 46.67º | 0.16% | 0.88% | - |
| XYZ | 64.37 | 68.59 | 57.42 | - |
| YUV | 215.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 188 | 0 | 0.04 | 0.16 | 0.12 | 46.67 | 0.37 | 0.81 |
| Hex | E0 | D8 | BC | 0 | 4 | 10 | C | 2F | 25 | 51 |
| Octal | 340 | 330 | 274 | 0 | 4 | 20 | 14 | 57 | 45 | 121 |
| Binary | 11100000 | 11011000 | 10111100 | 0 | 100 | 10000 | 1100 | 101111 | 100101 | 1010001 |
Color Harmonies of #E0D8BC
Complementary color
Monochromatic Colors of #E0D8BC
Black with #E0D8BC
Text Example
Text Example
White with #E0D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8BC; }
p { color: rgb(224,216,188); }
H1.HeaderClassName
{
color: #E0D8BC;
}
.AnyTagClassName
{
color: #E0D8BC;
}
</style>
background-color css
<style>
a { background-color: #E0D8BC; }
a { background-color: rgb(224,216,188); }
div.DivClassName
{
background-color: #E0D8BC;
}
.BgClassName
{
background-color: #E0D8BC;
}
</style>
border-color css
<style>
span { border-color: #E0D8BC; }
span { border-color: rgb(224,216,188); }
td.TdClassName
{
border-color: #E0D8BC;
}
.TagClassName
{
border-color: #E0D8BC;
}
</style>