COLOR #E1A100

HEX: #E1A100
RGB: (225,161,0)

Color info

#E1A100 contains mainly red color. Web safe color of #E1A100 is #CC9900 (or #C90).

RGB color model

#E1A100 color RGB value is (225,161,0).

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

RGB channels and saturation

R 225 of 255 = 88%
G 161 of 255 = 63%
B 0 of 255 = 0%

225
161
0

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

Portions of RGB colors in percentages

R + G + B =
225 + 161 + 0 = 386 (100%)
R 225 of 386 ~ 58.29%
G 161 of 386 ~ 41.71%
B 0 of 386 ~ 0%

%58.29
%41.71

CMYK color model

#E1A100 color CMYK value is (0,28,100,12).

  • cyan value is 0.00%
  • magenta value is 28.44%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(0,28,100,12)
C0M28Y100K12 
(0%,28%,100%,12%)
(0.00/0.28/1.00/0.12)	

CMYK percentages

%0
%28.44
%100
%11.76

Codes

Color #E1A100 in popluar color models

E1A100
RGB2251610
HSL43°100.00%44.12%
HSB/HSV43°100.00%88.24%
CMYK0.00%28.44%100.00%
11.76%

Color #E1A100 in popluar number systems.

HEXE1A100
Decimal2251610
Binary11100001101000010
Octal3412410

Shades and tints

Shades of #E1A100

#E1A100
(225,161,0)
#CD9300
(205,147,0)
#B98500
(185,133,0)
#A57700
(165,119,0)
#916900
(145,105,0)
#7D5B00
(125,91,0)
#694D00
(105,77,0)
#553F00
(85,63,0)
#413100
(65,49,0)
#2D2300
(45,35,0)
#191500
(25,21,0)
#000000
(0,0,0)

Tints of #E1A100

#E1A100
(225,161,0)
#E3A917
(227,169,23)
#E5B12E
(229,177,46)
#E7B945
(231,185,69)
#E9C15C
(233,193,92)
#EBC973
(235,201,115)
#EDD18A
(237,209,138)
#EFD9A1
(239,217,161)
#F1E1B8
(241,225,184)
#F3E9CF
(243,233,207)
#F5F1E6
(245,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A100; }

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

This text font color is #E1A100.


Background Color

.myBgColor { background-color: #E1A100; }

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

This div background color is #E1A100.


Border color

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

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

This div border color is #E1A100.


Opacity

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

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

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

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

This text has shadow with #E1A100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A100 on black background.


Color preview on white background

This text has color #E1A100 on white background.



Black color preview on #E1A100 background

This text has black color on #E1A100 background.


White color preview on #E1A100 background

This text has white color on #E1A100 background.