#E5BB64

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

Shades of Harvest Gold #E5BB64

Tints of Harvest Gold #E5BB64

Color information

#E5BB64 (or 0xE5BB64) is unknown color: approx Harvest Gold. HEX triplet: E5, BB and 64. RGB value is (229,187,100). Sum of RGB (Red+Green+Blue) = 229+187+100=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BB64 is #1A449B. Grayscale: #BEBEBE. Windows color (decimal): -1721500 or 6601701. OLE color: 6601701.

HSL color Cylindrical-coordinate representation of color #E5BB64: hue angle of 40.47º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5BB64 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB229187100-
CMYK00.180.560.10
HSL40.47º71.27%64.51%-
HSV(B)40.47º56.33%89.8%-
XYZ52.3853.1219.55-
YUV189.6477.41156.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.38%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 100 (39.45% from 255) = 19.38%
R=44.38%
G=36.24%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918710000.180.560.1040.4771.2764.51
HexE5BB6401238A284741
Octal345273144022701250107101
Binary11100101101110111100100010010111000101010100010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BB64; }

 p { color: rgb(229,187,100); }

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

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

 a { background-color: rgb(229,187,100); }

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

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

 span { border-color: rgb(229,187,100); }

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