#E1AA6D

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

Shades of Harvest Gold #E1AA6D

Tints of Harvest Gold #E1AA6D

Color information

#E1AA6D (or 0xE1AA6D) is unknown color: approx Harvest Gold. HEX triplet: E1, AA and 6D. RGB value is (225,170,109). Sum of RGB (Red+Green+Blue) = 225+170+109=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AA6D is #1E5592. Grayscale: #B3B3B3. Windows color (decimal): -1987987 or 7187169. OLE color: 7187169.

HSL color Cylindrical-coordinate representation of color #E1AA6D: hue angle of 31.55º degrees, saturation: 0.66, 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 #E1AA6D is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB225170109-
CMYK00.240.520.12
HSL31.55º65.91%65.49%-
HSV(B)31.55º51.56%88.24%-
XYZ48.1945.8620.78-
YUV179.4988.22160.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 109 (42.97% from 255) = 21.63%
R=44.64%
G=33.73%
B=21.63%

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
Decimal22517010900.240.520.1231.5565.9165.49
HexE1AA6D01834C204241
Octal341252155030641440102101
Binary11100001101010101101101011000110100110010000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AA6D; }

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

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

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

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

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

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

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

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