#E5AC6A

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

Shades of Harvest Gold #E5AC6A

Tints of Harvest Gold #E5AC6A

Color information

#E5AC6A (or 0xE5AC6A) is unknown color: approx Harvest Gold. HEX triplet: E5, AC and 6A. RGB value is (229,172,106). Sum of RGB (Red+Green+Blue) = 229+172+106=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AC6A is #1A5395. Grayscale: #B5B5B5. Windows color (decimal): -1725334 or 6991077. OLE color: 6991077.

HSL color Cylindrical-coordinate representation of color #E5AC6A: hue angle of 32.2º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5AC6A is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB229172106-
CMYK00.250.540.10
HSL32.2º70.29%65.69%-
HSV(B)32.2º53.71%89.8%-
XYZ49.6747.220.13-
YUV181.5285.38161.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.17%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=45.17%
G=33.93%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917210600.250.540.1032.270.2965.69
HexE5AC6A01936A204642
Octal345254152031661240106102
Binary11100101101011001101010011001110110101010000010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AC6A; }

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

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

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

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

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

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

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

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