#EBC165

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

Shades of Harvest Gold #EBC165

Tints of Harvest Gold #EBC165

Color information

#EBC165 (or 0xEBC165) is unknown color: approx Harvest Gold. HEX triplet: EB, C1 and 65. RGB value is (235,193,101). Sum of RGB (Red+Green+Blue) = 235+193+101=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC165 is #143E9A. Grayscale: #C3C3C3. Windows color (decimal): -1326747 or 6668779. OLE color: 6668779.

HSL color Cylindrical-coordinate representation of color #EBC165: hue angle of 41.19º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBC165 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB235193101-
CMYK00.180.570.08
HSL41.19º77.01%65.88%-
HSV(B)41.19º57.02%92.16%-
XYZ55.6856.7420.33-
YUV195.0774.91156.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 101 (39.84% from 255) = 19.09%
R=44.42%
G=36.48%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519310100.180.570.0841.1977.0165.88
HexEBC165012398294d42
Octal353301145022711051115102
Binary11101011110000011100101010010111001100010100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC165; }

 p { color: rgb(235,193,101); }

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

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

 a { background-color: rgb(235,193,101); }

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

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

 span { border-color: rgb(235,193,101); }

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