#EEBE74

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

Shades of Harvest Gold #EEBE74

Tints of Harvest Gold #EEBE74

Color information

#EEBE74 (or 0xEEBE74) is unknown color: approx Harvest Gold. HEX triplet: EE, BE and 74. RGB value is (238,190,116). Sum of RGB (Red+Green+Blue) = 238+190+116=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBE74 is #11418B. Grayscale: #C4C4C4. Windows color (decimal): -1130892 or 7651054. OLE color: 7651054.

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

Color convert

RGB238190116-
CMYK00.200.510.07
HSL36.39º78.21%69.41%-
HSV(B)36.39º51.26%93.33%-
XYZ56.8356.2724.39-
YUV195.9282.9158.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.75%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 116 (45.70% from 255) = 21.32%
R=43.75%
G=34.93%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819011600.200.510.0736.3978.2169.41
HexEEBE74014337244e45
Octal35627616402463744116105
Binary1110111010111110111010001010011001111110010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBE74; }

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

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

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

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

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

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

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

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