Html Css Color HEX #E1AE19 Gold Tips

📋 copy color: '#E1AE19'

red 225 ◦ green 174 ◦ blue 25

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

Shades of Gold Tips #E1AE19

Tints of Gold Tips #E1AE19

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.04%

 BLUE value IS 25 (10.16% from 255) = 5.9%

R = 53.07%
G = 41.04%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E1AE19 (or 0xE1AE19) is known color: Gold Tips. HEX triplet: E1, AE and 19. RGB value is (225,174,25). Sum of RGB (Red+Green+Blue) = 225+174+25=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AE19 is #1E51E6. Grayscale: #ACACAC. Windows color (decimal): -1987047 or 1683169. OLE color: 1683169.

HSL color Cylindrical-coordinate representation of color #E1AE19: hue angle of 44.7º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1AE19 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 174 25 -
CMYK 0 0.23 0.89 0.12
HSL 44.7º 0.8% 0.49% -
HSV(B) 44.7º 0.89% 0.88% -
XYZ 46.36 46.35 7.42 -
YUV 172.26 44.9 165.62 -
System Red Green Blue C M Y K H S L
Decimal 225 174 25 0 0.23 0.89 0.12 44.7 0.8 0.49
Hex E1 AE 19 0 17 59 C 2D 50 31
Octal 341 256 31 0 27 131 14 55 120 61
Binary 11100001 10101110 11001 0 10111 1011001 1100 101101 1010000 110001

Color Harmonies of #E1AE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AE19

Black with #E1AE19

Text Example


Text Example

White with #E1AE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AE19; }

 p { color: rgb(225,174,25); }

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

background-color css

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

 a { background-color: rgb(225,174,25); }

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

border-color css

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

 span { border-color: rgb(225,174,25); }

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