#EEBE64

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

Shades of Harvest Gold #EEBE64

Tints of Harvest Gold #EEBE64

Color information

#EEBE64 (or 0xEEBE64) is unknown color: approx Harvest Gold. HEX triplet: EE, BE and 64. RGB value is (238,190,100). Sum of RGB (Red+Green+Blue) = 238+190+100=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBE64 is #11419B. Grayscale: #C2C2C2. Windows color (decimal): -1130908 or 6602478. OLE color: 6602478.

HSL color Cylindrical-coordinate representation of color #EEBE64: hue angle of 39.13º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEBE64 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB238190100-
CMYK00.200.580.07
HSL39.13º80.23%66.27%-
HSV(B)39.13º57.98%93.33%-
XYZ55.9755.9219.9-
YUV194.0974.9159.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.08%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 100 (39.45% from 255) = 18.94%
R=45.08%
G=35.98%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819010000.200.580.0739.1380.2366.27
HexEEBE640143A7275042
Octal35627614402472747120102
Binary1110111010111110110010001010011101011110011110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBE64; }

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

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

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

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

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

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

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

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