#E5B61E

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

Shades of Gold Tips #E5B61E

Tints of Gold Tips #E5B61E

Color information

#E5B61E (or 0xE5B61E) is unknown color: approx Gold Tips. HEX triplet: E5, B6 and 1E. RGB value is (229,182,30). Sum of RGB (Red+Green+Blue) = 229+182+30=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B61E is #1A49E1. Grayscale: #B3B3B3. Windows color (decimal): -1722850 or 2012901. OLE color: 2012901.

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

Color convert

RGB22918230-
CMYK00.210.870.10
HSL45.83º79.28%50.78%-
HSV(B)45.83º86.9%89.8%-
XYZ49.2850.218.32-
YUV178.7244.07163.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.93%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 30 (12.11% from 255) = 6.80%
R=51.93%
G=41.27%
B=6.80%

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
Decimal2291823000.210.870.1045.8379.2850.78
HexE5B61E01557A2e4f33
Octal34526636025127125611763
Binary111001011011011011110010101101011110101011101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B61E; }

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

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

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

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

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

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

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

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