#E1D9BD

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

Shades of Wheatfield #E1D9BD

Tints of Wheatfield #E1D9BD

Color information

#E1D9BD (or 0xE1D9BD) is unknown color: approx Wheatfield. HEX triplet: E1, D9 and BD. RGB value is (225,217,189). Sum of RGB (Red+Green+Blue) = 225+217+189=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D9BD is #1E2642. Grayscale: #D8D8D8. Windows color (decimal): -1975875 or 12442081. OLE color: 12442081.

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

Color convert

RGB225217189-
CMYK00.040.160.12
HSL46.67º37.5%81.18%-
HSV(B)46.67º16%88.24%-
XYZ65.0569.3158.09-
YUV216.2112.65134.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 217 (85.16% from 255) = 34.39%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=35.66%
G=34.39%
B=29.95%

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
Decimal22521718900.040.160.1246.6737.581.18
HexE1D9BD0410C2f2651
Octal3413312750420145746121
Binary11100001110110011011110101001000011001011111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D9BD; }

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

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

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

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

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

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

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

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