#E7C164

Color #E7C164 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #E7C164

Tints of Harvest Gold #E7C164

Color information

#E7C164 (or 0xE7C164) is unknown color: approx Harvest Gold. HEX triplet: E7, C1 and 64. RGB value is (231,193,100). Sum of RGB (Red+Green+Blue) = 231+193+100=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C164 is #183E9B. Grayscale: #C2C2C2. Windows color (decimal): -1588892 or 6603239. OLE color: 6603239.

HSL color Cylindrical-coordinate representation of color #E7C164: hue angle of 42.6º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7C164 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB231193100-
CMYK00.160.570.09
HSL42.6º73.18%64.9%-
HSV(B)42.6º56.71%90.59%-
XYZ54.3356.0520.01-
YUV193.7675.09154.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.08%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 100 (39.45% from 255) = 19.08%
R=44.08%
G=36.83%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119310000.160.570.0942.673.1864.9
HexE7C1640103992b4941
Octal347301144020711153111101
Binary11100111110000011100100010000111001100110101110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C164; }

 p { color: rgb(231,193,100); }

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

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

 a { background-color: rgb(231,193,100); }

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

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

 span { border-color: rgb(231,193,100); }

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