#E0AA6C

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

Shades of Harvest Gold #E0AA6C

Tints of Harvest Gold #E0AA6C

Color information

#E0AA6C (or 0xE0AA6C) is unknown color: approx Harvest Gold. HEX triplet: E0, AA and 6C. RGB value is (224,170,108). Sum of RGB (Red+Green+Blue) = 224+170+108=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA6C is #1F5593. Grayscale: #B3B3B3. Windows color (decimal): -2053524 or 7121632. OLE color: 7121632.

HSL color Cylindrical-coordinate representation of color #E0AA6C: hue angle of 32.07º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0AA6C is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224170108-
CMYK00.240.520.12
HSL32.07º65.17%65.1%-
HSV(B)32.07º51.79%87.84%-
XYZ47.8245.6820.48-
YUV179.0887.89160.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 108 (42.58% from 255) = 21.51%
R=44.62%
G=33.86%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417010800.240.520.1232.0765.1765.1
HexE0AA6C01834C204141
Octal340252154030641440101101
Binary11100000101010101101100011000110100110010000010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA6C; }

 p { color: rgb(224,170,108); }

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

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

 a { background-color: rgb(224,170,108); }

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

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

 span { border-color: rgb(224,170,108); }

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