#E5AA6D

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

Shades of Harvest Gold #E5AA6D

Tints of Harvest Gold #E5AA6D

Color information

#E5AA6D (or 0xE5AA6D) is unknown color: approx Harvest Gold. HEX triplet: E5, AA and 6D. RGB value is (229,170,109). Sum of RGB (Red+Green+Blue) = 229+170+109=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AA6D is #1A5592. Grayscale: #B4B4B4. Windows color (decimal): -1725843 or 7187173. OLE color: 7187173.

HSL color Cylindrical-coordinate representation of color #E5AA6D: hue angle of 30.5º 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 #E5AA6D is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB229170109-
CMYK00.260.520.10
HSL30.5º69.77%66.27%-
HSV(B)30.5º52.4%89.8%-
XYZ49.4546.5120.84-
YUV180.6987.55162.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 109 (42.97% from 255) = 21.46%
R=45.08%
G=33.46%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917010900.260.520.1030.569.7766.27
HexE5AA6D01A34A1f4642
Octal345252155032641237106102
Binary1110010110101010110110101101011010010101111110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AA6D; }

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

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

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

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

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

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

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

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