#E1AA29

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

Shades of Gold Tips #E1AA29

Tints of Gold Tips #E1AA29

Color information

#E1AA29 (or 0xE1AA29) is unknown color: approx Gold Tips. HEX triplet: E1, AA and 29. RGB value is (225,170,41). Sum of RGB (Red+Green+Blue) = 225+170+41=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA29 is #1E55D6. Grayscale: #ACACAC. Windows color (decimal): -1988055 or 2730721. OLE color: 2730721.

HSL color Cylindrical-coordinate representation of color #E1AA29: hue angle of 42.07º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1AA29 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB22517041-
CMYK00.240.820.12
HSL42.07º75.41%52.16%-
HSV(B)42.07º81.78%88.24%-
XYZ45.8344.928.35-
YUV171.7454.22165.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 41 (16.41% from 255) = 9.40%
R=51.61%
G=38.99%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251704100.240.820.1242.0775.4152.16
HexE1AA2901852C2a4b34
Octal34125251030122145211364
Binary1110000110101010101001011000101001011001010101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AA29; }

 p { color: rgb(225,170,41); }

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

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

 a { background-color: rgb(225,170,41); }

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

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

 span { border-color: rgb(225,170,41); }

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