Shades of Wheatfield #E3DAC1
Tints of Wheatfield #E3DAC1
RGB
CMYK
RGB Variations
Color information
#E3DAC1 (or 0xE3DAC1) is known color: Wheatfield. HEX triplet: E3, DA and C1. RGB value is (227,218,193). Sum of RGB (Red+Green+Blue) = 227+218+193=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DAC1 is #1C253E. Grayscale: #D9D9D9. Windows color (decimal): -1844543 or 12704483. OLE color: 12704483.
HSL color Cylindrical-coordinate representation of color #E3DAC1: hue angle of 44.12º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E3DAC1 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 218 | 193 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.11 |
| HSL | 44.12º | 0.38% | 0.82% | - |
| HSV(B) | 44.12º | 0.15% | 0.89% | - |
| XYZ | 66.38 | 70.32 | 60.53 | - |
| YUV | 217.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 218 | 193 | 0 | 0.04 | 0.15 | 0.11 | 44.12 | 0.38 | 0.82 |
| Hex | E3 | DA | C1 | 0 | 4 | F | B | 2C | 26 | 52 |
| Octal | 343 | 332 | 301 | 0 | 4 | 17 | 13 | 54 | 46 | 122 |
| Binary | 11100011 | 11011010 | 11000001 | 0 | 100 | 1111 | 1011 | 101100 | 100110 | 1010010 |
Color Harmonies of #E3DAC1
Complementary color
Monochromatic Colors of #E3DAC1
Black with #E3DAC1
Text Example
Text Example
White with #E3DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DAC1; }
p { color: rgb(227,218,193); }
H1.HeaderClassName
{
color: #E3DAC1;
}
.AnyTagClassName
{
color: #E3DAC1;
}
</style>
background-color css
<style>
a { background-color: #E3DAC1; }
a { background-color: rgb(227,218,193); }
div.DivClassName
{
background-color: #E3DAC1;
}
.BgClassName
{
background-color: #E3DAC1;
}
</style>
border-color css
<style>
span { border-color: #E3DAC1; }
span { border-color: rgb(227,218,193); }
td.TdClassName
{
border-color: #E3DAC1;
}
.TagClassName
{
border-color: #E3DAC1;
}
</style>