#E3BA20

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

Shades of Gold Tips #E3BA20

Tints of Gold Tips #E3BA20

Color information

#E3BA20 (or 0xE3BA20) is unknown color: approx Gold Tips. HEX triplet: E3, BA and 20. RGB value is (227,186,32). Sum of RGB (Red+Green+Blue) = 227+186+32=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BA20 is #1C45DF. Grayscale: #B5B5B5. Windows color (decimal): -1852896 or 2144995. OLE color: 2144995.

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

Color convert

RGB22718632-
CMYK00.180.860.11
HSL47.38º77.69%50.78%-
HSV(B)47.38º85.9%89.02%-
XYZ49.551.558.71-
YUV180.744.08161.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.01%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 32 (12.89% from 255) = 7.19%
R=51.01%
G=41.80%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271863200.180.860.1147.3877.6950.78
HexE3BA2001256B2f4e33
Octal34327240022126135711663
Binary1110001110111010100000010010101011010111011111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BA20; }

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

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

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

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

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

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

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

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