#EEAF62

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

Shades of Harvest Gold #EEAF62

Tints of Harvest Gold #EEAF62

Color information

#EEAF62 (or 0xEEAF62) is unknown color: approx Harvest Gold. HEX triplet: EE, AF and 62. RGB value is (238,175,98). Sum of RGB (Red+Green+Blue) = 238+175+98=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAF62 is #11509D. Grayscale: #B9B9B9. Windows color (decimal): -1134750 or 6467566. OLE color: 6467566.

HSL color Cylindrical-coordinate representation of color #EEAF62: hue angle of 33º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EEAF62 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23817598-
CMYK00.260.590.07
HSL33º80.46%65.88%-
HSV(B)33º58.82%93.33%-
XYZ52.7949.7218.37-
YUV185.0678.87165.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.58%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 98 (38.67% from 255) = 19.18%
R=46.58%
G=34.25%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381759800.260.590.073380.4665.88
HexEEAF6201A3B7215042
Octal35625714203273741120102
Binary1110111010101111110001001101011101111110000110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF62; }

 p { color: rgb(238,175,98); }

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

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

 a { background-color: rgb(238,175,98); }

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

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

 span { border-color: rgb(238,175,98); }

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