#E7D76D

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

Shades of Wild Rice #E7D76D

Tints of Wild Rice #E7D76D

Color information

#E7D76D (or 0xE7D76D) is unknown color: approx Wild Rice. HEX triplet: E7, D7 and 6D. RGB value is (231,215,109). Sum of RGB (Red+Green+Blue) = 231+215+109=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D76D is #182892. Grayscale: #D0D0D0. Windows color (decimal): -1583251 or 7198695. OLE color: 7198695.

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

Color convert

RGB231215109-
CMYK00.070.530.09
HSL52.13º71.76%66.67%-
HSV(B)52.13º52.81%90.59%-
XYZ60.0266.6924.18-
YUV207.772.3144.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.62%
GREEN value IS 215 (84.38% from 255) = 38.74%
BLUE value IS 109 (42.97% from 255) = 19.64%
R=41.62%
G=38.74%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121510900.070.530.0952.1371.7666.67
HexE7D76D07359344843
Octal34732715507651164110103
Binary111001111101011111011010111110101100111010010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D76D; }

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

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

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

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

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

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

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

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