#E0B772

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

Shades of Harvest Gold #E0B772

Tints of Harvest Gold #E0B772

Color information

#E0B772 (or 0xE0B772) is unknown color: approx Harvest Gold. HEX triplet: E0, B7 and 72. RGB value is (224,183,114). Sum of RGB (Red+Green+Blue) = 224+183+114=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B772 is #1F488D. Grayscale: #BBBBBB. Windows color (decimal): -2050190 or 7518176. OLE color: 7518176.

HSL color Cylindrical-coordinate representation of color #E0B772: hue angle of 37.64º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0B772 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB224183114-
CMYK00.180.490.12
HSL37.64º63.95%66.27%-
HSV(B)37.64º49.11%87.84%-
XYZ50.7150.9323.08-
YUV187.3986.58154.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 114 (44.92% from 255) = 21.88%
R=42.99%
G=35.12%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418311400.180.490.1237.6463.9566.27
HexE0B77201231C264042
Octal340267162022611446100102
Binary11100000101101111110010010010110001110010011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B772; }

 p { color: rgb(224,183,114); }

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

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

 a { background-color: rgb(224,183,114); }

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

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

 span { border-color: rgb(224,183,114); }

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