#E5B41E

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

Shades of Gold Tips #E5B41E

Tints of Gold Tips #E5B41E

Color information

#E5B41E (or 0xE5B41E) is unknown color: approx Gold Tips. HEX triplet: E5, B4 and 1E. RGB value is (229,180,30). Sum of RGB (Red+Green+Blue) = 229+180+30=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B41E is #1A4BE1. Grayscale: #B2B2B2. Windows color (decimal): -1723362 or 2012389. OLE color: 2012389.

HSL color Cylindrical-coordinate representation of color #E5B41E: hue angle of 45.23º 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 #E5B41E is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB22918030-
CMYK00.210.870.10
HSL45.23º79.28%50.78%-
HSV(B)45.23º86.9%89.8%-
XYZ48.8749.398.19-
YUV177.5544.73164.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.16%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 30 (12.11% from 255) = 6.83%
R=52.16%
G=41.00%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291803000.210.870.1045.2379.2850.78
HexE5B41E01557A2d4f33
Octal34526436025127125511763
Binary111001011011010011110010101101011110101011011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B41E; }

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

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

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

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

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

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

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

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