Html Css Color HEX #E1AA30 Gold Tips

📋 copy color: '#E1AA30'

red 225 ◦ green 170 ◦ blue 48

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

Shades of Gold Tips #E1AA30

Tints of Gold Tips #E1AA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.84%

R = 50.79%
G = 38.37%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1AA30 (or 0xE1AA30) is known color: Gold Tips. HEX triplet: E1, AA and 30. RGB value is (225,170,48). Sum of RGB (Red+Green+Blue) = 225+170+48=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA30 is #1E55CF. Grayscale: #ADADAD. Windows color (decimal): -1988048 or 3189473. OLE color: 3189473.

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

Color convert

RGB 225 170 48 -
CMYK 0 0.24 0.79 0.12
HSL 41.36º 0.75% 0.54% -
HSV(B) 41.36º 0.79% 0.88% -
XYZ 45.96 44.97 9.05 -
YUV 172.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 225 170 48 0 0.24 0.79 0.12 41.36 0.75 0.54
Hex E1 AA 30 0 18 4F C 29 4B 36
Octal 341 252 60 0 30 117 14 51 113 66
Binary 11100001 10101010 110000 0 11000 1001111 1100 101001 1001011 110110

Color Harmonies of #E1AA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA30

Black with #E1AA30

Text Example


Text Example

White with #E1AA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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