COLOR #E1A611

HEX: #E1A611
RGB: (225,166,17)

Color info

#E1A611 contains mainly red and green colors. Web safe color of #E1A611 is #CC9900 (or #C90).

RGB color model

#E1A611 color RGB value is (225,166,17).

  • red value is 225;
  • green value is 166;
  • blue value is 17.
RGB:
(225,166,17)
(88%,65%,7%)

RGB channels and saturation

R 225 of 255 = 88%
G 166 of 255 = 65%
B 17 of 255 = 7%

225
166
17

R + G + B ~ 53%. #E1A611 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
225 + 166 + 17 = 408 (100%)
R 225 of 408 ~ 55.15%
G 166 of 408 ~ 40.69%
B 17 of 408 ~ 4.17%

%55.15
%40.69

CMYK color model

#E1A611 color CMYK value is (0,26,92,12).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 92.44%
  • key color value is 11.76%
CMYK:
(0,26,92,12)
C0M26Y92K12 
(0%,26%,92%,12%)
(0.00/0.26/0.92/0.12)	

CMYK percentages

%0
%26.22
%92.44
%11.76

Codes

Color #E1A611 in popluar color models

E1A611
RGB22516617
HSL43°85.95%47.45%
HSB/HSV43°92.44%88.24%
CMYK0.00%26.22%92.44%
11.76%

Color #E1A611 in popluar number systems.

HEXE1A611
Decimal22516617
Binary111000011010011010001
Octal34124621

Shades and tints

Shades of #E1A611

#E1A611
(225,166,17)
#CD9710
(205,151,16)
#B9880F
(185,136,15)
#A5790E
(165,121,14)
#916A0D
(145,106,13)
#7D5B0C
(125,91,12)
#694C0B
(105,76,11)
#553D0A
(85,61,10)
#412E09
(65,46,9)
#2D1F08
(45,31,8)
#191007
(25,16,7)
#000000
(0,0,0)

Tints of #E1A611

#E1A611
(225,166,17)
#E3AE26
(227,174,38)
#E5B63B
(229,182,59)
#E7BE50
(231,190,80)
#E9C665
(233,198,101)
#EBCE7A
(235,206,122)
#EDD68F
(237,214,143)
#EFDEA4
(239,222,164)
#F1E6B9
(241,230,185)
#F3EECE
(243,238,206)
#F5F6E3
(245,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A611 color. Also use rgb(225,166,17) instead hex code.

Text Font Color

.myTextColor { color: #E1A611; }

<p style="color:#E1A611">This sample text font color is #E1A611.</p>

This text font color is #E1A611.


Background Color

.myBgColor { background-color: #E1A611; }

<div style="background-color:#E1A611">Inner text</div>

This div background color is #E1A611.


Border color

.myBorderColor { border: 1px solid #E1A611; }

<div style="border:3px solid #E1A611">Div</div>

This div border color is #E1A611.


Opacity

.myOpacity80 { color: #E1A611; opacity: 0.8; }

<p style="color:#E1A611;opacity:0.8;">80%</p>

Text with #E1A611 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E1A611;}

<p style="text-shadow: 3px 3px 1px #E1A611">Text here.</p>

This text has shadow with #E1A611 color.

.textShadow {text-shadow: 3px 3px 1px #E1A611, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E1A611, 5px 5px 20px red">Text here.</p>

This text has shadow with #E1A611 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1A611, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E1A611, Direction=45, Strength=4)">Text</p>

This text has shadow with #E1A611 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E1A611;
  -webkit-box-shadow:	1px 1px 3px 2px #E1A611;
  box-shadow:		1px 1px 3px 2px #E1A611;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1A611;
-webkit-box-shadow: 1px 1px 3px 2px #E1A611;
box-shadow:1px 1px 3px 2px #E1A611;">
Div content here</div>
This div box has shadow with color #E1A611.

Preview

Color preview on black background

This text has color #E1A611 on black background.


Color preview on white background

This text has color #E1A611 on white background.



Black color preview on #E1A611 background

This text has black color on #E1A611 background.


White color preview on #E1A611 background

This text has white color on #E1A611 background.