#EAB165

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

Shades of Harvest Gold #EAB165

Tints of Harvest Gold #EAB165

Color information

#EAB165 (or 0xEAB165) is unknown color: approx Harvest Gold. HEX triplet: EA, B1 and 65. RGB value is (234,177,101). Sum of RGB (Red+Green+Blue) = 234+177+101=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB165 is #154E9A. Grayscale: #B9B9B9. Windows color (decimal): -1396379 or 6664682. OLE color: 6664682.

HSL color Cylindrical-coordinate representation of color #EAB165: hue angle of 34.29º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAB165 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB234177101-
CMYK00.240.570.08
HSL34.29º76%65.69%-
HSV(B)34.29º56.84%91.76%-
XYZ5249.8819.2-
YUV185.3880.38162.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 101 (39.84% from 255) = 19.73%
R=45.70%
G=34.57%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417710100.240.570.0834.297665.69
HexEAB165018398224c42
Octal352261145030711042114102
Binary11101010101100011100101011000111001100010001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB165; }

 p { color: rgb(234,177,101); }

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

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

 a { background-color: rgb(234,177,101); }

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

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

 span { border-color: rgb(234,177,101); }

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