#e7d66c

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

Shades of Wild Rice #E7D66C

Tints of Wild Rice #E7D66C

Color information

#E7D66C (or 0xE7D66C) is unknown color: approx Wild Rice. HEX triplet: E7, D6 and 6C. RGB value is (231,214,108). Sum of RGB (Red+Green+Blue) = 231+214+108=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D66C is #182993. Grayscale: #CFCFCF. Windows color (decimal): -1583508 or 7132903. OLE color: 7132903.

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

Color convert

RGB231214108-
CMYK00.070.530.09
HSL51.71º71.93%66.47%-
HSV(B)51.71º53.25%90.59%-
XYZ59.7166.1623.81-
YUV20772.13145.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 108 (42.58% from 255) = 19.53%
R=41.77%
G=38.70%
B=19.53%

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
Decimal23121410800.070.530.0951.7171.9366.47
HexE7D66C07359344842
Octal34732615407651164110102
Binary111001111101011011011000111110101100111010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7d66c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7d66c; }

 p { color: rgb(231,214,108); }

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

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

 a { background-color: rgb(231,214,108); }

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

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

 span { border-color: rgb(231,214,108); }

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