#E1BC66

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

Shades of Harvest Gold #E1BC66

Tints of Harvest Gold #E1BC66

Color information

#E1BC66 (or 0xE1BC66) is unknown color: approx Harvest Gold. HEX triplet: E1, BC and 66. RGB value is (225,188,102). Sum of RGB (Red+Green+Blue) = 225+188+102=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC66 is #1E4399. Grayscale: #BDBDBD. Windows color (decimal): -1983386 or 6733025. OLE color: 6733025.

HSL color Cylindrical-coordinate representation of color #E1BC66: hue angle of 41.95º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1BC66 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB225188102-
CMYK00.160.550.12
HSL41.95º67.21%64.12%-
HSV(B)41.95º54.67%88.24%-
XYZ51.4352.9320.08-
YUV189.2678.76153.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 102 (40.23% from 255) = 19.81%
R=43.69%
G=36.50%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518810200.160.550.1241.9567.2164.12
HexE1BC6601037C2a4340
Octal341274146020671452103100
Binary11100001101111001100110010000110111110010101010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC66; }

 p { color: rgb(225,188,102); }

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

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

 a { background-color: rgb(225,188,102); }

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

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

 span { border-color: rgb(225,188,102); }

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