#E0D8BC

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

Shades of Wheatfield #E0D8BC

Tints of Wheatfield #E0D8BC

Color information

#E0D8BC (or 0xE0D8BC) is unknown color: approx Wheatfield. HEX triplet: E0, D8 and BC. RGB value is (224,216,188). Sum of RGB (Red+Green+Blue) = 224+216+188=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8BC is #1F2743. Grayscale: #D7D7D7. Windows color (decimal): -2041668 or 12376288. OLE color: 12376288.

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

Color convert

RGB224216188-
CMYK00.040.160.12
HSL46.67º36.73%80.78%-
HSV(B)46.67º16.07%87.84%-
XYZ64.3768.5957.42-
YUV215.2112.65134.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.67%
GREEN value IS 216 (84.77% from 255) = 34.39%
BLUE value IS 188 (73.83% from 255) = 29.94%
R=35.67%
G=34.39%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421618800.040.160.1246.6736.7380.78
HexE0D8BC0410C2f2551
Octal3403302740420145745121
Binary11100000110110001011110001001000011001011111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D8BC; }

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

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

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

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

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

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

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

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