#EEB265

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

Shades of Harvest Gold #EEB265

Tints of Harvest Gold #EEB265

Color information

#EEB265 (or 0xEEB265) is unknown color: approx Harvest Gold. HEX triplet: EE, B2 and 65. RGB value is (238,178,101). Sum of RGB (Red+Green+Blue) = 238+178+101=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB265 is #114D9A. Grayscale: #BBBBBB. Windows color (decimal): -1133979 or 6664942. OLE color: 6664942.

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

Color convert

RGB238178101-
CMYK00.250.580.07
HSL33.72º80.12%66.47%-
HSV(B)33.72º57.56%93.33%-
XYZ53.5350.9619.33-
YUV187.1679.38164.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 101 (39.84% from 255) = 19.54%
R=46.03%
G=34.43%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817810100.250.580.0733.7280.1266.47
HexEEB2650193A7225042
Octal35626214503172742120102
Binary1110111010110010110010101100111101011110001010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB265; }

 p { color: rgb(238,178,101); }

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

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

 a { background-color: rgb(238,178,101); }

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

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

 span { border-color: rgb(238,178,101); }

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