#E5BF66

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

Shades of Harvest Gold #E5BF66

Tints of Harvest Gold #E5BF66

Color information

#E5BF66 (or 0xE5BF66) is unknown color: approx Harvest Gold. HEX triplet: E5, BF and 66. RGB value is (229,191,102). Sum of RGB (Red+Green+Blue) = 229+191+102=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF66 is #1A4099. Grayscale: #C0C0C0. Windows color (decimal): -1720474 or 6733797. OLE color: 6733797.

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

Color convert

RGB229191102-
CMYK00.170.550.10
HSL42.05º70.95%64.9%-
HSV(B)42.05º55.46%89.8%-
XYZ53.3454.8820.35-
YUV192.2277.09154.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.87%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 102 (40.23% from 255) = 19.54%
R=43.87%
G=36.59%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919110200.170.550.1042.0570.9564.9
HexE5BF6601137A2a4741
Octal345277146021671252107101
Binary11100101101111111100110010001110111101010101010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BF66; }

 p { color: rgb(229,191,102); }

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

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

 a { background-color: rgb(229,191,102); }

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

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

 span { border-color: rgb(229,191,102); }

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