#EBB960

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

Shades of Harvest Gold #EBB960

Tints of Harvest Gold #EBB960

Color information

#EBB960 (or 0xEBB960) is unknown color: approx Harvest Gold. HEX triplet: EB, B9 and 60. RGB value is (235,185,96). Sum of RGB (Red+Green+Blue) = 235+185+96=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB960 is #14469F. Grayscale: #BEBEBE. Windows color (decimal): -1328800 or 6339051. OLE color: 6339051.

HSL color Cylindrical-coordinate representation of color #EBB960: hue angle of 38.42º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBB960 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23518596-
CMYK00.210.590.08
HSL38.42º77.65%64.9%-
HSV(B)38.42º59.15%92.16%-
XYZ53.7253.218.5-
YUV189.875.06160.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 96 (37.89% from 255) = 18.60%
R=45.54%
G=35.85%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351859600.210.590.0838.4277.6564.9
HexEBB9600153B8264e41
Octal353271140025731046116101
Binary11101011101110011100000010101111011100010011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB960; }

 p { color: rgb(235,185,96); }

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

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

 a { background-color: rgb(235,185,96); }

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

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

 span { border-color: rgb(235,185,96); }

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