Shades of Wheatfield #E1D9C0
Tints of Wheatfield #E1D9C0
RGB
CMYK
RGB Variations
Color information
#E1D9C0 (or 0xE1D9C0) is known color: Wheatfield. HEX triplet: E1, D9 and C0. RGB value is (225,217,192). Sum of RGB (Red+Green+Blue) = 225+217+192=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9C0 is #1E263F. Grayscale: #D8D8D8. Windows color (decimal): -1975872 or 12638689. OLE color: 12638689.
HSL color Cylindrical-coordinate representation of color #E1D9C0: hue angle of 45.45º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D9C0 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 217 | 192 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.12 |
| HSL | 45.45º | 0.35% | 0.82% | - |
| HSV(B) | 45.45º | 0.15% | 0.88% | - |
| XYZ | 65.38 | 69.44 | 59.83 | - |
| YUV | 216.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 217 | 192 | 0 | 0.04 | 0.15 | 0.12 | 45.45 | 0.35 | 0.82 |
| Hex | E1 | D9 | C0 | 0 | 4 | F | C | 2D | 23 | 52 |
| Octal | 341 | 331 | 300 | 0 | 4 | 17 | 14 | 55 | 43 | 122 |
| Binary | 11100001 | 11011001 | 11000000 | 0 | 100 | 1111 | 1100 | 101101 | 100011 | 1010010 |
Color Harmonies of #E1D9C0
Complementary color
Monochromatic Colors of #E1D9C0
Black with #E1D9C0
Text Example
Text Example
White with #E1D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D9C0; }
p { color: rgb(225,217,192); }
H1.HeaderClassName
{
color: #E1D9C0;
}
.AnyTagClassName
{
color: #E1D9C0;
}
</style>
background-color css
<style>
a { background-color: #E1D9C0; }
a { background-color: rgb(225,217,192); }
div.DivClassName
{
background-color: #E1D9C0;
}
.BgClassName
{
background-color: #E1D9C0;
}
</style>
border-color css
<style>
span { border-color: #E1D9C0; }
span { border-color: rgb(225,217,192); }
td.TdClassName
{
border-color: #E1D9C0;
}
.TagClassName
{
border-color: #E1D9C0;
}
</style>