#E2D6BB

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

Shades of Wheatfield #E2D6BB

Tints of Wheatfield #E2D6BB

Color information

#E2D6BB (or 0xE2D6BB) is unknown color: approx Wheatfield. HEX triplet: E2, D6 and BB. RGB value is (226,214,187). Sum of RGB (Red+Green+Blue) = 226+214+187=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6BB is #1D2944. Grayscale: #D6D6D6. Windows color (decimal): -1911109 or 12310242. OLE color: 12310242.

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

Color convert

RGB226214187-
CMYK00.050.170.11
HSL41.54º40.21%80.98%-
HSV(B)41.54º17.26%88.63%-
XYZ64.3867.8556.72-
YUV214.51112.48136.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.04%
GREEN value IS 214 (83.98% from 255) = 34.13%
BLUE value IS 187 (73.44% from 255) = 29.82%
R=36.04%
G=34.13%
B=29.82%

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
Decimal22621418700.050.170.1141.5440.2180.98
HexE2D6BB0511B2a2851
Octal3423262730521135250121
Binary11100010110101101011101101011000110111010101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D6BB; }

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

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

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

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

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

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

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

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