#EAAE66

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

Shades of Harvest Gold #EAAE66

Tints of Harvest Gold #EAAE66

Color information

#EAAE66 (or 0xEAAE66) is unknown color: approx Harvest Gold. HEX triplet: EA, AE and 66. RGB value is (234,174,102). Sum of RGB (Red+Green+Blue) = 234+174+102=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE66 is #155199. Grayscale: #B8B8B8. Windows color (decimal): -1397146 or 6729450. OLE color: 6729450.

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

Color convert

RGB234174102-
CMYK00.260.560.08
HSL32.73º75.86%65.88%-
HSV(B)32.73º56.41%91.76%-
XYZ51.4748.7219.26-
YUV183.7381.88163.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 102 (40.23% from 255) = 20%
R=45.88%
G=34.12%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417410200.260.560.0832.7375.8665.88
HexEAAE6601A388214c42
Octal352256146032701041114102
Binary11101010101011101100110011010111000100010000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE66; }

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

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

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

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

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

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

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

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