#EABC66

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

Shades of Harvest Gold #EABC66

Tints of Harvest Gold #EABC66

Color information

#EABC66 (or 0xEABC66) is unknown color: approx Harvest Gold. HEX triplet: EA, BC and 66. RGB value is (234,188,102). Sum of RGB (Red+Green+Blue) = 234+188+102=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC66 is #154399. Grayscale: #C0C0C0. Windows color (decimal): -1393562 or 6733034. OLE color: 6733034.

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

Color convert

RGB234188102-
CMYK00.200.560.08
HSL39.09º75.86%65.88%-
HSV(B)39.09º56.41%91.76%-
XYZ54.3154.4220.21-
YUV191.9577.24157.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 102 (40.23% from 255) = 19.47%
R=44.66%
G=35.88%
B=19.47%

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
Decimal23418810200.200.560.0839.0975.8665.88
HexEABC66014388274c42
Octal352274146024701047114102
Binary11101010101111001100110010100111000100010011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC66; }

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

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

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

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

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

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

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

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