#E2A86A

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

Shades of Harvest Gold #E2A86A

Tints of Harvest Gold #E2A86A

Color information

#E2A86A (or 0xE2A86A) is unknown color: approx Harvest Gold. HEX triplet: E2, A8 and 6A. RGB value is (226,168,106). Sum of RGB (Red+Green+Blue) = 226+168+106=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A86A is #1D5795. Grayscale: #B2B2B2. Windows color (decimal): -1922966 or 6990050. OLE color: 6990050.

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

Color convert

RGB226168106-
CMYK00.260.530.11
HSL31º67.42%65.1%-
HSV(B)31º53.1%88.63%-
XYZ47.9745.2119.83-
YUV178.2787.22162.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.2%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 106 (41.80% from 255) = 21.2%
R=45.2%
G=33.6%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22616810600.260.530.113167.4265.1
HexE2A86A01A35B1f4341
Octal342250152032651337103101
Binary1110001010101000110101001101011010110111111110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A86A; }

 p { color: rgb(226,168,106); }

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

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

 a { background-color: rgb(226,168,106); }

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

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

 span { border-color: rgb(226,168,106); }

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