#E7D46D

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

Shades of Wild Rice #E7D46D

Tints of Wild Rice #E7D46D

Color information

#E7D46D (or 0xE7D46D) is unknown color: approx Wild Rice. HEX triplet: E7, D4 and 6D. RGB value is (231,212,109). Sum of RGB (Red+Green+Blue) = 231+212+109=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D46D is #182B92. Grayscale: #CECECE. Windows color (decimal): -1584019 or 7197927. OLE color: 7197927.

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

Color convert

RGB231212109-
CMYK00.080.530.09
HSL50.66º71.76%66.67%-
HSV(B)50.66º52.81%90.59%-
XYZ59.2665.1823.93-
YUV205.9473.29145.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 109 (42.97% from 255) = 19.75%
R=41.85%
G=38.41%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121210900.080.530.0950.6671.7666.67
HexE7D46D08359334843
Octal347324155010651163110103
Binary1110011111010100110110101000110101100111001110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D46D; }

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

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

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

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

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

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

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

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