Shades of Wheatfield #E2DABE
Tints of Wheatfield #E2DABE
RGB
CMYK
RGB Variations
Color information
#E2DABE (or 0xE2DABE) is known color: Wheatfield. HEX triplet: E2, DA and BE. RGB value is (226,218,190). Sum of RGB (Red+Green+Blue) = 226+218+190=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DABE is #1D2541. Grayscale: #D9D9D9. Windows color (decimal): -1910082 or 12507874. OLE color: 12507874.
HSL color Cylindrical-coordinate representation of color #E2DABE: hue angle of 46.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2DABE is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 218 | 190 | - |
CMYK | 0 | 0.04 | 0.16 | 0.11 |
HSL | 46.67º | 0.38% | 0.82% | - |
HSV(B) | 46.67º | 0.16% | 0.89% | - |
XYZ | 65.73 | 70.03 | 58.77 | - |
YUV | 217.2 | 112.65 | 134.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 218 | 190 | 0 | 0.04 | 0.16 | 0.11 | 46.67 | 0.38 | 0.82 |
Hex | E2 | DA | BE | 0 | 4 | 10 | B | 2F | 26 | 52 |
Octal | 342 | 332 | 276 | 0 | 4 | 20 | 13 | 57 | 46 | 122 |
Binary | 11100010 | 11011010 | 10111110 | 0 | 100 | 10000 | 1011 | 101111 | 100110 | 1010010 |
Color Harmonies of #E2DABE
Complementary color
Monochromatic Colors of #E2DABE
Black with #E2DABE
Text Example
Text Example
White with #E2DABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DABE; }
p { color: rgb(226,218,190); }
H1.HeaderClassName
{
color: #E2DABE;
}
.AnyTagClassName
{
color: #E2DABE;
}
</style>
background-color css
<style>
a { background-color: #E2DABE; }
a { background-color: rgb(226,218,190); }
div.DivClassName
{
background-color: #E2DABE;
}
.BgClassName
{
background-color: #E2DABE;
}
</style>
border-color css
<style>
span { border-color: #E2DABE; }
span { border-color: rgb(226,218,190); }
td.TdClassName
{
border-color: #E2DABE;
}
.TagClassName
{
border-color: #E2DABE;
}
</style>