#E7AE71

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

Shades of Harvest Gold #E7AE71

Tints of Harvest Gold #E7AE71

Color information

#E7AE71 (or 0xE7AE71) is unknown color: approx Harvest Gold. HEX triplet: E7, AE and 71. RGB value is (231,174,113). Sum of RGB (Red+Green+Blue) = 231+174+113=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AE71 is #18518E. Grayscale: #B8B8B8. Windows color (decimal): -1593743 or 7450343. OLE color: 7450343.

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

Color convert

RGB231174113-
CMYK00.250.510.09
HSL31.02º71.08%67.45%-
HSV(B)31.02º51.08%90.59%-
XYZ51.0748.4522.28-
YUV184.0987.88161.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.59%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 113 (44.53% from 255) = 21.81%
R=44.59%
G=33.59%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117411300.250.510.0931.0271.0867.45
HexE7AE710193391f4743
Octal347256161031631137107103
Binary1110011110101110111000101100111001110011111110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE71; }

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

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

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

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

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

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

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

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