#E1A86D

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

Shades of Harvest Gold #E1A86D

Tints of Harvest Gold #E1A86D

Color information

#E1A86D (or 0xE1A86D) is unknown color: approx Harvest Gold. HEX triplet: E1, A8 and 6D. RGB value is (225,168,109). Sum of RGB (Red+Green+Blue) = 225+168+109=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A86D is #1E5792. Grayscale: #B2B2B2. Windows color (decimal): -1988499 or 7186657. OLE color: 7186657.

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

Color convert

RGB225168109-
CMYK00.250.520.12
HSL30.52º65.91%65.49%-
HSV(B)30.52º51.56%88.24%-
XYZ47.8145.1220.66-
YUV178.3288.88161.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 168 (66.02% from 255) = 33.47%
BLUE value IS 109 (42.97% from 255) = 21.71%
R=44.82%
G=33.47%
B=21.71%

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
Decimal22516810900.250.520.1230.5265.9165.49
HexE1A86D01934C1f4241
Octal341250155031641437102101
Binary1110000110101000110110101100111010011001111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A86D; }

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

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

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

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

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

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

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

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