#E1D8BA

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

Shades of Wheatfield #E1D8BA

Tints of Wheatfield #E1D8BA

Color information

#E1D8BA (or 0xE1D8BA) is unknown color: approx Wheatfield. HEX triplet: E1, D8 and BA. RGB value is (225,216,186). Sum of RGB (Red+Green+Blue) = 225+216+186=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D8BA is #1E2745. Grayscale: #D7D7D7. Windows color (decimal): -1976134 or 12245217. OLE color: 12245217.

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

Color convert

RGB225216186-
CMYK00.040.170.12
HSL46.15º39.39%80.59%-
HSV(B)46.15º17.33%88.24%-
XYZ64.4768.6656.31-
YUV215.27111.48134.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.89%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=35.89%
G=34.45%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521618600.040.170.1246.1539.3980.59
HexE1D8BA0411C2e2751
Octal3413302720421145647121
Binary11100001110110001011101001001000111001011101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D8BA; }

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

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

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

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

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

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

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

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