#E2B372

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

Shades of Harvest Gold #E2B372

Tints of Harvest Gold #E2B372

Color information

#E2B372 (or 0xE2B372) is unknown color: approx Harvest Gold. HEX triplet: E2, B3 and 72. RGB value is (226,179,114). Sum of RGB (Red+Green+Blue) = 226+179+114=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B372 is #1D4C8D. Grayscale: #B9B9B9. Windows color (decimal): -1920142 or 7517154. OLE color: 7517154.

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

Color convert

RGB226179114-
CMYK00.210.500.11
HSL34.82º65.88%66.67%-
HSV(B)34.82º49.56%88.63%-
XYZ50.5249.6222.84-
YUV185.6487.57156.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 114 (44.92% from 255) = 21.97%
R=43.55%
G=34.49%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617911400.210.500.1134.8265.8866.67
HexE2B37201532B234243
Octal342263162025621343102103
Binary11100010101100111110010010101110010101110001110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B372; }

 p { color: rgb(226,179,114); }

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

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

 a { background-color: rgb(226,179,114); }

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

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

 span { border-color: rgb(226,179,114); }

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