#EAB261

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

Shades of Harvest Gold #EAB261

Tints of Harvest Gold #EAB261

Color information

#EAB261 (or 0xEAB261) is unknown color: approx Harvest Gold. HEX triplet: EA, B2 and 61. RGB value is (234,178,97). Sum of RGB (Red+Green+Blue) = 234+178+97=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB261 is #154D9E. Grayscale: #B9B9B9. Windows color (decimal): -1396127 or 6402794. OLE color: 6402794.

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

Color convert

RGB23417897-
CMYK00.240.590.08
HSL35.47º76.54%64.9%-
HSV(B)35.47º58.55%91.76%-
XYZ52.0150.218.26-
YUV185.5178.05162.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 97 (38.28% from 255) = 19.06%
R=45.97%
G=34.97%
B=19.06%

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
Decimal2341789700.240.590.0835.4776.5464.9
HexEAB2610183B8234d41
Octal352262141030731043115101
Binary11101010101100101100001011000111011100010001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB261; }

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

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

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

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

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

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

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

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