#E3B220

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

Shades of Gold Tips #E3B220

Tints of Gold Tips #E3B220

Color information

#E3B220 (or 0xE3B220) is unknown color: approx Gold Tips. HEX triplet: E3, B2 and 20. RGB value is (227,178,32). Sum of RGB (Red+Green+Blue) = 227+178+32=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3B220 is #1C4DDF. Grayscale: #B0B0B0. Windows color (decimal): -1854944 or 2142947. OLE color: 2142947.

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

Color convert

RGB22717832-
CMYK00.220.860.11
HSL44.92º77.69%50.78%-
HSV(B)44.92º85.9%89.02%-
XYZ47.8648.288.16-
YUV176.0146.73164.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.95%
GREEN value IS 178 (69.92% from 255) = 40.73%
BLUE value IS 32 (12.89% from 255) = 7.32%
R=51.95%
G=40.73%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271783200.220.860.1144.9277.6950.78
HexE3B22001656B2d4e33
Octal34326240026126135511663
Binary1110001110110010100000010110101011010111011011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B220; }

 p { color: rgb(227,178,32); }

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

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

 a { background-color: rgb(227,178,32); }

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

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

 span { border-color: rgb(227,178,32); }

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