Shades of Wheatfield #E0D7BD
Tints of Wheatfield #E0D7BD
RGB
CMYK
RGB Variations
Color information
#E0D7BD (or 0xE0D7BD) is known color: Wheatfield. HEX triplet: E0, D7 and BD. RGB value is (224,215,189). Sum of RGB (Red+Green+Blue) = 224+215+189=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D7BD is #1F2842. Grayscale: #D6D6D6. Windows color (decimal): -2041923 or 12441568. OLE color: 12441568.
HSL color Cylindrical-coordinate representation of color #E0D7BD: hue angle of 44.57º degrees, saturation: 0.36, 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 #E0D7BD is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 189 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.12 |
| HSL | 44.57º | 0.36% | 0.81% | - |
| HSV(B) | 44.57º | 0.16% | 0.88% | - |
| XYZ | 64.23 | 68.12 | 57.91 | - |
| YUV | 214.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 189 | 0 | 0.04 | 0.16 | 0.12 | 44.57 | 0.36 | 0.81 |
| Hex | E0 | D7 | BD | 0 | 4 | 10 | C | 2D | 24 | 51 |
| Octal | 340 | 327 | 275 | 0 | 4 | 20 | 14 | 55 | 44 | 121 |
| Binary | 11100000 | 11010111 | 10111101 | 0 | 100 | 10000 | 1100 | 101101 | 100100 | 1010001 |
Color Harmonies of #E0D7BD
Complementary color
Monochromatic Colors of #E0D7BD
Black with #E0D7BD
Text Example
Text Example
White with #E0D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7BD; }
p { color: rgb(224,215,189); }
H1.HeaderClassName
{
color: #E0D7BD;
}
.AnyTagClassName
{
color: #E0D7BD;
}
</style>
background-color css
<style>
a { background-color: #E0D7BD; }
a { background-color: rgb(224,215,189); }
div.DivClassName
{
background-color: #E0D7BD;
}
.BgClassName
{
background-color: #E0D7BD;
}
</style>
border-color css
<style>
span { border-color: #E0D7BD; }
span { border-color: rgb(224,215,189); }
td.TdClassName
{
border-color: #E0D7BD;
}
.TagClassName
{
border-color: #E0D7BD;
}
</style>