#E5BC6D

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

Shades of Harvest Gold #E5BC6D

Tints of Harvest Gold #E5BC6D

Color information

#E5BC6D (or 0xE5BC6D) is unknown color: approx Harvest Gold. HEX triplet: E5, BC and 6D. RGB value is (229,188,109). Sum of RGB (Red+Green+Blue) = 229+188+109=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BC6D is #1A4392. Grayscale: #BFBFBF. Windows color (decimal): -1721235 or 7191781. OLE color: 7191781.

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

Color convert

RGB229188109-
CMYK00.180.520.10
HSL39.5º69.77%66.27%-
HSV(B)39.5º52.4%89.8%-
XYZ53.0653.7322.04-
YUV191.2581.58154.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.54%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 109 (42.97% from 255) = 20.72%
R=43.54%
G=35.74%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918810900.180.520.1039.569.7766.27
HexE5BC6D01234A284642
Octal345274155022641250106102
Binary11100101101111001101101010010110100101010100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BC6D; }

 p { color: rgb(229,188,109); }

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

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

 a { background-color: rgb(229,188,109); }

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

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

 span { border-color: rgb(229,188,109); }

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