Html Css Color HEX #EABB60 Harvest Gold

📋 copy color: '#EABB60'

red 234 ◦ green 187 ◦ blue 96

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

Shades of Harvest Gold #EABB60

Tints of Harvest Gold #EABB60

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.17%

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

R = 45.26%
G = 36.17%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EABB60 (or 0xEABB60) is known color: Harvest Gold. HEX triplet: EA, BB and 60. RGB value is (234,187,96). Sum of RGB (Red+Green+Blue) = 234+187+96=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB60 is #15449F. Grayscale: #BFBFBF. Windows color (decimal): -1393824 or 6339562. OLE color: 6339562.

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

Color convert

RGB 234 187 96 -
CMYK 0 0.20 0.59 0.08
HSL 39.57º 0.77% 0.65% -
HSV(B) 39.57º 0.59% 0.92% -
XYZ 53.81 53.88 18.63 -
YUV 190.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 234 187 96 0 0.20 0.59 0.08 39.57 0.77 0.65
Hex EA BB 60 0 14 3B 8 28 4D 41
Octal 352 273 140 0 24 73 10 50 115 101
Binary 11101010 10111011 1100000 0 10100 111011 1000 101000 1001101 1000001

Color Harmonies of #EABB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB60

Black with #EABB60

Text Example


Text Example

White with #EABB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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