Html Css Color HEX #EABA60 Harvest Gold

📋 copy color: '#EABA60'

red 234 ◦ green 186 ◦ blue 96

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

Shades of Harvest Gold #EABA60

Tints of Harvest Gold #EABA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.05%

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

R = 45.35%
G = 36.05%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EABA60 (or 0xEABA60) is known color: Harvest Gold. HEX triplet: EA, BA and 60. RGB value is (234,186,96). Sum of RGB (Red+Green+Blue) = 234+186+96=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA60 is #15459F. Grayscale: #BEBEBE. Windows color (decimal): -1394080 or 6339306. OLE color: 6339306.

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

Color convert

RGB 234 186 96 -
CMYK 0 0.21 0.59 0.08
HSL 39.13º 0.77% 0.65% -
HSV(B) 39.13º 0.59% 0.92% -
XYZ 53.6 53.45 18.56 -
YUV 190.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 234 186 96 0 0.21 0.59 0.08 39.13 0.77 0.65
Hex EA BA 60 0 15 3B 8 27 4D 41
Octal 352 272 140 0 25 73 10 47 115 101
Binary 11101010 10111010 1100000 0 10101 111011 1000 100111 1001101 1000001

Color Harmonies of #EABA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA60

Black with #EABA60

Text Example


Text Example

White with #EABA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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