#EAAD62

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

Shades of Harvest Gold #EAAD62

Tints of Harvest Gold #EAAD62

Color information

#EAAD62 (or 0xEAAD62) is unknown color: approx Harvest Gold. HEX triplet: EA, AD and 62. RGB value is (234,173,98). Sum of RGB (Red+Green+Blue) = 234+173+98=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAD62 is #15529D. Grayscale: #B7B7B7. Windows color (decimal): -1397406 or 6467050. OLE color: 6467050.

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

Color convert

RGB23417398-
CMYK00.260.580.08
HSL33.09º76.4%65.1%-
HSV(B)33.09º58.12%91.76%-
XYZ51.0848.2618.18-
YUV182.6980.21164.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 98 (38.67% from 255) = 19.41%
R=46.34%
G=34.26%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341739800.260.580.0833.0976.465.1
HexEAAD6201A3A8214c41
Octal352255142032721041114101
Binary11101010101011011100010011010111010100010000110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD62; }

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

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

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

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

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

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

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

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