Shades of Wheatfield #E3D9BA
Tints of Wheatfield #E3D9BA
RGB
CMYK
RGB Variations
Color information
#E3D9BA (or 0xE3D9BA) is known color: Wheatfield. HEX triplet: E3, D9 and BA. RGB value is (227,217,186). Sum of RGB (Red+Green+Blue) = 227+217+186=630 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.03% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D9BA is #1C2645. Grayscale: #D8D8D8. Windows color (decimal): -1844806 or 12245475. OLE color: 12245475.
HSL color Cylindrical-coordinate representation of color #E3D9BA: hue angle of 45.37º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3D9BA is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 217 | 186 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.11 |
| HSL | 45.37º | 0.42% | 0.81% | - |
| HSV(B) | 45.37º | 0.18% | 0.89% | - |
| XYZ | 65.35 | 69.5 | 56.43 | - |
| YUV | 216.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 186 | 0 | 0.04 | 0.18 | 0.11 | 45.37 | 0.42 | 0.81 |
| Hex | E3 | D9 | BA | 0 | 4 | 12 | B | 2D | 2A | 51 |
| Octal | 343 | 331 | 272 | 0 | 4 | 22 | 13 | 55 | 52 | 121 |
| Binary | 11100011 | 11011001 | 10111010 | 0 | 100 | 10010 | 1011 | 101101 | 101010 | 1010001 |
Color Harmonies of #E3D9BA
Complementary color
Monochromatic Colors of #E3D9BA
Black with #E3D9BA
Text Example
Text Example
White with #E3D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D9BA; }
p { color: rgb(227,217,186); }
H1.HeaderClassName
{
color: #E3D9BA;
}
.AnyTagClassName
{
color: #E3D9BA;
}
</style>
background-color css
<style>
a { background-color: #E3D9BA; }
a { background-color: rgb(227,217,186); }
div.DivClassName
{
background-color: #E3D9BA;
}
.BgClassName
{
background-color: #E3D9BA;
}
</style>
border-color css
<style>
span { border-color: #E3D9BA; }
span { border-color: rgb(227,217,186); }
td.TdClassName
{
border-color: #E3D9BA;
}
.TagClassName
{
border-color: #E3D9BA;
}
</style>