#EABC68

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

Shades of Harvest Gold #EABC68

Tints of Harvest Gold #EABC68

Color information

#EABC68 (or 0xEABC68) is unknown color: approx Harvest Gold. HEX triplet: EA, BC and 68. RGB value is (234,188,104). Sum of RGB (Red+Green+Blue) = 234+188+104=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC68 is #154397. Grayscale: #C0C0C0. Windows color (decimal): -1393560 or 6864106. OLE color: 6864106.

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

Color convert

RGB234188104-
CMYK00.200.560.08
HSL38.77º75.58%66.27%-
HSV(B)38.77º55.56%91.76%-
XYZ54.4154.4620.74-
YUV192.1878.24157.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.49%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 104 (41.02% from 255) = 19.77%
R=44.49%
G=35.74%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418810400.200.560.0838.7775.5866.27
HexEABC68014388274c42
Octal352274150024701047114102
Binary11101010101111001101000010100111000100010011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC68; }

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

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

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

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

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

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

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

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