#E0D6BF

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

Shades of Wheatfield #E0D6BF

Tints of Wheatfield #E0D6BF

Color information

#E0D6BF (or 0xE0D6BF) is unknown color: approx Wheatfield. HEX triplet: E0, D6 and BF. RGB value is (224,214,191). Sum of RGB (Red+Green+Blue) = 224+214+191=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D6BF is #1F2940. Grayscale: #D6D6D6. Windows color (decimal): -2042177 or 12572384. OLE color: 12572384.

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

Color convert

RGB224214191-
CMYK00.040.150.12
HSL41.82º34.74%81.37%-
HSV(B)41.82º14.73%87.84%-
XYZ64.1967.758.97-
YUV214.37114.81134.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.61%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 191 (75% from 255) = 30.37%
R=35.61%
G=34.02%
B=30.37%

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
Decimal22421419100.040.150.1241.8234.7481.37
HexE0D6BF04FC2a2351
Octal3403262770417145243121
Binary1110000011010110101111110100111111001010101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D6BF; }

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

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

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

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

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

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

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

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