#E7A96D

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

Shades of Harvest Gold #E7A96D

Tints of Harvest Gold #E7A96D

Color information

#E7A96D (or 0xE7A96D) is unknown color: approx Harvest Gold. HEX triplet: E7, A9 and 6D. RGB value is (231,169,109). Sum of RGB (Red+Green+Blue) = 231+169+109=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A96D is #185692. Grayscale: #B5B5B5. Windows color (decimal): -1595027 or 7186919. OLE color: 7186919.

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

Color convert

RGB231169109-
CMYK00.270.530.09
HSL29.51º71.76%66.67%-
HSV(B)29.51º52.81%90.59%-
XYZ49.946.4720.81-
YUV180.787.54163.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.38%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 109 (42.97% from 255) = 21.41%
R=45.38%
G=33.20%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116910900.270.530.0929.5171.7666.67
HexE7A96D01B3591e4843
Octal347251155033651136110103
Binary1110011110101001110110101101111010110011111010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A96D; }

 p { color: rgb(231,169,109); }

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

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

 a { background-color: rgb(231,169,109); }

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

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

 span { border-color: rgb(231,169,109); }

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