#E5BC20

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

Shades of Gold Tips #E5BC20

Tints of Gold Tips #E5BC20

Color information

#E5BC20 (or 0xE5BC20) is unknown color: approx Gold Tips. HEX triplet: E5, BC and 20. RGB value is (229,188,32). Sum of RGB (Red+Green+Blue) = 229+188+32=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BC20 is #1A43DF. Grayscale: #B7B7B7. Windows color (decimal): -1721312 or 2145509. OLE color: 2145509.

HSL color Cylindrical-coordinate representation of color #E5BC20: hue angle of 47.51º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5BC20 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB22918832-
CMYK00.180.860.10
HSL47.51º79.12%51.18%-
HSV(B)47.51º86.03%89.8%-
XYZ50.5652.738.88-
YUV182.4843.08161.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 32 (12.89% from 255) = 7.13%
R=51.00%
G=41.87%
B=7.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291883200.180.860.1047.5179.1251.18
HexE5BC2001256A304f33
Octal34527440022126126011763
Binary1110010110111100100000010010101011010101100001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BC20; }

 p { color: rgb(229,188,32); }

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

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

 a { background-color: rgb(229,188,32); }

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

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

 span { border-color: rgb(229,188,32); }

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