#E2B171

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

Shades of Harvest Gold #E2B171

Tints of Harvest Gold #E2B171

Color information

#E2B171 (or 0xE2B171) is unknown color: approx Harvest Gold. HEX triplet: E2, B1 and 71. RGB value is (226,177,113). Sum of RGB (Red+Green+Blue) = 226+177+113=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B171 is #1D4E8E. Grayscale: #B8B8B8. Windows color (decimal): -1920655 or 7451106. OLE color: 7451106.

HSL color Cylindrical-coordinate representation of color #E2B171: hue angle of 33.98º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2B171 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB226177113-
CMYK00.220.50.11
HSL33.98º66.08%66.47%-
HSV(B)33.98º50%88.63%-
XYZ50.0748.8122.4-
YUV184.3687.73157.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.80%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 113 (44.53% from 255) = 21.90%
R=43.80%
G=34.30%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617711300.220.50.1133.9866.0866.47
HexE2B17101632B224242
Octal342261161026621342102102
Binary11100010101100011110001010110110010101110001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B171; }

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

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

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

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

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

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

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

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