#E7D576

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

Shades of Wild Rice #E7D576

Tints of Wild Rice #E7D576

Color information

#E7D576 (or 0xE7D576) is unknown color: approx Wild Rice. HEX triplet: E7, D5 and 76. RGB value is (231,213,118). Sum of RGB (Red+Green+Blue) = 231+213+118=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D576 is #182A89. Grayscale: #CFCFCF. Windows color (decimal): -1583754 or 7788007. OLE color: 7788007.

HSL color Cylindrical-coordinate representation of color #E7D576: hue angle of 50.44º 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 #E7D576 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231213118-
CMYK00.080.490.09
HSL50.44º70.19%68.43%-
HSV(B)50.44º48.92%90.59%-
XYZ60.0265.8926.69-
YUV207.5577.46144.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.10%
GREEN value IS 213 (83.59% from 255) = 37.90%
BLUE value IS 118 (46.48% from 255) = 21.00%
R=41.10%
G=37.90%
B=21.00%

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
Decimal23121311800.080.490.0950.4470.1968.43
HexE7D57608319324644
Octal347325166010611162106104
Binary1110011111010101111011001000110001100111001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D576; }

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

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

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

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

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

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

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

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