#EAB666

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

Shades of Harvest Gold #EAB666

Tints of Harvest Gold #EAB666

Color information

#EAB666 (or 0xEAB666) is unknown color: approx Harvest Gold. HEX triplet: EA, B6 and 66. RGB value is (234,182,102). Sum of RGB (Red+Green+Blue) = 234+182+102=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB666 is #154999. Grayscale: #BCBCBC. Windows color (decimal): -1395098 or 6731498. OLE color: 6731498.

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

Color convert

RGB234182102-
CMYK00.220.560.08
HSL36.36º75.86%65.88%-
HSV(B)36.36º56.41%91.76%-
XYZ53.0651.9119.79-
YUV188.4379.23160.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 182 (71.48% from 255) = 35.14%
BLUE value IS 102 (40.23% from 255) = 19.69%
R=45.17%
G=35.14%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418210200.220.560.0836.3675.8665.88
HexEAB666016388244c42
Octal352266146026701044114102
Binary11101010101101101100110010110111000100010010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB666; }

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

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

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

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

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

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

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

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