#EAAE6E

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

Shades of Harvest Gold #EAAE6E

Tints of Harvest Gold #EAAE6E

Color information

#EAAE6E (or 0xEAAE6E) is unknown color: approx Harvest Gold. HEX triplet: EA, AE and 6E. RGB value is (234,174,110). Sum of RGB (Red+Green+Blue) = 234+174+110=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE6E is #155191. Grayscale: #B8B8B8. Windows color (decimal): -1397138 or 7253738. OLE color: 7253738.

HSL color Cylindrical-coordinate representation of color #EAAE6E: hue angle of 30.97º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAAE6E is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234174110-
CMYK00.260.530.08
HSL30.97º74.7%67.45%-
HSV(B)30.97º52.99%91.76%-
XYZ51.8848.8921.45-
YUV184.6485.88163.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 110 (43.36% from 255) = 21.24%
R=45.17%
G=33.59%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417411000.260.530.0830.9774.767.45
HexEAAE6E01A3581f4b43
Octal352256156032651037113103
Binary1110101010101110110111001101011010110001111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE6E; }

 p { color: rgb(234,174,110); }

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

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

 a { background-color: rgb(234,174,110); }

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

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

 span { border-color: rgb(234,174,110); }

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