#EAAC6C

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

Shades of Harvest Gold #EAAC6C

Tints of Harvest Gold #EAAC6C

Color information

#EAAC6C (or 0xEAAC6C) is unknown color: approx Harvest Gold. HEX triplet: EA, AC and 6C. RGB value is (234,172,108). Sum of RGB (Red+Green+Blue) = 234+172+108=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAC6C is #155393. Grayscale: #B7B7B7. Windows color (decimal): -1397652 or 7122154. OLE color: 7122154.

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

Color convert

RGB234172108-
CMYK00.260.540.08
HSL30.48º75%67.06%-
HSV(B)30.48º53.85%91.76%-
XYZ51.3948.0820.76-
YUV183.2485.54164.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.53%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 108 (42.58% from 255) = 21.01%
R=45.53%
G=33.46%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417210800.260.540.0830.487567.06
HexEAAC6C01A3681e4b43
Octal352254154032661036113103
Binary1110101010101100110110001101011011010001111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC6C; }

 p { color: rgb(234,172,108); }

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

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

 a { background-color: rgb(234,172,108); }

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

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

 span { border-color: rgb(234,172,108); }

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