#E7B464

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

Shades of Harvest Gold #E7B464

Tints of Harvest Gold #E7B464

Color information

#E7B464 (or 0xE7B464) is unknown color: approx Harvest Gold. HEX triplet: E7, B4 and 64. RGB value is (231,180,100). Sum of RGB (Red+Green+Blue) = 231+180+100=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B464 is #184B9B. Grayscale: #BABABA. Windows color (decimal): -1592220 or 6599911. OLE color: 6599911.

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

Color convert

RGB231180100-
CMYK00.220.570.09
HSL36.64º73.18%64.9%-
HSV(B)36.64º56.71%90.59%-
XYZ51.5850.5519.1-
YUV186.1379.4160-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.21%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=45.21%
G=35.23%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118010000.220.570.0936.6473.1864.9
HexE7B464016399254941
Octal347264144026711145111101
Binary11100111101101001100100010110111001100110010110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B464; }

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

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

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

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

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

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

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

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