#E8B465

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

Shades of Harvest Gold #E8B465

Tints of Harvest Gold #E8B465

Color information

#E8B465 (or 0xE8B465) is unknown color: approx Harvest Gold. HEX triplet: E8, B4 and 65. RGB value is (232,180,101). Sum of RGB (Red+Green+Blue) = 232+180+101=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B465 is #174B9A. Grayscale: #BABABA. Windows color (decimal): -1526683 or 6665448. OLE color: 6665448.

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

Color convert

RGB232180101-
CMYK00.220.560.09
HSL36.18º74.01%65.29%-
HSV(B)36.18º56.47%90.98%-
XYZ51.9550.7419.37-
YUV186.5479.73160.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.22%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 101 (39.84% from 255) = 19.69%
R=45.22%
G=35.09%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218010100.220.560.0936.1874.0165.29
HexE8B465016389244a41
Octal350264145026701144112101
Binary11101000101101001100101010110111000100110010010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B465; }

 p { color: rgb(232,180,101); }

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

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

 a { background-color: rgb(232,180,101); }

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

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

 span { border-color: rgb(232,180,101); }

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