#EABE66

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

Shades of Harvest Gold #EABE66

Tints of Harvest Gold #EABE66

Color information

#EABE66 (or 0xEABE66) is unknown color: approx Harvest Gold. HEX triplet: EA, BE and 66. RGB value is (234,190,102). Sum of RGB (Red+Green+Blue) = 234+190+102=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE66 is #154199. Grayscale: #C1C1C1. Windows color (decimal): -1393050 or 6733546. OLE color: 6733546.

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

Color convert

RGB234190102-
CMYK00.190.560.08
HSL40º75.86%65.88%-
HSV(B)40º56.41%91.76%-
XYZ54.7455.2820.35-
YUV193.1276.58157.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 102 (40.23% from 255) = 19.39%
R=44.49%
G=36.12%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419010200.190.560.084075.8665.88
HexEABE66013388284c42
Octal352276146023701050114102
Binary11101010101111101100110010011111000100010100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE66; }

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

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

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

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

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

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

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

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