#E5B027

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

Shades of Gold Tips #E5B027

Tints of Gold Tips #E5B027

Color information

#E5B027 (or 0xE5B027) is unknown color: approx Gold Tips. HEX triplet: E5, B0 and 27. RGB value is (229,176,39). Sum of RGB (Red+Green+Blue) = 229+176+39=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B027 is #1A4FD8. Grayscale: #B0B0B0. Windows color (decimal): -1724377 or 2601189. OLE color: 2601189.

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

Color convert

RGB22917639-
CMYK00.230.830.10
HSL43.26º78.51%52.55%-
HSV(B)43.26º82.97%89.8%-
XYZ48.247.868.62-
YUV176.2350.56165.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.58%
GREEN value IS 176 (69.14% from 255) = 39.64%
BLUE value IS 39 (15.62% from 255) = 8.78%
R=51.58%
G=39.64%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291763900.230.830.1043.2678.5152.55
HexE5B02701753A2b4f35
Octal34526047027123125311765
Binary1110010110110000100111010111101001110101010111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B027; }

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

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

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

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

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

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

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

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