#E9A96C

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

Shades of Harvest Gold #E9A96C

Tints of Harvest Gold #E9A96C

Color information

#E9A96C (or 0xE9A96C) is unknown color: approx Harvest Gold. HEX triplet: E9, A9 and 6C. RGB value is (233,169,108). Sum of RGB (Red+Green+Blue) = 233+169+108=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A96C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9A96C is #165693. Grayscale: #B5B5B5. Windows color (decimal): -1463956 or 7121385. OLE color: 7121385.

HSL color Cylindrical-coordinate representation of color #E9A96C: hue angle of 29.28º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E9A96C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB233169108-
CMYK00.270.540.09
HSL29.28º73.96%66.86%-
HSV(B)29.28º53.65%91.37%-
XYZ50.546.7820.56-
YUV181.1886.7164.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.69%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 108 (42.58% from 255) = 21.18%
R=45.69%
G=33.14%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316910800.270.540.0929.2873.9666.86
HexE9A96C01B3691d4a43
Octal351251154033661135112103
Binary1110100110101001110110001101111011010011110110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A96C; }

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

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

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

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

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

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

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

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