COLOR #E1A600

HEX: #E1A600
RGB: (225,166,0)

Color info

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

RGB color model

#E1A600 color RGB value is (225,166,0).

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

RGB channels and saturation

R 225 of 255 = 88%
G 166 of 255 = 65%
B 0 of 255 = 0%

225
166
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 166 + 0 = 391 (100%)
R 225 of 391 ~ 57.54%
G 166 of 391 ~ 42.46%
B 0 of 391 ~ 0%

%57.54
%42.46

CMYK color model

#E1A600 color CMYK value is (0,26,100,12).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,26,100,12)
C0M26Y100K12 
(0%,26%,100%,12%)
(0.00/0.26/1.00/0.12)	

CMYK percentages

%0
%26.22
%100
%11.76

Codes

Color #E1A600 in popluar color models

E1A600
RGB2251660
HSL44°100.00%44.12%
HSB/HSV44°100.00%88.24%
CMYK0.00%26.22%100.00%
11.76%

Color #E1A600 in popluar number systems.

HEXE1A600
Decimal2251660
Binary11100001101001100
Octal3412460

Shades and tints

Shades of #E1A600

#E1A600
(225,166,0)
#CD9700
(205,151,0)
#B98800
(185,136,0)
#A57900
(165,121,0)
#916A00
(145,106,0)
#7D5B00
(125,91,0)
#694C00
(105,76,0)
#553D00
(85,61,0)
#412E00
(65,46,0)
#2D1F00
(45,31,0)
#191000
(25,16,0)
#000000
(0,0,0)

Tints of #E1A600

#E1A600
(225,166,0)
#E3AE17
(227,174,23)
#E5B62E
(229,182,46)
#E7BE45
(231,190,69)
#E9C65C
(233,198,92)
#EBCE73
(235,206,115)
#EDD68A
(237,214,138)
#EFDEA1
(239,222,161)
#F1E6B8
(241,230,184)
#F3EECF
(243,238,207)
#F5F6E6
(245,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A600; }

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

This text font color is #E1A600.


Background Color

.myBgColor { background-color: #E1A600; }

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

This div background color is #E1A600.


Border color

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

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

This div border color is #E1A600.


Opacity

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

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

Text with #E1A600 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 #E1A600;}

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

This text has shadow with #E1A600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A600 on black background.


Color preview on white background

This text has color #E1A600 on white background.



Black color preview on #E1A600 background

This text has black color on #E1A600 background.


White color preview on #E1A600 background

This text has white color on #E1A600 background.