#EAB066

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

Shades of Harvest Gold #EAB066

Tints of Harvest Gold #EAB066

Color information

#EAB066 (or 0xEAB066) is unknown color: approx Harvest Gold. HEX triplet: EA, B0 and 66. RGB value is (234,176,102). Sum of RGB (Red+Green+Blue) = 234+176+102=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB066 is #154F99. Grayscale: #B9B9B9. Windows color (decimal): -1396634 or 6729962. OLE color: 6729962.

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

Color convert

RGB234176102-
CMYK00.250.560.08
HSL33.64º75.86%65.88%-
HSV(B)33.64º56.41%91.76%-
XYZ51.8649.519.39-
YUV184.9181.22163.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 176 (69.14% from 255) = 34.38%
BLUE value IS 102 (40.23% from 255) = 19.92%
R=45.70%
G=34.38%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417610200.250.560.0833.6475.8665.88
HexEAB066019388224c42
Octal352260146031701042114102
Binary11101010101100001100110011001111000100010001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB066; }

 p { color: rgb(234,176,102); }

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

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

 a { background-color: rgb(234,176,102); }

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

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

 span { border-color: rgb(234,176,102); }

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