#E2D6BF

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

Shades of Wheatfield #E2D6BF

Tints of Wheatfield #E2D6BF

Color information

#E2D6BF (or 0xE2D6BF) is unknown color: approx Wheatfield. HEX triplet: E2, D6 and BF. RGB value is (226,214,191). Sum of RGB (Red+Green+Blue) = 226+214+191=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6BF is #1D2940. Grayscale: #D7D7D7. Windows color (decimal): -1911105 or 12572386. OLE color: 12572386.

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

Color convert

RGB226214191-
CMYK00.050.150.11
HSL39.43º37.63%81.76%-
HSV(B)39.43º15.49%88.63%-
XYZ64.8168.0259-
YUV214.97114.48135.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.82%
GREEN value IS 214 (83.98% from 255) = 33.91%
BLUE value IS 191 (75% from 255) = 30.27%
R=35.82%
G=33.91%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621419100.050.150.1139.4337.6381.76
HexE2D6BF05FB272652
Octal3423262770517134746122
Binary1110001011010110101111110101111110111001111001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D6BF; }

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

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

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

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

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

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

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

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