#E7D476

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

Shades of Wild Rice #E7D476

Tints of Wild Rice #E7D476

Color information

#E7D476 (or 0xE7D476) is unknown color: approx Wild Rice. HEX triplet: E7, D4 and 76. RGB value is (231,212,118). Sum of RGB (Red+Green+Blue) = 231+212+118=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D476 is #182B89. Grayscale: #CFCFCF. Windows color (decimal): -1584010 or 7787751. OLE color: 7787751.

HSL color Cylindrical-coordinate representation of color #E7D476: hue angle of 49.91º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7D476 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231212118-
CMYK00.080.490.09
HSL49.91º70.19%68.43%-
HSV(B)49.91º48.92%90.59%-
XYZ59.7765.3826.61-
YUV206.9677.79145.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 212 (83.20% from 255) = 37.79%
BLUE value IS 118 (46.48% from 255) = 21.03%
R=41.18%
G=37.79%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121211800.080.490.0949.9170.1968.43
HexE7D47608319324644
Octal347324166010611162106104
Binary1110011111010100111011001000110001100111001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D476; }

 p { color: rgb(231,212,118); }

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

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

 a { background-color: rgb(231,212,118); }

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

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

 span { border-color: rgb(231,212,118); }

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