#EABE68

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

Shades of Harvest Gold #EABE68

Tints of Harvest Gold #EABE68

Color information

#EABE68 (or 0xEABE68) is unknown color: approx Harvest Gold. HEX triplet: EA, BE and 68. RGB value is (234,190,104). Sum of RGB (Red+Green+Blue) = 234+190+104=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE68 is #154197. Grayscale: #C1C1C1. Windows color (decimal): -1393048 or 6864618. OLE color: 6864618.

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

Color convert

RGB234190104-
CMYK00.190.560.08
HSL39.69º75.58%66.27%-
HSV(B)39.69º55.56%91.76%-
XYZ54.8455.3220.88-
YUV193.3577.58156.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.32%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 104 (41.02% from 255) = 19.70%
R=44.32%
G=35.98%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419010400.190.560.0839.6975.5866.27
HexEABE68013388284c42
Octal352276150023701050114102
Binary11101010101111101101000010011111000100010100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE68; }

 p { color: rgb(234,190,104); }

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

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

 a { background-color: rgb(234,190,104); }

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

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

 span { border-color: rgb(234,190,104); }

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