COLOR #E1A232

HEX: #E1A232
RGB: (225,162,50)

Color info

#E1A232 contains mainly red color. Web safe color of #E1A232 is #CC9933 (or #C93).

RGB color model

#E1A232 color RGB value is (225,162,50).

  • red value is 225;
  • green value is 162;
  • blue value is 50.
RGB:
(225,162,50)
(88%,64%,20%)

RGB channels and saturation

R 225 of 255 = 88%
G 162 of 255 = 64%
B 50 of 255 = 20%

225
162
50

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

Portions of RGB colors in percentages

R + G + B =
225 + 162 + 50 = 437 (100%)
R 225 of 437 ~ 51.49%
G 162 of 437 ~ 37.07%
B 50 of 437 ~ 11.44%

%51.49
%37.07
%11.44

CMYK color model

#E1A232 color CMYK value is (0,28,78,12).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 77.78%
  • key color value is 11.76%
CMYK:
(0,28,78,12)
C0M28Y78K12 
(0%,28%,78%,12%)
(0.00/0.28/0.78/0.12)	

CMYK percentages

%0
%28
%77.78
%11.76

Codes

Color #E1A232 in popluar color models

E1A232
RGB22516250
HSL38°74.47%53.92%
HSB/HSV38°77.78%88.24%
CMYK0.00%28.00%77.78%
11.76%

Color #E1A232 in popluar number systems.

HEXE1A232
Decimal22516250
Binary1110000110100010110010
Octal34124262

Shades and tints

Shades of #E1A232

#E1A232
(225,162,50)
#CD942E
(205,148,46)
#B9862A
(185,134,42)
#A57826
(165,120,38)
#916A22
(145,106,34)
#7D5C1E
(125,92,30)
#694E1A
(105,78,26)
#554016
(85,64,22)
#413212
(65,50,18)
#2D240E
(45,36,14)
#19160A
(25,22,10)
#000000
(0,0,0)

Tints of #E1A232

#E1A232
(225,162,50)
#E3AA44
(227,170,68)
#E5B256
(229,178,86)
#E7BA68
(231,186,104)
#E9C27A
(233,194,122)
#EBCA8C
(235,202,140)
#EDD29E
(237,210,158)
#EFDAB0
(239,218,176)
#F1E2C2
(241,226,194)
#F3EAD4
(243,234,212)
#F5F2E6
(245,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A232 color. Also use rgb(225,162,50) instead hex code.

Text Font Color

.myTextColor { color: #E1A232; }

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

This text font color is #E1A232.


Background Color

.myBgColor { background-color: #E1A232; }

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

This div background color is #E1A232.


Border color

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

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

This div border color is #E1A232.


Opacity

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

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

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

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

This text has shadow with #E1A232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A232 on black background.


Color preview on white background

This text has color #E1A232 on white background.



Black color preview on #E1A232 background

This text has black color on #E1A232 background.


White color preview on #E1A232 background

This text has white color on #E1A232 background.