#E1D679

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

Shades of Wild Rice #E1D679

Tints of Wild Rice #E1D679

Color information

#E1D679 (or 0xE1D679) is unknown color: approx Wild Rice. HEX triplet: E1, D6 and 79. RGB value is (225,214,121). Sum of RGB (Red+Green+Blue) = 225+214+121=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 121 (47.66% from 255 or 21.61% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D679 is #1E2986. Grayscale: #CFCFCF. Windows color (decimal): -1976711 or 7984865. OLE color: 7984865.

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

Color convert

RGB225214121-
CMYK00.050.460.12
HSL53.65º63.41%67.84%-
HSV(B)53.65º46.22%88.24%-
XYZ58.5565.4827.64-
YUV206.6979.64141.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 121 (47.66% from 255) = 21.61%
R=40.18%
G=38.21%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521412100.050.460.1253.6563.4167.84
HexE1D679052EC363f44
Octal3413261710556146677104
Binary11100001110101101111001010110111011001101101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D679; }

 p { color: rgb(225,214,121); }

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

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

 a { background-color: rgb(225,214,121); }

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

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

 span { border-color: rgb(225,214,121); }

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