#EAC170

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

Shades of Harvest Gold #EAC170

Tints of Harvest Gold #EAC170

Color information

#EAC170 (or 0xEAC170) is unknown color: approx Harvest Gold. HEX triplet: EA, C1 and 70. RGB value is (234,193,112). Sum of RGB (Red+Green+Blue) = 234+193+112=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC170 is #153E8F. Grayscale: #C4C4C4. Windows color (decimal): -1392272 or 7389674. OLE color: 7389674.

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

Color convert

RGB234193112-
CMYK00.180.520.08
HSL39.84º74.39%67.84%-
HSV(B)39.84º52.14%91.76%-
XYZ55.9356.823.35-
YUV196.0280.58155.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 193 (75.78% from 255) = 35.81%
BLUE value IS 112 (44.14% from 255) = 20.78%
R=43.41%
G=35.81%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419311200.180.520.0839.8474.3967.84
HexEAC170012348284a44
Octal352301160022641050112104
Binary11101010110000011110000010010110100100010100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC170; }

 p { color: rgb(234,193,112); }

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

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

 a { background-color: rgb(234,193,112); }

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

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

 span { border-color: rgb(234,193,112); }

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