Html Css Color HEX #E1B519 Gold Tips

📋 copy color: '#E1B519'

red 225 ◦ green 181 ◦ blue 25

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

Shades of Gold Tips #E1B519

Tints of Gold Tips #E1B519

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42%

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

R = 52.2%
G = 42%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E1B519 (or 0xE1B519) is known color: Gold Tips. HEX triplet: E1, B5 and 19. RGB value is (225,181,25). Sum of RGB (Red+Green+Blue) = 225+181+25=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B519 is #1E4AE6. Grayscale: #B1B1B1. Windows color (decimal): -1985255 or 1684961. OLE color: 1684961.

HSL color Cylindrical-coordinate representation of color #E1B519: hue angle of 46.8º 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 #E1B519 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 181 25 -
CMYK 0 0.20 0.89 0.12
HSL 46.8º 0.8% 0.49% -
HSV(B) 46.8º 0.89% 0.88% -
XYZ 47.75 49.13 7.89 -
YUV 176.37 42.58 162.68 -
System Red Green Blue C M Y K H S L
Decimal 225 181 25 0 0.20 0.89 0.12 46.8 0.8 0.49
Hex E1 B5 19 0 14 59 C 2F 50 31
Octal 341 265 31 0 24 131 14 57 120 61
Binary 11100001 10110101 11001 0 10100 1011001 1100 101111 1010000 110001

Color Harmonies of #E1B519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B519

Black with #E1B519

Text Example


Text Example

White with #E1B519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B519; }

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

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

background-color css

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

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

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

border-color css

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

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

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