#E7D475

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

Shades of Wild Rice #E7D475

Tints of Wild Rice #E7D475

Color information

#E7D475 (or 0xE7D475) is unknown color: approx Wild Rice. HEX triplet: E7, D4 and 75. RGB value is (231,212,117). Sum of RGB (Red+Green+Blue) = 231+212+117=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 117 (46.09% from 255 or 20.89% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D475 is #182B8A. Grayscale: #CFCFCF. Windows color (decimal): -1584011 or 7722215. OLE color: 7722215.

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

Color convert

RGB231212117-
CMYK00.080.490.09
HSL50º70.37%68.24%-
HSV(B)50º49.35%90.59%-
XYZ59.7165.3626.3-
YUV206.8577.29145.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.25%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 117 (46.09% from 255) = 20.89%
R=41.25%
G=37.86%
B=20.89%

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
Decimal23121211700.080.490.095070.3768.24
HexE7D47508319324644
Octal347324165010611162106104
Binary1110011111010100111010101000110001100111001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D475; }

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

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

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

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

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

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

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

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