#E0AA6E

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

Shades of Harvest Gold #E0AA6E

Tints of Harvest Gold #E0AA6E

Color information

#E0AA6E (or 0xE0AA6E) is unknown color: approx Harvest Gold. HEX triplet: E0, AA and 6E. RGB value is (224,170,110). Sum of RGB (Red+Green+Blue) = 224+170+110=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AA6E is #1F5591. Grayscale: #B3B3B3. Windows color (decimal): -2053522 or 7252704. OLE color: 7252704.

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

Color convert

RGB224170110-
CMYK00.240.510.12
HSL31.58º64.77%65.49%-
HSV(B)31.58º50.89%87.84%-
XYZ47.9345.7221.05-
YUV179.3188.89159.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 110 (43.36% from 255) = 21.83%
R=44.44%
G=33.73%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417011000.240.510.1231.5864.7765.49
HexE0AA6E01833C204141
Octal340252156030631440101101
Binary11100000101010101101110011000110011110010000010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AA6E; }

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

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

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

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

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

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

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

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