#E0B171

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

Shades of Harvest Gold #E0B171

Tints of Harvest Gold #E0B171

Color information

#E0B171 (or 0xE0B171) is unknown color: approx Harvest Gold. HEX triplet: E0, B1 and 71. RGB value is (224,177,113). Sum of RGB (Red+Green+Blue) = 224+177+113=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B171 is #1F4E8E. Grayscale: #B8B8B8. Windows color (decimal): -2051727 or 7451104. OLE color: 7451104.

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

Color convert

RGB224177113-
CMYK00.210.500.12
HSL34.59º64.16%66.08%-
HSV(B)34.59º49.55%87.84%-
XYZ49.4448.4822.38-
YUV183.7688.07156.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.58%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 113 (44.53% from 255) = 21.98%
R=43.58%
G=34.44%
B=21.98%

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
Decimal22417711300.210.500.1234.5964.1666.08
HexE0B17101532C234042
Octal340261161025621443100102
Binary11100000101100011110001010101110010110010001110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B171; }

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

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

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

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

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

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

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

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