#E2D7BE

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

Shades of Wheatfield #E2D7BE

Tints of Wheatfield #E2D7BE

Color information

#E2D7BE (or 0xE2D7BE) is unknown color: approx Wheatfield. HEX triplet: E2, D7 and BE. RGB value is (226,215,190). Sum of RGB (Red+Green+Blue) = 226+215+190=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D7BE is #1D2841. Grayscale: #D7D7D7. Windows color (decimal): -1910850 or 12507106. OLE color: 12507106.

HSL color Cylindrical-coordinate representation of color #E2D7BE: hue angle of 41.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 #E2D7BE is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226215190-
CMYK00.050.160.11
HSL41.67º38.3%81.57%-
HSV(B)41.67º15.93%88.63%-
XYZ64.9668.4958.51-
YUV215.44113.64135.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.82%
GREEN value IS 215 (84.38% from 255) = 34.07%
BLUE value IS 190 (74.61% from 255) = 30.11%
R=35.82%
G=34.07%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621519000.050.160.1141.6738.381.57
HexE2D7BE0510B2a2652
Octal3423272760520135246122
Binary11100010110101111011111001011000010111010101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D7BE; }

 p { color: rgb(226,215,190); }

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

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

 a { background-color: rgb(226,215,190); }

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

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

 span { border-color: rgb(226,215,190); }

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