Shades of Wheatfield #E4DABC
Tints of Wheatfield #E4DABC
RGB
CMYK
RGB Variations
Color information
#E4DABC (or 0xE4DABC) is known color: Wheatfield. HEX triplet: E4, DA and BC. RGB value is (228,218,188). Sum of RGB (Red+Green+Blue) = 228+218+188=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DABC is #1B2543. Grayscale: #D9D9D9. Windows color (decimal): -1779012 or 12376804. OLE color: 12376804.
HSL color Cylindrical-coordinate representation of color #E4DABC: hue angle of 45º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4DABC is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 218 | 188 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.11 |
| HSL | 45º | 0.43% | 0.82% | - |
| HSV(B) | 45º | 0.18% | 0.89% | - |
| XYZ | 66.14 | 70.27 | 57.65 | - |
| YUV | 217.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 218 | 188 | 0 | 0.04 | 0.18 | 0.11 | 45 | 0.43 | 0.82 |
| Hex | E4 | DA | BC | 0 | 4 | 12 | B | 2D | 2B | 52 |
| Octal | 344 | 332 | 274 | 0 | 4 | 22 | 13 | 55 | 53 | 122 |
| Binary | 11100100 | 11011010 | 10111100 | 0 | 100 | 10010 | 1011 | 101101 | 101011 | 1010010 |
Color Harmonies of #E4DABC
Complementary color
Monochromatic Colors of #E4DABC
Black with #E4DABC
Text Example
Text Example
White with #E4DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DABC; }
p { color: rgb(228,218,188); }
H1.HeaderClassName
{
color: #E4DABC;
}
.AnyTagClassName
{
color: #E4DABC;
}
</style>
background-color css
<style>
a { background-color: #E4DABC; }
a { background-color: rgb(228,218,188); }
div.DivClassName
{
background-color: #E4DABC;
}
.BgClassName
{
background-color: #E4DABC;
}
</style>
border-color css
<style>
span { border-color: #E4DABC; }
span { border-color: rgb(228,218,188); }
td.TdClassName
{
border-color: #E4DABC;
}
.TagClassName
{
border-color: #E4DABC;
}
</style>