Html Css Color HEX #E1AA25 Gold Tips

📋 copy color: '#E1AA25'

red 225 ◦ green 170 ◦ blue 37

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

Shades of Gold Tips #E1AA25

Tints of Gold Tips #E1AA25

RGB

 RED value IS 225 (88.28% from 255) = 52.08%

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

 BLUE value IS 37 (14.84% from 255) = 8.56%

R = 52.08%
G = 39.35%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E1AA25 (or 0xE1AA25) is known color: Gold Tips. HEX triplet: E1, AA and 25. RGB value is (225,170,37). Sum of RGB (Red+Green+Blue) = 225+170+37=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA25 is #1E55DA. Grayscale: #ABABAB. Windows color (decimal): -1988059 or 2468577. OLE color: 2468577.

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

Color convert

RGB 225 170 37 -
CMYK 0 0.24 0.84 0.12
HSL 42.45º 0.76% 0.51% -
HSV(B) 42.45º 0.84% 0.88% -
XYZ 45.76 44.89 8 -
YUV 171.28 52.22 166.31 -
System Red Green Blue C M Y K H S L
Decimal 225 170 37 0 0.24 0.84 0.12 42.45 0.76 0.51
Hex E1 AA 25 0 18 54 C 2A 4C 33
Octal 341 252 45 0 30 124 14 52 114 63
Binary 11100001 10101010 100101 0 11000 1010100 1100 101010 1001100 110011

Color Harmonies of #E1AA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA25

Black with #E1AA25

Text Example


Text Example

White with #E1AA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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