#E1BA71

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

Shades of Harvest Gold #E1BA71

Tints of Harvest Gold #E1BA71

Color information

#E1BA71 (or 0xE1BA71) is unknown color: approx Harvest Gold. HEX triplet: E1, BA and 71. RGB value is (225,186,113). Sum of RGB (Red+Green+Blue) = 225+186+113=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA71 is #1E458E. Grayscale: #BDBDBD. Windows color (decimal): -1983887 or 7453409. OLE color: 7453409.

HSL color Cylindrical-coordinate representation of color #E1BA71: hue angle of 39.11º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1BA71 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225186113-
CMYK00.170.500.12
HSL39.11º65.12%66.27%-
HSV(B)39.11º49.78%88.24%-
XYZ51.5952.3223-
YUV189.3484.92153.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 113 (44.53% from 255) = 21.56%
R=42.94%
G=35.50%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518611300.170.500.1239.1165.1266.27
HexE1BA7101132C274142
Octal341272161021621447101102
Binary11100001101110101110001010001110010110010011110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA71; }

 p { color: rgb(225,186,113); }

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

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

 a { background-color: rgb(225,186,113); }

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

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

 span { border-color: rgb(225,186,113); }

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