#EAAF6D

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

Shades of Harvest Gold #EAAF6D

Tints of Harvest Gold #EAAF6D

Color information

#EAAF6D (or 0xEAAF6D) is unknown color: approx Harvest Gold. HEX triplet: EA, AF and 6D. RGB value is (234,175,109). Sum of RGB (Red+Green+Blue) = 234+175+109=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF6D is #155092. Grayscale: #B9B9B9. Windows color (decimal): -1396883 or 7188458. OLE color: 7188458.

HSL color Cylindrical-coordinate representation of color #EAAF6D: hue angle of 31.68º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAAF6D is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234175109-
CMYK00.250.530.08
HSL31.68º74.85%67.25%-
HSV(B)31.68º53.42%91.76%-
XYZ52.0249.2621.23-
YUV185.1285.05162.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 109 (42.97% from 255) = 21.04%
R=45.17%
G=33.78%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417510900.250.530.0831.6874.8567.25
HexEAAF6D019358204b43
Octal352257155031651040113103
Binary11101010101011111101101011001110101100010000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF6D; }

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

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

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

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

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

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

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

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