#E2AA6D

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

Shades of Harvest Gold #E2AA6D

Tints of Harvest Gold #E2AA6D

Color information

#E2AA6D (or 0xE2AA6D) is unknown color: approx Harvest Gold. HEX triplet: E2, AA and 6D. RGB value is (226,170,109). Sum of RGB (Red+Green+Blue) = 226+170+109=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA6D is #1D5592. Grayscale: #B4B4B4. Windows color (decimal): -1922451 or 7187170. OLE color: 7187170.

HSL color Cylindrical-coordinate representation of color #E2AA6D: hue angle of 31.28º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2AA6D is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB226170109-
CMYK00.250.520.11
HSL31.28º66.86%65.69%-
HSV(B)31.28º51.77%88.63%-
XYZ48.546.0220.8-
YUV179.7988.05160.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.75%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=44.75%
G=33.66%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617010900.250.520.1131.2866.8665.69
HexE2AA6D01934B1f4342
Octal342252155031641337103102
Binary1110001010101010110110101100111010010111111110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AA6D; }

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

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

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

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

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

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

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

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