#e2b474

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

Shades of Harvest Gold #E2B474

Tints of Harvest Gold #E2B474

Color information

#E2B474 (or 0xE2B474) is unknown color: approx Harvest Gold. HEX triplet: E2, B4 and 74. RGB value is (226,180,116). Sum of RGB (Red+Green+Blue) = 226+180+116=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B474 is #1D4B8B. Grayscale: #BABABA. Windows color (decimal): -1919884 or 7648482. OLE color: 7648482.

HSL color Cylindrical-coordinate representation of color #E2B474: hue angle of 34.91º degrees, saturation: 0.65, 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 #E2B474 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB226180116-
CMYK00.200.490.11
HSL34.91º65.48%67.06%-
HSV(B)34.91º48.67%88.63%-
XYZ50.8450.0723.51-
YUV186.4688.24156.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.30%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 116 (45.70% from 255) = 22.22%
R=43.30%
G=34.48%
B=22.22%

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
Decimal22618011600.200.490.1134.9165.4867.06
HexE2B47401431B234143
Octal342264164024611343101103
Binary11100010101101001110100010100110001101110001110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2b474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2b474; }

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

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

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

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

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

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

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

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