#E0A96C

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

Shades of Harvest Gold #E0A96C

Tints of Harvest Gold #E0A96C

Color information

#E0A96C (or 0xE0A96C) is unknown color: approx Harvest Gold. HEX triplet: E0, A9 and 6C. RGB value is (224,169,108). Sum of RGB (Red+Green+Blue) = 224+169+108=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A96C is #1F5693. Grayscale: #B2B2B2. Windows color (decimal): -2053780 or 7121376. OLE color: 7121376.

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

Color convert

RGB224169108-
CMYK00.250.520.12
HSL31.55º65.17%65.1%-
HSV(B)31.55º51.79%87.84%-
XYZ47.6445.3120.42-
YUV178.4988.22160.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 108 (42.58% from 255) = 21.56%
R=44.71%
G=33.73%
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
Decimal22416910800.250.520.1231.5565.1765.1
HexE0A96C01934C204141
Octal340251154031641440101101
Binary11100000101010011101100011001110100110010000010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A96C; }

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

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

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

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

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

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

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

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