#E2D6BD

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

Shades of Wheatfield #E2D6BD

Tints of Wheatfield #E2D6BD

Color information

#E2D6BD (or 0xE2D6BD) is unknown color: approx Wheatfield. HEX triplet: E2, D6 and BD. RGB value is (226,214,189). Sum of RGB (Red+Green+Blue) = 226+214+189=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6BD is #1D2942. Grayscale: #D6D6D6. Windows color (decimal): -1911107 or 12441314. OLE color: 12441314.

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

Color convert

RGB226214189-
CMYK00.050.160.11
HSL40.54º38.95%81.37%-
HSV(B)40.54º16.37%88.63%-
XYZ64.667.9457.85-
YUV214.74113.48136.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.93%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 189 (74.22% from 255) = 30.05%
R=35.93%
G=34.02%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621418900.050.160.1140.5438.9581.37
HexE2D6BD0510B292751
Octal3423262750520135147121
Binary11100010110101101011110101011000010111010011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D6BD; }

 p { color: rgb(226,214,189); }

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

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

 a { background-color: rgb(226,214,189); }

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

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

 span { border-color: rgb(226,214,189); }

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