#EAB774

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

Shades of Harvest Gold #EAB774

Tints of Harvest Gold #EAB774

Color information

#EAB774 (or 0xEAB774) is unknown color: approx Harvest Gold. HEX triplet: EA, B7 and 74. RGB value is (234,183,116). Sum of RGB (Red+Green+Blue) = 234+183+116=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB774 is #15488B. Grayscale: #BEBEBE. Windows color (decimal): -1394828 or 7649258. OLE color: 7649258.

HSL color Cylindrical-coordinate representation of color #EAB774: hue angle of 34.07º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAB774 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234183116-
CMYK00.220.500.08
HSL34.07º73.75%68.63%-
HSV(B)34.07º50.43%91.76%-
XYZ54.0252.6223.83-
YUV190.6185.9158.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 116 (45.70% from 255) = 21.76%
R=43.90%
G=34.33%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418311600.220.500.0834.0773.7568.63
HexEAB774016328224a45
Octal352267164026621042112105
Binary11101010101101111110100010110110010100010001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB774; }

 p { color: rgb(234,183,116); }

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

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

 a { background-color: rgb(234,183,116); }

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

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

 span { border-color: rgb(234,183,116); }

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