#EABB61

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

Shades of Harvest Gold #EABB61

Tints of Harvest Gold #EABB61

Color information

#EABB61 (or 0xEABB61) is unknown color: approx Harvest Gold. HEX triplet: EA, BB and 61. RGB value is (234,187,97). Sum of RGB (Red+Green+Blue) = 234+187+97=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB61 is #15449E. Grayscale: #BFBFBF. Windows color (decimal): -1393823 or 6405098. OLE color: 6405098.

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

Color convert

RGB23418797-
CMYK00.200.590.08
HSL39.42º76.54%64.9%-
HSV(B)39.42º58.55%91.76%-
XYZ53.8653.918.87-
YUV190.7975.07158.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=45.17%
G=36.10%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341879700.200.590.0839.4276.5464.9
HexEABB610143B8274d41
Octal352273141024731047115101
Binary11101010101110111100001010100111011100010011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB61; }

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

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

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

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

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

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

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

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