#E1B171

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

Shades of Harvest Gold #E1B171

Tints of Harvest Gold #E1B171

Color information

#E1B171 (or 0xE1B171) is unknown color: approx Harvest Gold. HEX triplet: E1, B1 and 71. RGB value is (225,177,113). Sum of RGB (Red+Green+Blue) = 225+177+113=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B171 is #1E4E8E. Grayscale: #B8B8B8. Windows color (decimal): -1986191 or 7451105. OLE color: 7451105.

HSL color Cylindrical-coordinate representation of color #E1B171: hue angle of 34.29º 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 #E1B171 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225177113-
CMYK00.210.500.12
HSL34.29º65.12%66.27%-
HSV(B)34.29º49.78%88.24%-
XYZ49.7548.6422.39-
YUV184.0687.9157.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 113 (44.53% from 255) = 21.94%
R=43.69%
G=34.37%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517711300.210.500.1234.2965.1266.27
HexE1B17101532C224142
Octal341261161025621442101102
Binary11100001101100011110001010101110010110010001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B171; }

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

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

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

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

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

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

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

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