#EAAE6F

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

Shades of Harvest Gold #EAAE6F

Tints of Harvest Gold #EAAE6F

Color information

#EAAE6F (or 0xEAAE6F) is unknown color: approx Harvest Gold. HEX triplet: EA, AE and 6F. RGB value is (234,174,111). Sum of RGB (Red+Green+Blue) = 234+174+111=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE6F is #155190. Grayscale: #B9B9B9. Windows color (decimal): -1397137 or 7319274. OLE color: 7319274.

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

Color convert

RGB234174111-
CMYK00.260.530.08
HSL30.73º74.55%67.65%-
HSV(B)30.73º52.56%91.76%-
XYZ51.9448.9121.74-
YUV184.7686.38163.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 174 (68.36% from 255) = 33.53%
BLUE value IS 111 (43.75% from 255) = 21.39%
R=45.09%
G=33.53%
B=21.39%

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
Decimal23417411100.260.530.0830.7374.5567.65
HexEAAE6F01A3581f4b44
Octal352256157032651037113104
Binary1110101010101110110111101101011010110001111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE6F; }

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

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

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

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

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

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

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

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