#E1D47C

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

Shades of Wild Rice #E1D47C

Tints of Wild Rice #E1D47C

Color information

#E1D47C (or 0xE1D47C) is unknown color: approx Wild Rice. HEX triplet: E1, D4 and 7C. RGB value is (225,212,124). Sum of RGB (Red+Green+Blue) = 225+212+124=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D47C is #1E2B83. Grayscale: #CECECE. Windows color (decimal): -1977220 or 8180961. OLE color: 8180961.

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

Color convert

RGB225212124-
CMYK00.060.450.12
HSL52.28º62.73%68.43%-
HSV(B)52.28º44.89%88.24%-
XYZ58.2364.5528.46-
YUV205.8681.81141.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 212 (83.20% from 255) = 37.79%
BLUE value IS 124 (48.83% from 255) = 22.10%
R=40.11%
G=37.79%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521212400.060.450.1252.2862.7368.43
HexE1D47C062DC343f44
Octal3413241740655146477104
Binary11100001110101001111100011010110111001101001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D47C; }

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

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

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

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

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

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

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

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