#E2B027

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

Shades of Gold Tips #E2B027

Tints of Gold Tips #E2B027

Color information

#E2B027 (or 0xE2B027) is unknown color: approx Gold Tips. HEX triplet: E2, B0 and 27. RGB value is (226,176,39). Sum of RGB (Red+Green+Blue) = 226+176+39=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 39 (15.62% from 255 or 8.84% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B027 is #1D4FD8. Grayscale: #AFAFAF. Windows color (decimal): -1920985 or 2601186. OLE color: 2601186.

HSL color Cylindrical-coordinate representation of color #E2B027: hue angle of 43.96º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2B027 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB22617639-
CMYK00.220.830.11
HSL43.96º76.33%51.96%-
HSV(B)43.96º82.74%88.63%-
XYZ47.2647.378.57-
YUV175.3351.06164.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.25%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 39 (15.62% from 255) = 8.84%
R=51.25%
G=39.91%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261763900.220.830.1143.9676.3351.96
HexE2B02701653B2c4c34
Octal34226047026123135411464
Binary1110001010110000100111010110101001110111011001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B027; }

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

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

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

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

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

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

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

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