#E7AE69

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

Shades of Harvest Gold #E7AE69

Tints of Harvest Gold #E7AE69

Color information

#E7AE69 (or 0xE7AE69) is unknown color: approx Harvest Gold. HEX triplet: E7, AE and 69. RGB value is (231,174,105). Sum of RGB (Red+Green+Blue) = 231+174+105=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AE69 is #185196. Grayscale: #B7B7B7. Windows color (decimal): -1593751 or 6926055. OLE color: 6926055.

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

Color convert

RGB231174105-
CMYK00.250.550.09
HSL32.86º72.41%65.88%-
HSV(B)32.86º54.55%90.59%-
XYZ50.6448.2820.01-
YUV183.1883.88162.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.29%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 105 (41.41% from 255) = 20.59%
R=45.29%
G=34.12%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117410500.250.550.0932.8672.4165.88
HexE7AE69019379214842
Octal347256151031671141110102
Binary11100111101011101101001011001110111100110000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE69; }

 p { color: rgb(231,174,105); }

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

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

 a { background-color: rgb(231,174,105); }

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

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

 span { border-color: rgb(231,174,105); }

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