#EAC065

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

Shades of Harvest Gold #EAC065

Tints of Harvest Gold #EAC065

Color information

#EAC065 (or 0xEAC065) is unknown color: approx Harvest Gold. HEX triplet: EA, C0 and 65. RGB value is (234,192,101). Sum of RGB (Red+Green+Blue) = 234+192+101=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC065 is #153F9A. Grayscale: #C2C2C2. Windows color (decimal): -1392539 or 6668522. OLE color: 6668522.

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

Color convert

RGB234192101-
CMYK00.180.570.08
HSL41.05º76%65.69%-
HSV(B)41.05º56.84%91.76%-
XYZ55.1356.1320.24-
YUV194.1875.41156.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 101 (39.84% from 255) = 19.17%
R=44.40%
G=36.43%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419210100.180.570.0841.057665.69
HexEAC065012398294c42
Octal352300145022711051114102
Binary11101010110000001100101010010111001100010100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC065; }

 p { color: rgb(234,192,101); }

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

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

 a { background-color: rgb(234,192,101); }

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

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

 span { border-color: rgb(234,192,101); }

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