#ebb765

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

Shades of Harvest Gold #EBB765

Tints of Harvest Gold #EBB765

Color information

#EBB765 (or 0xEBB765) is unknown color: approx Harvest Gold. HEX triplet: EB, B7 and 65. RGB value is (235,183,101). Sum of RGB (Red+Green+Blue) = 235+183+101=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB765 is #14489A. Grayscale: #BDBDBD. Windows color (decimal): -1329307 or 6666219. OLE color: 6666219.

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

Color convert

RGB235183101-
CMYK00.220.570.08
HSL36.72º77.01%65.88%-
HSV(B)36.72º57.02%92.16%-
XYZ53.5452.4719.62-
YUV189.278.23160.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 183 (71.88% from 255) = 35.26%
BLUE value IS 101 (39.84% from 255) = 19.46%
R=45.28%
G=35.26%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518310100.220.570.0836.7277.0165.88
HexEBB765016398254d42
Octal353267145026711045115102
Binary11101011101101111100101010110111001100010010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb765; }

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

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

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

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

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

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

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

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