#E7B664

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

Shades of Harvest Gold #E7B664

Tints of Harvest Gold #E7B664

Color information

#E7B664 (or 0xE7B664) is unknown color: approx Harvest Gold. HEX triplet: E7, B6 and 64. RGB value is (231,182,100). Sum of RGB (Red+Green+Blue) = 231+182+100=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B664 is #18499B. Grayscale: #BBBBBB. Windows color (decimal): -1591708 or 6600423. OLE color: 6600423.

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

Color convert

RGB231182100-
CMYK00.210.570.09
HSL37.56º73.18%64.9%-
HSV(B)37.56º56.71%90.59%-
XYZ51.9851.3619.23-
YUV187.378.73159.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 100 (39.45% from 255) = 19.49%
R=45.03%
G=35.48%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118210000.210.570.0937.5673.1864.9
HexE7B664015399264941
Octal347266144025711146111101
Binary11100111101101101100100010101111001100110011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B664; }

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

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

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

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

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

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

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

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