#E8AE72

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

Shades of Harvest Gold #E8AE72

Tints of Harvest Gold #E8AE72

Color information

#E8AE72 (or 0xE8AE72) is unknown color: approx Harvest Gold. HEX triplet: E8, AE and 72. RGB value is (232,174,114). Sum of RGB (Red+Green+Blue) = 232+174+114=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AE72 is #17518D. Grayscale: #B8B8B8. Windows color (decimal): -1528206 or 7515880. OLE color: 7515880.

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

Color convert

RGB232174114-
CMYK00.250.510.09
HSL30.51º71.95%67.84%-
HSV(B)30.51º50.86%90.98%-
XYZ51.4548.6422.6-
YUV184.588.22161.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.62%
GREEN value IS 174 (68.36% from 255) = 33.46%
BLUE value IS 114 (44.92% from 255) = 21.92%
R=44.62%
G=33.46%
B=21.92%

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
Decimal23217411400.250.510.0930.5171.9567.84
HexE8AE720193391f4844
Octal350256162031631137110104
Binary1110100010101110111001001100111001110011111110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AE72; }

 p { color: rgb(232,174,114); }

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

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

 a { background-color: rgb(232,174,114); }

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

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

 span { border-color: rgb(232,174,114); }

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