#eeb974

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

Shades of Harvest Gold #EEB974

Tints of Harvest Gold #EEB974

Color information

#EEB974 (or 0xEEB974) is unknown color: approx Harvest Gold. HEX triplet: EE, B9 and 74. RGB value is (238,185,116). Sum of RGB (Red+Green+Blue) = 238+185+116=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB974 is #11468B. Grayscale: #C1C1C1. Windows color (decimal): -1132172 or 7649774. OLE color: 7649774.

HSL color Cylindrical-coordinate representation of color #EEB974: hue angle of 33.93º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEB974 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB238185116-
CMYK00.220.510.07
HSL33.93º78.21%69.41%-
HSV(B)33.93º51.26%93.33%-
XYZ55.7654.1424.03-
YUV192.9884.56160.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.16%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 116 (45.70% from 255) = 21.52%
R=44.16%
G=34.32%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818511600.220.510.0733.9378.2169.41
HexEEB974016337224e45
Octal35627116402663742116105
Binary1110111010111001111010001011011001111110001010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eeb974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eeb974; }

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

 H1.HeaderClassName
 {
   color: #eeb974;
 }
 .AnyTagClassName
 {
   color: #eeb974;
 }
</style>
background-color css

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

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

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

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

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

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