#E1D479

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

Shades of Wild Rice #E1D479

Tints of Wild Rice #E1D479

Color information

#E1D479 (or 0xE1D479) is unknown color: approx Wild Rice. HEX triplet: E1, D4 and 79. RGB value is (225,212,121). Sum of RGB (Red+Green+Blue) = 225+212+121=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D479 is #1E2B86. Grayscale: #CDCDCD. Windows color (decimal): -1977223 or 7984353. OLE color: 7984353.

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

Color convert

RGB225212121-
CMYK00.060.460.12
HSL52.5º63.41%67.84%-
HSV(B)52.5º46.22%88.24%-
XYZ58.0564.4727.47-
YUV205.5180.31141.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.32%
GREEN value IS 212 (83.20% from 255) = 37.99%
BLUE value IS 121 (47.66% from 255) = 21.68%
R=40.32%
G=37.99%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521212100.060.460.1252.563.4167.84
HexE1D479062EC343f44
Octal3413241710656146477104
Binary11100001110101001111001011010111011001101001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D479; }

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

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

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

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

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

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

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

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