#E1D7BE

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

Shades of Wheatfield #E1D7BE

Tints of Wheatfield #E1D7BE

Color information

#E1D7BE (or 0xE1D7BE) is unknown color: approx Wheatfield. HEX triplet: E1, D7 and BE. RGB value is (225,215,190). Sum of RGB (Red+Green+Blue) = 225+215+190=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7BE is #1E2841. Grayscale: #D7D7D7. Windows color (decimal): -1976386 or 12507105. OLE color: 12507105.

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

Color convert

RGB225215190-
CMYK00.040.160.12
HSL42.86º36.84%81.37%-
HSV(B)42.86º15.56%88.24%-
XYZ64.6568.3358.5-
YUV215.14113.81135.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=35.71%
G=34.13%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521519000.040.160.1242.8636.8481.37
HexE1D7BE0410C2b2551
Octal3413272760420145345121
Binary11100001110101111011111001001000011001010111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D7BE; }

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

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

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

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

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

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

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

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