#E5B01E

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

Shades of Gold Tips #E5B01E

Tints of Gold Tips #E5B01E

Color information

#E5B01E (or 0xE5B01E) is unknown color: approx Gold Tips. HEX triplet: E5, B0 and 1E. RGB value is (229,176,30). Sum of RGB (Red+Green+Blue) = 229+176+30=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B01E is #1A4FE1. Grayscale: #AFAFAF. Windows color (decimal): -1724386 or 2011365. OLE color: 2011365.

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

Color convert

RGB22917630-
CMYK00.230.870.10
HSL44.02º79.28%50.78%-
HSV(B)44.02º86.9%89.8%-
XYZ48.0747.87.92-
YUV175.246.06166.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.64%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 30 (12.11% from 255) = 6.90%
R=52.64%
G=40.46%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291763000.230.870.1044.0279.2850.78
HexE5B01E01757A2c4f33
Octal34526036027127125411763
Binary111001011011000011110010111101011110101011001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B01E; }

 p { color: rgb(229,176,30); }

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

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

 a { background-color: rgb(229,176,30); }

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

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

 span { border-color: rgb(229,176,30); }

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