#EAAF64

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

Shades of Harvest Gold #EAAF64

Tints of Harvest Gold #EAAF64

Color information

#EAAF64 (or 0xEAAF64) is unknown color: approx Harvest Gold. HEX triplet: EA, AF and 64. RGB value is (234,175,100). Sum of RGB (Red+Green+Blue) = 234+175+100=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF64 is #15509B. Grayscale: #B8B8B8. Windows color (decimal): -1396892 or 6598634. OLE color: 6598634.

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

Color convert

RGB234175100-
CMYK00.250.570.08
HSL33.58º76.14%65.49%-
HSV(B)33.58º57.26%91.76%-
XYZ51.5649.0718.81-
YUV184.0980.55163.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 100 (39.45% from 255) = 19.65%
R=45.97%
G=34.38%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417510000.250.570.0833.5876.1465.49
HexEAAF64019398224c41
Octal352257144031711042114101
Binary11101010101011111100100011001111001100010001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAF64; }

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

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

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

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

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

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

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

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