Html Css Color HEX #EABE60 Harvest Gold

📋 copy color: '#EABE60'

red 234 ◦ green 190 ◦ blue 96

#EABE60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #EABE60

Tints of Harvest Gold #EABE60

RGB

 RED value IS 234 (91.8% from 255) = 45%

 GREEN value IS 190 (74.61% from 255) = 36.54%

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 45%
G = 36.54%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EABE60 (or 0xEABE60) is known color: Harvest Gold. HEX triplet: EA, BE and 60. RGB value is (234,190,96). Sum of RGB (Red+Green+Blue) = 234+190+96=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE60 is #15419F. Grayscale: #C0C0C0. Windows color (decimal): -1393056 or 6340330. OLE color: 6340330.

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

Color convert

RGB 234 190 96 -
CMYK 0 0.19 0.59 0.08
HSL 40.87º 0.77% 0.65% -
HSV(B) 40.87º 0.59% 0.92% -
XYZ 54.46 55.16 18.84 -
YUV 192.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 234 190 96 0 0.19 0.59 0.08 40.87 0.77 0.65
Hex EA BE 60 0 13 3B 8 29 4D 41
Octal 352 276 140 0 23 73 10 51 115 101
Binary 11101010 10111110 1100000 0 10011 111011 1000 101001 1001101 1000001

Color Harmonies of #EABE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABE60

Black with #EABE60

Text Example


Text Example

White with #EABE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABE60; }

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

 H1.HeaderClassName
 {
   color: #EABE60;
 }
 .AnyTagClassName
 {
   color: #EABE60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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