#E5B031

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

Shades of Gold Tips #E5B031

Tints of Gold Tips #E5B031

Color information

#E5B031 (or 0xE5B031) is unknown color: approx Gold Tips. HEX triplet: E5, B0 and 31. RGB value is (229,176,49). Sum of RGB (Red+Green+Blue) = 229+176+49=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B031 is #1A4FCE. Grayscale: #B1B1B1. Windows color (decimal): -1724367 or 3256549. OLE color: 3256549.

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

Color convert

RGB22917649-
CMYK00.230.790.10
HSL42.33º77.59%54.51%-
HSV(B)42.33º78.6%89.8%-
XYZ48.3947.939.61-
YUV177.3755.56164.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.44%
GREEN value IS 176 (69.14% from 255) = 38.77%
BLUE value IS 49 (19.53% from 255) = 10.79%
R=50.44%
G=38.77%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291764900.230.790.1042.3377.5954.51
HexE5B0310174FA2a4e37
Octal34526061027117125211667
Binary1110010110110000110001010111100111110101010101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B031; }

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

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

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

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

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

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

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

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