#E1D979

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

Shades of Wild Rice #E1D979

Tints of Wild Rice #E1D979

Color information

#E1D979 (or 0xE1D979) is unknown color: approx Wild Rice. HEX triplet: E1, D9 and 79. RGB value is (225,217,121). Sum of RGB (Red+Green+Blue) = 225+217+121=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 121 (47.66% from 255 or 21.49% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D979 is #1E2686. Grayscale: #D0D0D0. Windows color (decimal): -1975943 or 7985633. OLE color: 7985633.

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

Color convert

RGB225217121-
CMYK00.040.460.12
HSL55.38º63.41%67.84%-
HSV(B)55.38º46.22%88.24%-
XYZ59.3267.0127.9-
YUV208.4578.65139.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 217 (85.16% from 255) = 38.54%
BLUE value IS 121 (47.66% from 255) = 21.49%
R=39.96%
G=38.54%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521712100.040.460.1255.3863.4167.84
HexE1D979042EC373f44
Octal3413311710456146777104
Binary11100001110110011111001010010111011001101111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D979; }

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

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

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

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

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

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

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

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