#E5BE6A

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

Shades of Harvest Gold #E5BE6A

Tints of Harvest Gold #E5BE6A

Color information

#E5BE6A (or 0xE5BE6A) is unknown color: approx Harvest Gold. HEX triplet: E5, BE and 6A. RGB value is (229,190,106). Sum of RGB (Red+Green+Blue) = 229+190+106=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE6A is #1A4195. Grayscale: #C0C0C0. Windows color (decimal): -1720726 or 6995685. OLE color: 6995685.

HSL color Cylindrical-coordinate representation of color #E5BE6A: hue angle of 40.98º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5BE6A is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB229190106-
CMYK00.170.540.10
HSL40.98º70.29%65.69%-
HSV(B)40.98º53.71%89.8%-
XYZ53.3354.5321.35-
YUV192.0879.42154.33-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.62%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 106 (41.80% from 255) = 20.19%
R=43.62%
G=36.19%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919010600.170.540.1040.9870.2965.69
HexE5BE6A01136A294642
Octal345276152021661251106102
Binary11100101101111101101010010001110110101010100110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BE6A; }

 p { color: rgb(229,190,106); }

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

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

 a { background-color: rgb(229,190,106); }

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

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

 span { border-color: rgb(229,190,106); }

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