#E1AF6D

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

Shades of Harvest Gold #E1AF6D

Tints of Harvest Gold #E1AF6D

Color information

#E1AF6D (or 0xE1AF6D) is unknown color: approx Harvest Gold. HEX triplet: E1, AF and 6D. RGB value is (225,175,109). Sum of RGB (Red+Green+Blue) = 225+175+109=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF6D is #1E5092. Grayscale: #B6B6B6. Windows color (decimal): -1986707 or 7188449. OLE color: 7188449.

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

Color convert

RGB225175109-
CMYK00.220.520.12
HSL34.14º65.91%65.49%-
HSV(B)34.14º51.56%88.24%-
XYZ49.1447.7721.1-
YUV182.4386.56158.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.20%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 109 (42.97% from 255) = 21.41%
R=44.20%
G=34.38%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517510900.220.520.1234.1465.9165.49
HexE1AF6D01634C224241
Octal341257155026641442102101
Binary11100001101011111101101010110110100110010001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF6D; }

 p { color: rgb(225,175,109); }

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

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

 a { background-color: rgb(225,175,109); }

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

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

 span { border-color: rgb(225,175,109); }

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