#E1D9BF

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

Shades of Wheatfield #E1D9BF

Tints of Wheatfield #E1D9BF

Color information

#E1D9BF (or 0xE1D9BF) is unknown color: approx Wheatfield. HEX triplet: E1, D9 and BF. RGB value is (225,217,191). Sum of RGB (Red+Green+Blue) = 225+217+191=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9BF is #1E2640. Grayscale: #D8D8D8. Windows color (decimal): -1975873 or 12573153. OLE color: 12573153.

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

Color convert

RGB225217191-
CMYK00.040.150.12
HSL45.88º36.17%81.57%-
HSV(B)45.88º15.11%88.24%-
XYZ65.2769.3959.24-
YUV216.43113.65134.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 191 (75% from 255) = 30.17%
R=35.55%
G=34.28%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521719100.040.150.1245.8836.1781.57
HexE1D9BF04FC2e2452
Octal3413312770417145644122
Binary1110000111011001101111110100111111001011101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D9BF; }

 p { color: rgb(225,217,191); }

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

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

 a { background-color: rgb(225,217,191); }

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

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

 span { border-color: rgb(225,217,191); }

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