#E2D6B9

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

Shades of Wheatfield #E2D6B9

Tints of Wheatfield #E2D6B9

Color information

#E2D6B9 (or 0xE2D6B9) is unknown color: approx Wheatfield. HEX triplet: E2, D6 and B9. RGB value is (226,214,185). Sum of RGB (Red+Green+Blue) = 226+214+185=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6B9 is #1D2946. Grayscale: #D6D6D6. Windows color (decimal): -1911111 or 12179170. OLE color: 12179170.

HSL color Cylindrical-coordinate representation of color #E2D6B9: hue angle of 42.44º degrees, saturation: 0.41, 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 #E2D6B9 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB226214185-
CMYK00.050.180.11
HSL42.44º41.41%80.59%-
HSV(B)42.44º18.14%88.63%-
XYZ64.1767.7655.6-
YUV214.28111.48136.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.16%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 185 (72.66% from 255) = 29.6%
R=36.16%
G=34.24%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621418500.050.180.1142.4441.4180.59
HexE2D6B90512B2a2951
Octal3423262710522135251121
Binary11100010110101101011100101011001010111010101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D6B9; }

 p { color: rgb(226,214,185); }

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

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

 a { background-color: rgb(226,214,185); }

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

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

 span { border-color: rgb(226,214,185); }

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