#E1D6BA

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

Shades of Wheatfield #E1D6BA

Tints of Wheatfield #E1D6BA

Color information

#E1D6BA (or 0xE1D6BA) is unknown color: approx Wheatfield. HEX triplet: E1, D6 and BA. RGB value is (225,214,186). Sum of RGB (Red+Green+Blue) = 225+214+186=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6BA is #1E2945. Grayscale: #D6D6D6. Windows color (decimal): -1976646 or 12244705. OLE color: 12244705.

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

Color convert

RGB225214186-
CMYK00.050.170.12
HSL43.08º39.39%80.59%-
HSV(B)43.08º17.33%88.24%-
XYZ63.9667.6556.14-
YUV214.1112.14135.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=36%
G=34.24%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521418600.050.170.1243.0839.3980.59
HexE1D6BA0511C2b2751
Octal3413262720521145347121
Binary11100001110101101011101001011000111001010111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D6BA; }

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

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

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

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

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

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

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

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