#E3D8BD

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

Shades of Wheatfield #E3D8BD

Tints of Wheatfield #E3D8BD

Color information

#E3D8BD (or 0xE3D8BD) is unknown color: approx Wheatfield. HEX triplet: E3, D8 and BD. RGB value is (227,216,189). Sum of RGB (Red+Green+Blue) = 227+216+189=632 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.92% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D8BD is #1C2742. Grayscale: #D8D8D8. Windows color (decimal): -1845059 or 12441827. OLE color: 12441827.

HSL color Cylindrical-coordinate representation of color #E3D8BD: hue angle of 42.63º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3D8BD is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB227216189-
CMYK00.050.170.11
HSL42.63º40.43%81.57%-
HSV(B)42.63º16.74%89.02%-
XYZ65.4269.1258.04-
YUV216.21112.64135.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.92%
GREEN value IS 216 (84.77% from 255) = 34.18%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=35.92%
G=34.18%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721618900.050.170.1142.6340.4381.57
HexE3D8BD0511B2b2852
Octal3433302750521135350122
Binary11100011110110001011110101011000110111010111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D8BD; }

 p { color: rgb(227,216,189); }

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

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

 a { background-color: rgb(227,216,189); }

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

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

 span { border-color: rgb(227,216,189); }

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