#E1D7C1

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

Shades of Wheatfield #E1D7C1

Tints of Wheatfield #E1D7C1

Color information

#E1D7C1 (or 0xE1D7C1) is unknown color: approx Wheatfield. HEX triplet: E1, D7 and C1. RGB value is (225,215,193). Sum of RGB (Red+Green+Blue) = 225+215+193=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7C1 is #1E283E. Grayscale: #D7D7D7. Windows color (decimal): -1976383 or 12703713. OLE color: 12703713.

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

Color convert

RGB225215193-
CMYK00.040.140.12
HSL41.25º34.78%81.96%-
HSV(B)41.25º14.22%88.24%-
XYZ64.9868.4660.24-
YUV215.48115.31134.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 215 (84.38% from 255) = 33.97%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=35.55%
G=33.97%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521519300.040.140.1241.2534.7881.96
HexE1D7C104EC292352
Octal3413273010416145143122
Binary1110000111010111110000010100111011001010011000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D7C1; }

 p { color: rgb(225,215,193); }

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

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

 a { background-color: rgb(225,215,193); }

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

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

 span { border-color: rgb(225,215,193); }

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