#E5AA24

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

Shades of Gold Tips #E5AA24

Tints of Gold Tips #E5AA24

Color information

#E5AA24 (or 0xE5AA24) is unknown color: approx Gold Tips. HEX triplet: E5, AA and 24. RGB value is (229,170,36). Sum of RGB (Red+Green+Blue) = 229+170+36=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AA24 is #1A55DB. Grayscale: #ACACAC. Windows color (decimal): -1725916 or 2403045. OLE color: 2403045.

HSL color Cylindrical-coordinate representation of color #E5AA24: hue angle of 41.66º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5AA24 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB22917036-
CMYK00.260.840.10
HSL41.66º78.78%51.96%-
HSV(B)41.66º84.28%89.8%-
XYZ47.0145.537.98-
YUV172.3651.05168.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.64%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 36 (14.45% from 255) = 8.28%
R=52.64%
G=39.08%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291703600.260.840.1041.6678.7851.96
HexE5AA2401A54A2a4f34
Octal34525244032124125211764
Binary1110010110101010100100011010101010010101010101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AA24; }

 p { color: rgb(229,170,36); }

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

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

 a { background-color: rgb(229,170,36); }

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

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

 span { border-color: rgb(229,170,36); }

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