#EAAD6D

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

Shades of Harvest Gold #EAAD6D

Tints of Harvest Gold #EAAD6D

Color information

#EAAD6D (or 0xEAAD6D) is unknown color: approx Harvest Gold. HEX triplet: EA, AD and 6D. RGB value is (234,173,109). Sum of RGB (Red+Green+Blue) = 234+173+109=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAD6D is #155292. Grayscale: #B8B8B8. Windows color (decimal): -1397395 or 7187946. OLE color: 7187946.

HSL color Cylindrical-coordinate representation of color #EAAD6D: hue angle of 30.72º 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 #EAAD6D is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234173109-
CMYK00.260.530.08
HSL30.72º74.85%67.25%-
HSV(B)30.72º53.42%91.76%-
XYZ51.6448.4821.1-
YUV183.9485.71163.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 109 (42.97% from 255) = 21.12%
R=45.35%
G=33.53%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417310900.260.530.0830.7274.8567.25
HexEAAD6D01A3581f4b43
Octal352255155032651037113103
Binary1110101010101101110110101101011010110001111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD6D; }

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

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

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

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

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

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

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

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