#E7D079

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

Shades of Wild Rice #E7D079

Tints of Wild Rice #E7D079

Color information

#E7D079 (or 0xE7D079) is unknown color: approx Wild Rice. HEX triplet: E7, D0 and 79. RGB value is (231,208,121). Sum of RGB (Red+Green+Blue) = 231+208+121=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 121 (47.66% from 255 or 21.61% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D079 is #182F86. Grayscale: #CDCDCD. Windows color (decimal): -1585031 or 7983335. OLE color: 7983335.

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

Color convert

RGB231208121-
CMYK00.100.480.09
HSL47.45º69.62%69.02%-
HSV(B)47.45º47.62%90.59%-
XYZ58.9663.4827.23-
YUV204.9680.62146.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.25%
GREEN value IS 208 (81.64% from 255) = 37.14%
BLUE value IS 121 (47.66% from 255) = 21.61%
R=41.25%
G=37.14%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120812100.100.480.0947.4569.6269.02
HexE7D0790A3092f4645
Octal347320171012601157106105
Binary1110011111010000111100101010110000100110111110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D079; }

 p { color: rgb(231,208,121); }

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

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

 a { background-color: rgb(231,208,121); }

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

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

 span { border-color: rgb(231,208,121); }

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