#E0B271

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

Shades of Harvest Gold #E0B271

Tints of Harvest Gold #E0B271

Color information

#E0B271 (or 0xE0B271) is unknown color: approx Harvest Gold. HEX triplet: E0, B2 and 71. RGB value is (224,178,113). Sum of RGB (Red+Green+Blue) = 224+178+113=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B271 is #1F4D8E. Grayscale: #B8B8B8. Windows color (decimal): -2051471 or 7451360. OLE color: 7451360.

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

Color convert

RGB224178113-
CMYK00.210.500.12
HSL35.14º64.16%66.08%-
HSV(B)35.14º49.55%87.84%-
XYZ49.6448.8822.44-
YUV184.3487.74156.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.50%
GREEN value IS 178 (69.92% from 255) = 34.56%
BLUE value IS 113 (44.53% from 255) = 21.94%
R=43.50%
G=34.56%
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
Decimal22417811300.210.500.1235.1464.1666.08
HexE0B27101532C234042
Octal340262161025621443100102
Binary11100000101100101110001010101110010110010001110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B271; }

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

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

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

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

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

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

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

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