#E5A76D

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

Shades of Harvest Gold #E5A76D

Tints of Harvest Gold #E5A76D

Color information

#E5A76D (or 0xE5A76D) is unknown color: approx Harvest Gold. HEX triplet: E5, A7 and 6D. RGB value is (229,167,109). Sum of RGB (Red+Green+Blue) = 229+167+109=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A76D is #1A5892. Grayscale: #B3B3B3. Windows color (decimal): -1726611 or 7186405. OLE color: 7186405.

HSL color Cylindrical-coordinate representation of color #E5A76D: hue angle of 29º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5A76D is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB229167109-
CMYK00.270.520.10
HSL29º69.77%66.27%-
HSV(B)29º52.4%89.8%-
XYZ48.8945.420.65-
YUV178.9388.54163.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.35%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=45.35%
G=33.07%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916710900.270.520.102969.7766.27
HexE5A76D01B34A1d4642
Octal345247155033641235106102
Binary1110010110100111110110101101111010010101110110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A76D; }

 p { color: rgb(229,167,109); }

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

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

 a { background-color: rgb(229,167,109); }

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

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

 span { border-color: rgb(229,167,109); }

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