#e7aa6b

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

Shades of Harvest Gold #E7AA6B

Tints of Harvest Gold #E7AA6B

Color information

#E7AA6B (or 0xE7AA6B) is unknown color: approx Harvest Gold. HEX triplet: E7, AA and 6B. RGB value is (231,170,107). Sum of RGB (Red+Green+Blue) = 231+170+107=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AA6B is #185594. Grayscale: #B5B5B5. Windows color (decimal): -1594773 or 7056103. OLE color: 7056103.

HSL color Cylindrical-coordinate representation of color #E7AA6B: hue angle of 30.48º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7AA6B is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB231170107-
CMYK00.260.540.09
HSL30.48º72.09%66.27%-
HSV(B)30.48º53.68%90.59%-
XYZ49.9846.820.31-
YUV181.0686.21163.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 107 (42.19% from 255) = 21.06%
R=45.47%
G=33.46%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117010700.260.540.0930.4872.0966.27
HexE7AA6B01A3691e4842
Octal347252153032661136110102
Binary1110011110101010110101101101011011010011111010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7aa6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7aa6b; }

 p { color: rgb(231,170,107); }

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

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

 a { background-color: rgb(231,170,107); }

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

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

 span { border-color: rgb(231,170,107); }

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