#e5b172

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

Shades of Harvest Gold #E5B172

Tints of Harvest Gold #E5B172

Color information

#E5B172 (or 0xE5B172) is unknown color: approx Harvest Gold. HEX triplet: E5, B1 and 72. RGB value is (229,177,114). Sum of RGB (Red+Green+Blue) = 229+177+114=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B172 is #1A4E8D. Grayscale: #B9B9B9. Windows color (decimal): -1724046 or 7516645. OLE color: 7516645.

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

Color convert

RGB229177114-
CMYK00.230.500.10
HSL32.87º68.86%67.25%-
HSV(B)32.87º50.22%89.8%-
XYZ51.0749.3222.75-
YUV185.3787.73159.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 114 (44.92% from 255) = 21.92%
R=44.04%
G=34.04%
B=21.92%

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
Decimal22917711400.230.500.1032.8768.8667.25
HexE5B17201732A214543
Octal345261162027621241105103
Binary11100101101100011110010010111110010101010000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5b172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5b172; }

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

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

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

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

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

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

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

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