#EABA68

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

Shades of Harvest Gold #EABA68

Tints of Harvest Gold #EABA68

Color information

#EABA68 (or 0xEABA68) is unknown color: approx Harvest Gold. HEX triplet: EA, BA and 68. RGB value is (234,186,104). Sum of RGB (Red+Green+Blue) = 234+186+104=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABA68 is #154597. Grayscale: #BFBFBF. Windows color (decimal): -1394072 or 6863594. OLE color: 6863594.

HSL color Cylindrical-coordinate representation of color #EABA68: hue angle of 37.85º 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 #EABA68 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234186104-
CMYK00.210.560.08
HSL37.85º75.58%66.27%-
HSV(B)37.85º55.56%91.76%-
XYZ53.9953.6120.6-
YUV19178.9158.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 104 (41.02% from 255) = 19.85%
R=44.66%
G=35.50%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418610400.210.560.0837.8575.5866.27
HexEABA68015388264c42
Octal352272150025701046114102
Binary11101010101110101101000010101111000100010011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABA68; }

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

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

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

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

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

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

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

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