#EBC061

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

Shades of Harvest Gold #EBC061

Tints of Harvest Gold #EBC061

Color information

#EBC061 (or 0xEBC061) is unknown color: approx Harvest Gold. HEX triplet: EB, C0 and 61. RGB value is (235,192,97). Sum of RGB (Red+Green+Blue) = 235+192+97=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC061 is #143F9E. Grayscale: #C2C2C2. Windows color (decimal): -1327007 or 6406379. OLE color: 6406379.

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

Color convert

RGB23519297-
CMYK00.180.590.08
HSL41.3º77.53%65.1%-
HSV(B)41.3º58.72%92.16%-
XYZ55.2756.2219.25-
YUV194.0373.25157.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 97 (38.28% from 255) = 18.51%
R=44.85%
G=36.64%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351929700.180.590.0841.377.5365.1
HexEBC0610123B8294e41
Octal353300141022731051116101
Binary11101011110000001100001010010111011100010100110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC061; }

 p { color: rgb(235,192,97); }

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

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

 a { background-color: rgb(235,192,97); }

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

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

 span { border-color: rgb(235,192,97); }

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