#E0D8BE

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

Shades of Wheatfield #E0D8BE

Tints of Wheatfield #E0D8BE

Color information

#E0D8BE (or 0xE0D8BE) is unknown color: approx Wheatfield. HEX triplet: E0, D8 and BE. RGB value is (224,216,190). Sum of RGB (Red+Green+Blue) = 224+216+190=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8BE is #1F2741. Grayscale: #D7D7D7. Windows color (decimal): -2041666 or 12507360. OLE color: 12507360.

HSL color Cylindrical-coordinate representation of color #E0D8BE: hue angle of 45.88º 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 #E0D8BE is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224216190-
CMYK00.040.150.12
HSL45.88º35.42%81.18%-
HSV(B)45.88º15.18%87.84%-
XYZ64.5968.6858.57-
YUV215.43113.65134.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 216 (84.77% from 255) = 34.29%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=35.56%
G=34.29%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421619000.040.150.1245.8835.4281.18
HexE0D8BE04FC2e2351
Octal3403302760417145643121
Binary1110000011011000101111100100111111001011101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D8BE; }

 p { color: rgb(224,216,190); }

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

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

 a { background-color: rgb(224,216,190); }

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

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

 span { border-color: rgb(224,216,190); }

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