#EAAD70

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

Shades of Harvest Gold #EAAD70

Tints of Harvest Gold #EAAD70

Color information

#EAAD70 (or 0xEAAD70) is unknown color: approx Harvest Gold. HEX triplet: EA, AD and 70. RGB value is (234,173,112). Sum of RGB (Red+Green+Blue) = 234+173+112=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAD70 is #15528F. Grayscale: #B8B8B8. Windows color (decimal): -1397392 or 7384554. OLE color: 7384554.

HSL color Cylindrical-coordinate representation of color #EAAD70: hue angle of 30º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAAD70 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234173112-
CMYK00.260.520.08
HSL30º74.39%67.84%-
HSV(B)30º52.14%91.76%-
XYZ51.848.5521.97-
YUV184.2887.21163.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 21.58%
R=45.09%
G=33.33%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417311200.260.520.083074.3967.84
HexEAAD7001A3481e4a44
Octal352255160032641036112104
Binary1110101010101101111000001101011010010001111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD70; }

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

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

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

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

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

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

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

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