#E1D7BC

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

Shades of Wheatfield #E1D7BC

Tints of Wheatfield #E1D7BC

Color information

#E1D7BC (or 0xE1D7BC) is unknown color: approx Wheatfield. HEX triplet: E1, D7 and BC. RGB value is (225,215,188). Sum of RGB (Red+Green+Blue) = 225+215+188=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7BC is #1E2843. Grayscale: #D7D7D7. Windows color (decimal): -1976388 or 12376033. OLE color: 12376033.

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

Color convert

RGB225215188-
CMYK00.040.160.12
HSL43.78º38.14%80.98%-
HSV(B)43.78º16.44%88.24%-
XYZ64.4368.2457.35-
YUV214.91112.81135.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.83%
GREEN value IS 215 (84.38% from 255) = 34.24%
BLUE value IS 188 (73.83% from 255) = 29.94%
R=35.83%
G=34.24%
B=29.94%

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
Decimal22521518800.040.160.1243.7838.1480.98
HexE1D7BC0410C2c2651
Octal3413272740420145446121
Binary11100001110101111011110001001000011001011001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D7BC; }

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

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

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

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

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

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

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

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