Html Css Color HEX #EEB960 Harvest Gold

📋 copy color: '#EEB960'

red 238 ◦ green 185 ◦ blue 96

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

Shades of Harvest Gold #EEB960

Tints of Harvest Gold #EEB960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.65%

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

R = 45.86%
G = 35.65%
B = 18.5%

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

#EEB960 (or 0xEEB960) is known color: Harvest Gold. HEX triplet: EE, B9 and 60. RGB value is (238,185,96). Sum of RGB (Red+Green+Blue) = 238+185+96=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB960 is #11469F. Grayscale: #BFBFBF. Windows color (decimal): -1132192 or 6339054. OLE color: 6339054.

HSL color Cylindrical-coordinate representation of color #EEB960: hue angle of 37.61º 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 #EEB960 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 185 96 -
CMYK 0 0.22 0.60 0.07
HSL 37.61º 0.81% 0.65% -
HSV(B) 37.61º 0.6% 0.93% -
XYZ 54.72 53.72 18.55 -
YUV 190.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 238 185 96 0 0.22 0.60 0.07 37.61 0.81 0.65
Hex EE B9 60 0 16 3C 7 26 51 41
Octal 356 271 140 0 26 74 7 46 121 101
Binary 11101110 10111001 1100000 0 10110 111100 111 100110 1010001 1000001

Color Harmonies of #EEB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB960

Black with #EEB960

Text Example


Text Example

White with #EEB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB960; }

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

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

background-color css

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

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

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

border-color css

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

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

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