#e5ba6b

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

Shades of Harvest Gold #E5BA6B

Tints of Harvest Gold #E5BA6B

Color information

#E5BA6B (or 0xE5BA6B) is unknown color: approx Harvest Gold. HEX triplet: E5, BA and 6B. RGB value is (229,186,107). Sum of RGB (Red+Green+Blue) = 229+186+107=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BA6B is #1A4594. Grayscale: #BEBEBE. Windows color (decimal): -1721749 or 7060197. OLE color: 7060197.

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

Color convert

RGB229186107-
CMYK00.190.530.10
HSL38.85º70.11%65.88%-
HSV(B)38.85º53.28%89.8%-
XYZ52.5352.8421.34-
YUV189.8581.25155.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.87%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 107 (42.19% from 255) = 20.50%
R=43.87%
G=35.63%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918610700.190.530.1038.8570.1165.88
HexE5BA6B01335A274642
Octal345272153023651247106102
Binary11100101101110101101011010011110101101010011110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5ba6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5ba6b; }

 p { color: rgb(229,186,107); }

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

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

 a { background-color: rgb(229,186,107); }

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

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

 span { border-color: rgb(229,186,107); }

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