#e8ba60

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

Shades of Harvest Gold #E8BA60

Tints of Harvest Gold #E8BA60

Color information

#E8BA60 (or 0xE8BA60) is unknown color: approx Harvest Gold. HEX triplet: E8, BA and 60. RGB value is (232,186,96). Sum of RGB (Red+Green+Blue) = 232+186+96=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BA60 is #17459F. Grayscale: #BDBDBD. Windows color (decimal): -1525152 or 6339304. OLE color: 6339304.

HSL color Cylindrical-coordinate representation of color #E8BA60: hue angle of 39.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8BA60 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23218696-
CMYK00.200.590.09
HSL39.71º74.73%64.31%-
HSV(B)39.71º58.62%90.98%-
XYZ52.9553.1218.53-
YUV189.4975.24158.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.14%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 96 (37.89% from 255) = 18.68%
R=45.14%
G=36.19%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321869600.200.590.0939.7174.7364.31
HexE8BA600143B9284b40
Octal350272140024731150113100
Binary11101000101110101100000010100111011100110100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8ba60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8ba60; }

 p { color: rgb(232,186,96); }

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

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

 a { background-color: rgb(232,186,96); }

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

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

 span { border-color: rgb(232,186,96); }

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