#EAB361

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

Shades of Harvest Gold #EAB361

Tints of Harvest Gold #EAB361

Color information

#EAB361 (or 0xEAB361) is unknown color: approx Harvest Gold. HEX triplet: EA, B3 and 61. RGB value is (234,179,97). Sum of RGB (Red+Green+Blue) = 234+179+97=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB361 is #154C9E. Grayscale: #BABABA. Windows color (decimal): -1395871 or 6403050. OLE color: 6403050.

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

Color convert

RGB23417997-
CMYK00.240.590.08
HSL35.91º76.54%64.9%-
HSV(B)35.91º58.55%91.76%-
XYZ52.2150.618.32-
YUV186.177.72162.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 179 (70.31% from 255) = 35.10%
BLUE value IS 97 (38.28% from 255) = 19.02%
R=45.88%
G=35.10%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341799700.240.590.0835.9176.5464.9
HexEAB3610183B8244d41
Octal352263141030731044115101
Binary11101010101100111100001011000111011100010010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB361; }

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

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

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

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

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

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

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

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