#E7AC64

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

Shades of Harvest Gold #E7AC64

Tints of Harvest Gold #E7AC64

Color information

#E7AC64 (or 0xE7AC64) is unknown color: approx Harvest Gold. HEX triplet: E7, AC and 64. RGB value is (231,172,100). Sum of RGB (Red+Green+Blue) = 231+172+100=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AC64 is #18539B. Grayscale: #B5B5B5. Windows color (decimal): -1594268 or 6597863. OLE color: 6597863.

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

Color convert

RGB231172100-
CMYK00.260.570.09
HSL32.98º73.18%64.9%-
HSV(B)32.98º56.71%90.59%-
XYZ50.0147.4118.57-
YUV181.4382.05163.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 100 (39.45% from 255) = 19.88%
R=45.92%
G=34.19%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117210000.260.570.0932.9873.1864.9
HexE7AC6401A399214941
Octal347254144032711141111101
Binary11100111101011001100100011010111001100110000110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AC64; }

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

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

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

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

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

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

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

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