#EEB960

Color #EEB960 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #EEB960

Tints of Harvest Gold #EEB960

Color information

#EEB960 (or 0xEEB960) is unknown color: approx 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

RGB23818596-
CMYK00.220.600.07
HSL37.61º80.68%65.49%-
HSV(B)37.61º59.66%93.33%-
XYZ54.7253.7218.55-
YUV190.774.56161.74-

RGB Variations

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

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.50%
R=45.86%
G=35.65%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381859600.220.600.0737.6180.6865.49
HexEEB9600163C7265141
Octal35627114002674746121101
Binary1110111010111001110000001011011110011110011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>