#E2DABF

Color #E2DABF Wheatfield (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wheatfield #E2DABF

Tints of Wheatfield #E2DABF

Color information

#E2DABF (or 0xE2DABF) is unknown color: approx Wheatfield. HEX triplet: E2, DA and BF. RGB value is (226,218,191). Sum of RGB (Red+Green+Blue) = 226+218+191=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DABF is #1D2540. Grayscale: #D9D9D9. Windows color (decimal): -1910081 or 12573410. OLE color: 12573410.

HSL color Cylindrical-coordinate representation of color #E2DABF: hue angle of 46.29º 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 #E2DABF is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB226218191-
CMYK00.040.150.11
HSL46.29º37.63%81.76%-
HSV(B)46.29º15.49%88.63%-
XYZ65.8470.0759.35-
YUV217.31113.15134.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 35.59%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 191 (75% from 255) = 30.08%
R=35.59%
G=34.33%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621819100.040.150.1146.2937.6381.76
HexE2DABF04FB2e2652
Octal3423322770417135646122
Binary1110001011011010101111110100111110111011101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DABF; }

 p { color: rgb(226,218,191); }

 H1.HeaderClassName
 {
   color: #E2DABF;
 }
 .AnyTagClassName
 {
   color: #E2DABF;
 }
</style>
background-color css

<style>
 a { background-color: #E2DABF; }

 a { background-color: rgb(226,218,191); }

 div.DivClassName
 {
   background-color: #E2DABF;
 }
 .BgClassName
 {
   background-color: #E2DABF;
 }
</style>
border-color css

<style>
 span { border-color: #E2DABF; }

 span { border-color: rgb(226,218,191); }

 td.TdClassName
 {
   border-color: #E2DABF;
 }
 .TagClassName
 {
   border-color: #E2DABF;
 }
</style>