#E5B072

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

Shades of Harvest Gold #E5B072

Tints of Harvest Gold #E5B072

Color information

#E5B072 (or 0xE5B072) is unknown color: approx Harvest Gold. HEX triplet: E5, B0 and 72. RGB value is (229,176,114). Sum of RGB (Red+Green+Blue) = 229+176+114=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B072 is #1A4F8D. Grayscale: #B9B9B9. Windows color (decimal): -1724302 or 7516389. OLE color: 7516389.

HSL color Cylindrical-coordinate representation of color #E5B072: hue angle of 32.35º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5B072 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB229176114-
CMYK00.230.500.10
HSL32.35º68.86%67.25%-
HSV(B)32.35º50.22%89.8%-
XYZ50.8848.9222.68-
YUV184.7888.06159.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=44.12%
G=33.91%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917611400.230.500.1032.3568.8667.25
HexE5B07201732A204543
Octal345260162027621240105103
Binary11100101101100001110010010111110010101010000010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B072; }

 p { color: rgb(229,176,114); }

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

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

 a { background-color: rgb(229,176,114); }

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

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

 span { border-color: rgb(229,176,114); }

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