Html Css Color HEX #EEBA60 Harvest Gold

📋 copy color: '#EEBA60'

red 238 ◦ green 186 ◦ blue 96

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

Shades of Harvest Gold #EEBA60

Tints of Harvest Gold #EEBA60

RGB

 RED value IS 238 (93.36% from 255) = 45.77%

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

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

R = 45.77%
G = 35.77%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEBA60 (or 0xEEBA60) is known color: Harvest Gold. HEX triplet: EE, BA and 60. RGB value is (238,186,96). Sum of RGB (Red+Green+Blue) = 238+186+96=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA60 is #11459F. Grayscale: #BFBFBF. Windows color (decimal): -1131936 or 6339310. OLE color: 6339310.

HSL color Cylindrical-coordinate representation of color #EEBA60: hue angle of 38.03º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEBA60 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 96 -
CMYK 0 0.22 0.60 0.07
HSL 38.03º 0.81% 0.65% -
HSV(B) 38.03º 0.6% 0.93% -
XYZ 54.93 54.14 18.62 -
YUV 191.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 238 186 96 0 0.22 0.60 0.07 38.03 0.81 0.65
Hex EE BA 60 0 16 3C 7 26 51 41
Octal 356 272 140 0 26 74 7 46 121 101
Binary 11101110 10111010 1100000 0 10110 111100 111 100110 1010001 1000001

Color Harmonies of #EEBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA60

Black with #EEBA60

Text Example


Text Example

White with #EEBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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