#EAAF61

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

Shades of Harvest Gold #EAAF61

Tints of Harvest Gold #EAAF61

Color information

#EAAF61 (or 0xEAAF61) is unknown color: approx Harvest Gold. HEX triplet: EA, AF and 61. RGB value is (234,175,97). Sum of RGB (Red+Green+Blue) = 234+175+97=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF61 is #15509E. Grayscale: #B8B8B8. Windows color (decimal): -1396895 or 6402026. OLE color: 6402026.

HSL color Cylindrical-coordinate representation of color #EAAF61: hue angle of 34.16º 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 #EAAF61 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23417597-
CMYK00.250.590.08
HSL34.16º76.54%64.9%-
HSV(B)34.16º58.55%91.76%-
XYZ51.4249.0218.06-
YUV183.7579.05163.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.25%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 97 (38.28% from 255) = 19.17%
R=46.25%
G=34.58%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341759700.250.590.0834.1676.5464.9
HexEAAF610193B8224d41
Octal352257141031731042115101
Binary11101010101011111100001011001111011100010001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF61; }

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

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

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

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

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

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

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

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