#EAAE61

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

Shades of Harvest Gold #EAAE61

Tints of Harvest Gold #EAAE61

Color information

#EAAE61 (or 0xEAAE61) is unknown color: approx Harvest Gold. HEX triplet: EA, AE and 61. RGB value is (234,174,97). Sum of RGB (Red+Green+Blue) = 234+174+97=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE61 is #15519E. Grayscale: #B7B7B7. Windows color (decimal): -1397151 or 6401770. OLE color: 6401770.

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

Color convert

RGB23417497-
CMYK00.260.590.08
HSL33.72º76.54%64.9%-
HSV(B)33.72º58.55%91.76%-
XYZ51.2348.6318-
YUV183.1679.38164.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 97 (38.28% from 255) = 19.21%
R=46.34%
G=34.46%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341749700.260.590.0833.7276.5464.9
HexEAAE6101A3B8224d41
Octal352256141032731042115101
Binary11101010101011101100001011010111011100010001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE61; }

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

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

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

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

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

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

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

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