#E2B473

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

Shades of Harvest Gold #E2B473

Tints of Harvest Gold #E2B473

Color information

#E2B473 (or 0xE2B473) is unknown color: approx Harvest Gold. HEX triplet: E2, B4 and 73. RGB value is (226,180,115). Sum of RGB (Red+Green+Blue) = 226+180+115=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B473 is #1D4B8C. Grayscale: #BABABA. Windows color (decimal): -1919885 or 7582946. OLE color: 7582946.

HSL color Cylindrical-coordinate representation of color #E2B473: hue angle of 35.14º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2B473 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB226180115-
CMYK00.200.490.11
HSL35.14º65.68%66.86%-
HSV(B)35.14º49.12%88.63%-
XYZ50.7850.0523.2-
YUV186.3487.74156.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.38%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 115 (45.31% from 255) = 22.07%
R=43.38%
G=34.55%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618011500.200.490.1135.1465.6866.86
HexE2B47301431B234243
Octal342264163024611343102103
Binary11100010101101001110011010100110001101110001110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B473; }

 p { color: rgb(226,180,115); }

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

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

 a { background-color: rgb(226,180,115); }

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

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

 span { border-color: rgb(226,180,115); }

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