#E1AC6E

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

Shades of Harvest Gold #E1AC6E

Tints of Harvest Gold #E1AC6E

Color information

#E1AC6E (or 0xE1AC6E) is unknown color: approx Harvest Gold. HEX triplet: E1, AC and 6E. RGB value is (225,172,110). Sum of RGB (Red+Green+Blue) = 225+172+110=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AC6E is #1E5391. Grayscale: #B5B5B5. Windows color (decimal): -1987474 or 7253217. OLE color: 7253217.

HSL color Cylindrical-coordinate representation of color #E1AC6E: hue angle of 32.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1AC6E is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB225172110-
CMYK00.240.510.12
HSL32.35º65.71%65.69%-
HSV(B)32.35º51.11%88.24%-
XYZ48.6246.6421.19-
YUV180.7888.06159.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.38%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 110 (43.36% from 255) = 21.70%
R=44.38%
G=33.93%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517211000.240.510.1232.3565.7165.69
HexE1AC6E01833C204242
Octal341254156030631440102102
Binary11100001101011001101110011000110011110010000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AC6E; }

 p { color: rgb(225,172,110); }

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

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

 a { background-color: rgb(225,172,110); }

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

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

 span { border-color: rgb(225,172,110); }

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