#E7D974

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

Shades of Wild Rice #E7D974

Tints of Wild Rice #E7D974

Color information

#E7D974 (or 0xE7D974) is unknown color: approx Wild Rice. HEX triplet: E7, D9 and 74. RGB value is (231,217,116). Sum of RGB (Red+Green+Blue) = 231+217+116=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D974 is #18268B. Grayscale: #D2D2D2. Windows color (decimal): -1582732 or 7657959. OLE color: 7657959.

HSL color Cylindrical-coordinate representation of color #E7D974: hue angle of 52.7º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7D974 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB231217116-
CMYK00.060.500.09
HSL52.7º70.55%68.04%-
HSV(B)52.7º49.78%90.59%-
XYZ60.9267.8826.41-
YUV209.6775.14143.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.96%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 116 (45.70% from 255) = 20.57%
R=40.96%
G=38.48%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121711600.060.500.0952.770.5568.04
HexE7D97406329354744
Octal34733116406621165107104
Binary111001111101100111101000110110010100111010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D974; }

 p { color: rgb(231,217,116); }

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

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

 a { background-color: rgb(231,217,116); }

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

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

 span { border-color: rgb(231,217,116); }

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