#E1DC7C

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

Shades of Wild Rice #E1DC7C

Tints of Wild Rice #E1DC7C

Color information

#E1DC7C (or 0xE1DC7C) is unknown color: approx Wild Rice. HEX triplet: E1, DC and 7C. RGB value is (225,220,124). Sum of RGB (Red+Green+Blue) = 225+220+124=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC7C is #1E2383. Grayscale: #D2D2D2. Windows color (decimal): -1975172 or 8183009. OLE color: 8183009.

HSL color Cylindrical-coordinate representation of color #E1DC7C: hue angle of 57.03º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1DC7C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB225220124-
CMYK00.020.450.12
HSL57.03º62.73%68.43%-
HSV(B)57.03º44.89%88.24%-
XYZ60.2868.6529.14-
YUV210.5579.16138.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 124 (48.83% from 255) = 21.79%
R=39.54%
G=38.66%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522012400.020.450.1257.0362.7368.43
HexE1DC7C022DC393f44
Octal3413341740255147177104
Binary1110000111011100111110001010110111001110011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DC7C; }

 p { color: rgb(225,220,124); }

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

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

 a { background-color: rgb(225,220,124); }

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

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

 span { border-color: rgb(225,220,124); }

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