#E5AF6D

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

Shades of Harvest Gold #E5AF6D

Tints of Harvest Gold #E5AF6D

Color information

#E5AF6D (or 0xE5AF6D) is unknown color: approx Harvest Gold. HEX triplet: E5, AF and 6D. RGB value is (229,175,109). Sum of RGB (Red+Green+Blue) = 229+175+109=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF6D is #1A5092. Grayscale: #B7B7B7. Windows color (decimal): -1724563 or 7188453. OLE color: 7188453.

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

Color convert

RGB229175109-
CMYK00.240.520.10
HSL33º69.77%66.27%-
HSV(B)33º52.4%89.8%-
XYZ50.448.4221.16-
YUV183.6285.89160.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.64%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 109 (42.97% from 255) = 21.25%
R=44.64%
G=34.11%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917510900.240.520.103369.7766.27
HexE5AF6D01834A214642
Octal345257155030641241106102
Binary11100101101011111101101011000110100101010000110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AF6D; }

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

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

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

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

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

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

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

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