#e7ac6a

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

Shades of Harvest Gold #E7AC6A

Tints of Harvest Gold #E7AC6A

Color information

#E7AC6A (or 0xE7AC6A) is unknown color: approx Harvest Gold. HEX triplet: E7, AC and 6A. RGB value is (231,172,106). Sum of RGB (Red+Green+Blue) = 231+172+106=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AC6A is #185395. Grayscale: #B6B6B6. Windows color (decimal): -1594262 or 6991079. OLE color: 6991079.

HSL color Cylindrical-coordinate representation of color #E7AC6A: hue angle of 31.68º 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 #E7AC6A is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB231172106-
CMYK00.260.540.09
HSL31.68º72.25%66.08%-
HSV(B)31.68º54.11%90.59%-
XYZ50.3147.5320.16-
YUV182.1285.05162.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.38%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 106 (41.80% from 255) = 20.83%
R=45.38%
G=33.79%
B=20.83%

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
Decimal23117210600.260.540.0931.6872.2566.08
HexE7AC6A01A369204842
Octal347254152032661140110102
Binary11100111101011001101010011010110110100110000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7ac6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7ac6a; }

 p { color: rgb(231,172,106); }

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

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

 a { background-color: rgb(231,172,106); }

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

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

 span { border-color: rgb(231,172,106); }

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