#e1a96c

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

Shades of Harvest Gold #E1A96C

Tints of Harvest Gold #E1A96C

Color information

#E1A96C (or 0xE1A96C) is unknown color: approx Harvest Gold. HEX triplet: E1, A9 and 6C. RGB value is (225,169,108). Sum of RGB (Red+Green+Blue) = 225+169+108=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A96C is #1E5693. Grayscale: #B3B3B3. Windows color (decimal): -1988244 or 7121377. OLE color: 7121377.

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

Color convert

RGB225169108-
CMYK00.250.520.12
HSL31.28º66.1%65.29%-
HSV(B)31.28º52%88.24%-
XYZ47.9545.4720.44-
YUV178.7988.05160.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 108 (42.58% from 255) = 21.51%
R=44.82%
G=33.67%
B=21.51%

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
Decimal22516910800.250.520.1231.2866.165.29
HexE1A96C01934C1f4241
Octal341251154031641437102101
Binary1110000110101001110110001100111010011001111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1a96c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1a96c; }

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

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

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

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

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

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

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

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