#E3AA20

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

Shades of Gold Tips #E3AA20

Tints of Gold Tips #E3AA20

Color information

#E3AA20 (or 0xE3AA20) is unknown color: approx Gold Tips. HEX triplet: E3, AA and 20. RGB value is (227,170,32). Sum of RGB (Red+Green+Blue) = 227+170+32=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AA20 is #1C55DF. Grayscale: #ABABAB. Windows color (decimal): -1856992 or 2140899. OLE color: 2140899.

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

Color convert

RGB22717032-
CMYK00.250.860.11
HSL42.46º77.69%50.78%-
HSV(B)42.46º85.9%89.02%-
XYZ46.3145.187.65-
YUV171.3149.38167.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.91%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 32 (12.89% from 255) = 7.46%
R=52.91%
G=39.63%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271703200.250.860.1142.4677.6950.78
HexE3AA2001956B2a4e33
Octal34325240031126135211663
Binary1110001110101010100000011001101011010111010101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AA20; }

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

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

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

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

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

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

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

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