#E8B064

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

Shades of Harvest Gold #E8B064

Tints of Harvest Gold #E8B064

Color information

#E8B064 (or 0xE8B064) is unknown color: approx Harvest Gold. HEX triplet: E8, B0 and 64. RGB value is (232,176,100). Sum of RGB (Red+Green+Blue) = 232+176+100=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8B064 is #174F9B. Grayscale: #B8B8B8. Windows color (decimal): -1527708 or 6598888. OLE color: 6598888.

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

Color convert

RGB232176100-
CMYK00.240.570.09
HSL34.55º74.16%65.1%-
HSV(B)34.55º56.9%90.98%-
XYZ51.149.1318.85-
YUV184.0880.55162.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.67%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 100 (39.45% from 255) = 19.69%
R=45.67%
G=34.65%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217610000.240.570.0934.5574.1665.1
HexE8B064018399234a41
Octal350260144030711143112101
Binary11101000101100001100100011000111001100110001110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B064; }

 p { color: rgb(232,176,100); }

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

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

 a { background-color: rgb(232,176,100); }

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

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

 span { border-color: rgb(232,176,100); }

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