Html Css Color HEX #E5AA1A Gold Tips

📋 copy color: '#E5AA1A'

red 229 ◦ green 170 ◦ blue 26

#E5AA1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #E5AA1A

Tints of Gold Tips #E5AA1A

RGB

 RED value IS 229 (89.84% from 255) = 53.88%

 GREEN value IS 170 (66.8% from 255) = 40%

 BLUE value IS 26 (10.55% from 255) = 6.12%

R = 53.88%
G = 40%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5AA1A (or 0xE5AA1A) is known color: Gold Tips. HEX triplet: E5, AA and 1A. RGB value is (229,170,26). Sum of RGB (Red+Green+Blue) = 229+170+26=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AA1A is #1A55E5. Grayscale: #ABABAB. Windows color (decimal): -1725926 or 1747685. OLE color: 1747685.

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

Color convert

RGB 229 170 26 -
CMYK 0 0.26 0.89 0.10
HSL 42.56º 0.8% 0.5% -
HSV(B) 42.56º 0.89% 0.9% -
XYZ 46.87 45.48 7.29 -
YUV 171.23 46.05 169.21 -
System Red Green Blue C M Y K H S L
Decimal 229 170 26 0 0.26 0.89 0.10 42.56 0.8 0.5
Hex E5 AA 1A 0 1A 59 A 2B 50 32
Octal 345 252 32 0 32 131 12 53 120 62
Binary 11100101 10101010 11010 0 11010 1011001 1010 101011 1010000 110010

Color Harmonies of #E5AA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA1A

Black with #E5AA1A

Text Example


Text Example

White with #E5AA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA1A; }

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

 H1.HeaderClassName
 {
   color: #E5AA1A;
 }
 .AnyTagClassName
 {
   color: #E5AA1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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