#E1D6B6

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

Shades of Wheatfield #E1D6B6

Tints of Wheatfield #E1D6B6

Color information

#E1D6B6 (or 0xE1D6B6) is unknown color: approx Wheatfield. HEX triplet: E1, D6 and B6. RGB value is (225,214,182). Sum of RGB (Red+Green+Blue) = 225+214+182=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6B6 is #1E2949. Grayscale: #D5D5D5. Windows color (decimal): -1976650 or 11982561. OLE color: 11982561.

HSL color Cylindrical-coordinate representation of color #E1D6B6: hue angle of 44.65º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1D6B6 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB225214182-
CMYK00.050.190.12
HSL44.65º41.75%79.8%-
HSV(B)44.65º19.11%88.24%-
XYZ63.5467.4853.93-
YUV213.64110.14136.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.23%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=36.23%
G=34.46%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521418200.050.190.1244.6541.7579.8
HexE1D6B60513C2d2a50
Octal3413262660523145552120
Binary11100001110101101011011001011001111001011011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D6B6; }

 p { color: rgb(225,214,182); }

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

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

 a { background-color: rgb(225,214,182); }

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

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

 span { border-color: rgb(225,214,182); }

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