Html Css Color HEX #E1BA20 Gold Tips

📋 copy color: '#E1BA20'

red 225 ◦ green 186 ◦ blue 32

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

Shades of Gold Tips #E1BA20

Tints of Gold Tips #E1BA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.99%

 BLUE value IS 32 (12.89% from 255) = 7.22%

R = 50.79%
G = 41.99%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1BA20 (or 0xE1BA20) is known color: Gold Tips. HEX triplet: E1, BA and 20. RGB value is (225,186,32). Sum of RGB (Red+Green+Blue) = 225+186+32=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA20 is #1E45DF. Grayscale: #B4B4B4. Windows color (decimal): -1983968 or 2144993. OLE color: 2144993.

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

Color convert

RGB 225 186 32 -
CMYK 0 0.17 0.86 0.12
HSL 47.88º 0.76% 0.5% -
HSV(B) 47.88º 0.86% 0.88% -
XYZ 48.87 51.23 8.68 -
YUV 180.11 44.42 160.02 -
System Red Green Blue C M Y K H S L
Decimal 225 186 32 0 0.17 0.86 0.12 47.88 0.76 0.5
Hex E1 BA 20 0 11 56 C 30 4C 32
Octal 341 272 40 0 21 126 14 60 114 62
Binary 11100001 10111010 100000 0 10001 1010110 1100 110000 1001100 110010

Color Harmonies of #E1BA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA20

Black with #E1BA20

Text Example


Text Example

White with #E1BA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA20; }

 p { color: rgb(225,186,32); }

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

background-color css

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

 a { background-color: rgb(225,186,32); }

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

border-color css

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

 span { border-color: rgb(225,186,32); }

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