#EABE63

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

Shades of Harvest Gold #EABE63

Tints of Harvest Gold #EABE63

Color information

#EABE63 (or 0xEABE63) is unknown color: approx Harvest Gold. HEX triplet: EA, BE and 63. RGB value is (234,190,99). Sum of RGB (Red+Green+Blue) = 234+190+99=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE63 is #15419C. Grayscale: #C1C1C1. Windows color (decimal): -1393053 or 6536938. OLE color: 6536938.

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

Color convert

RGB23419099-
CMYK00.190.580.08
HSL40.44º76.27%65.29%-
HSV(B)40.44º57.69%91.76%-
XYZ54.655.2219.59-
YUV192.7875.08157.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 99 (39.06% from 255) = 18.93%
R=44.74%
G=36.33%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341909900.190.580.0840.4476.2765.29
HexEABE630133A8284c41
Octal352276143023721050114101
Binary11101010101111101100011010011111010100010100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE63; }

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

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

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

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

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

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

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

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