#E3AA30

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

Shades of Gold Tips #E3AA30

Tints of Gold Tips #E3AA30

Color information

#E3AA30 (or 0xE3AA30) is unknown color: approx Gold Tips. HEX triplet: E3, AA and 30. RGB value is (227,170,48). Sum of RGB (Red+Green+Blue) = 227+170+48=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AA30 is #1C55CF. Grayscale: #ADADAD. Windows color (decimal): -1856976 or 3189475. OLE color: 3189475.

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

Color convert

RGB22717048-
CMYK00.250.790.11
HSL40.89º76.17%53.92%-
HSV(B)40.89º78.85%89.02%-
XYZ46.5945.299.08-
YUV173.1457.38166.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.01%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 48 (19.14% from 255) = 10.79%
R=51.01%
G=38.20%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271704800.250.790.1140.8976.1753.92
HexE3AA300194FB294c36
Octal34325260031117135111466
Binary1110001110101010110000011001100111110111010011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AA30; }

 p { color: rgb(227,170,48); }

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

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

 a { background-color: rgb(227,170,48); }

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

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

 span { border-color: rgb(227,170,48); }

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