#E5B215

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

Shades of Gold Tips #E5B215

Tints of Gold Tips #E5B215

Color information

#E5B215 (or 0xE5B215) is unknown color: approx Gold Tips. HEX triplet: E5, B2 and 15. RGB value is (229,178,21). Sum of RGB (Red+Green+Blue) = 229+178+21=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5B215 is #1A4DEA. Grayscale: #B0B0B0. Windows color (decimal): -1723883 or 1422053. OLE color: 1422053.

HSL color Cylindrical-coordinate representation of color #E5B215: hue angle of 45.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5B215 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB22917821-
CMYK00.220.910.10
HSL45.29º83.2%49.02%-
HSV(B)45.29º90.83%89.8%-
XYZ48.3748.557.53-
YUV175.3540.9166.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.50%
GREEN value IS 178 (69.92% from 255) = 41.59%
BLUE value IS 21 (8.59% from 255) = 4.91%
R=53.50%
G=41.59%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291782100.220.910.1045.2983.249.02
HexE5B2150165BA2d5331
Octal34526225026133125512361
Binary111001011011001010101010110101101110101011011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B215; }

 p { color: rgb(229,178,21); }

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

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

 a { background-color: rgb(229,178,21); }

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

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

 span { border-color: rgb(229,178,21); }

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