#E0D9BF

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

Shades of Wheatfield #E0D9BF

Tints of Wheatfield #E0D9BF

Color information

#E0D9BF (or 0xE0D9BF) is unknown color: approx Wheatfield. HEX triplet: E0, D9 and BF. RGB value is (224,217,191). Sum of RGB (Red+Green+Blue) = 224+217+191=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D9BF is #1F2640. Grayscale: #D8D8D8. Windows color (decimal): -2041409 or 12573152. OLE color: 12573152.

HSL color Cylindrical-coordinate representation of color #E0D9BF: hue angle of 47.27º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0D9BF is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224217191-
CMYK00.030.150.12
HSL47.27º34.74%81.37%-
HSV(B)47.27º14.73%87.84%-
XYZ64.9669.2359.23-
YUV216.13113.82133.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 217 (85.16% from 255) = 34.34%
BLUE value IS 191 (75% from 255) = 30.22%
R=35.44%
G=34.34%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421719100.030.150.1247.2734.7481.37
HexE0D9BF03FC2f2351
Octal3403312770317145743121
Binary111000001101100110111111011111111001011111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D9BF; }

 p { color: rgb(224,217,191); }

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

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

 a { background-color: rgb(224,217,191); }

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

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

 span { border-color: rgb(224,217,191); }

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