#E1A86C

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

Shades of Harvest Gold #E1A86C

Tints of Harvest Gold #E1A86C

Color information

#E1A86C (or 0xE1A86C) is unknown color: approx Harvest Gold. HEX triplet: E1, A8 and 6C. RGB value is (225,168,108). Sum of RGB (Red+Green+Blue) = 225+168+108=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A86C is #1E5793. Grayscale: #B2B2B2. Windows color (decimal): -1988500 or 7121121. OLE color: 7121121.

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

Color convert

RGB225168108-
CMYK00.250.520.12
HSL30.77º66.1%65.29%-
HSV(B)30.77º52%88.24%-
XYZ47.7645.120.37-
YUV178.288.38161.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 108 (42.58% from 255) = 21.56%
R=44.91%
G=33.53%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22516810800.250.520.1230.7766.165.29
HexE1A86C01934C1f4241
Octal341250154031641437102101
Binary1110000110101000110110001100111010011001111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A86C; }

 p { color: rgb(225,168,108); }

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

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

 a { background-color: rgb(225,168,108); }

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

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

 span { border-color: rgb(225,168,108); }

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