#E3B221

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

Shades of Gold Tips #E3B221

Tints of Gold Tips #E3B221

Color information

#E3B221 (or 0xE3B221) is unknown color: approx Gold Tips. HEX triplet: E3, B2 and 21. RGB value is (227,178,33). Sum of RGB (Red+Green+Blue) = 227+178+33=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3B221 is #1C4DDE. Grayscale: #B0B0B0. Windows color (decimal): -1854943 or 2208483. OLE color: 2208483.

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

Color convert

RGB22717833-
CMYK00.220.850.11
HSL44.85º77.6%50.98%-
HSV(B)44.85º85.46%89.02%-
XYZ47.8748.288.23-
YUV176.1247.23164.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.83%
GREEN value IS 178 (69.92% from 255) = 40.64%
BLUE value IS 33 (13.28% from 255) = 7.53%
R=51.83%
G=40.64%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271783300.220.850.1144.8577.650.98
HexE3B22101655B2d4e33
Octal34326241026125135511663
Binary1110001110110010100001010110101010110111011011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B221; }

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

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

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

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

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

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

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

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