#E5AA6E

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

Shades of Harvest Gold #E5AA6E

Tints of Harvest Gold #E5AA6E

Color information

#E5AA6E (or 0xE5AA6E) is unknown color: approx Harvest Gold. HEX triplet: E5, AA and 6E. RGB value is (229,170,110). Sum of RGB (Red+Green+Blue) = 229+170+110=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AA6E is #1A5591. Grayscale: #B5B5B5. Windows color (decimal): -1725842 or 7252709. OLE color: 7252709.

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

Color convert

RGB229170110-
CMYK00.260.520.10
HSL30.25º69.59%66.47%-
HSV(B)30.25º51.97%89.8%-
XYZ49.546.5321.12-
YUV180.888.05162.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 110 (43.36% from 255) = 21.61%
R=44.99%
G=33.40%
B=21.61%

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
Decimal22917011000.260.520.1030.2569.5966.47
HexE5AA6E01A34A1e4642
Octal345252156032641236106102
Binary1110010110101010110111001101011010010101111010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AA6E; }

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

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

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

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

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

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

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

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