#E3B321

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

Shades of Gold Tips #E3B321

Tints of Gold Tips #E3B321

Color information

#E3B321 (or 0xE3B321) is unknown color: approx Gold Tips. HEX triplet: E3, B3 and 21. RGB value is (227,179,33). Sum of RGB (Red+Green+Blue) = 227+179+33=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B321 is #1C4CDE. Grayscale: #B1B1B1. Windows color (decimal): -1854687 or 2208739. OLE color: 2208739.

HSL color Cylindrical-coordinate representation of color #E3B321: hue angle of 45.15º 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 #E3B321 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB22717933-
CMYK00.210.850.11
HSL45.15º77.6%50.98%-
HSV(B)45.15º85.46%89.02%-
XYZ48.0748.688.3-
YUV176.7146.9163.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.71%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 33 (13.28% from 255) = 7.52%
R=51.71%
G=40.77%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271793300.210.850.1145.1577.650.98
HexE3B32101555B2d4e33
Octal34326341025125135511663
Binary1110001110110011100001010101101010110111011011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B321; }

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

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

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

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

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

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

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

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