#E2D7BD

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

Shades of Wheatfield #E2D7BD

Tints of Wheatfield #E2D7BD

Color information

#E2D7BD (or 0xE2D7BD) is unknown color: approx Wheatfield. HEX triplet: E2, D7 and BD. RGB value is (226,215,189). Sum of RGB (Red+Green+Blue) = 226+215+189=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D7BD is #1D2842. Grayscale: #D7D7D7. Windows color (decimal): -1910851 or 12441570. OLE color: 12441570.

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

Color convert

RGB226215189-
CMYK00.050.160.11
HSL42.16º38.95%81.37%-
HSV(B)42.16º16.37%88.63%-
XYZ64.8568.4457.94-
YUV215.32113.14135.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.87%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 189 (74.22% from 255) = 30%
R=35.87%
G=34.13%
B=30%

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
Decimal22621518900.050.160.1142.1638.9581.37
HexE2D7BD0510B2a2751
Octal3423272750520135247121
Binary11100010110101111011110101011000010111010101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D7BD; }

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

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

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

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

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

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

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

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