COLOR #E0A237

HEX: #E0A237
RGB: (224,162,55)

Color info

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

RGB color model

#E0A237 color RGB value is (224,162,55).

  • red value is 224;
  • green value is 162;
  • blue value is 55.
RGB:
(224,162,55)
(88%,64%,22%)

RGB channels and saturation

R 224 of 255 = 88%
G 162 of 255 = 64%
B 55 of 255 = 22%

224
162
55

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

Portions of RGB colors in percentages

R + G + B =
224 + 162 + 55 = 441 (100%)
R 224 of 441 ~ 50.79%
G 162 of 441 ~ 36.73%
B 55 of 441 ~ 12.47%

%50.79
%36.73
%12.47

CMYK color model

#E0A237 color CMYK value is (0,28,75,12).

  • cyan value is 0.00%
  • magenta value is 27.68%
  • yellow value is 75.45%
  • key color value is 12.16%
CMYK:
(0,28,75,12)
C0M28Y75K12 
(0%,28%,75%,12%)
(0.00/0.28/0.75/0.12)	

CMYK percentages

%0
%27.68
%75.45
%12.16

Codes

Color #E0A237 in popluar color models

E0A237
RGB22416255
HSL38°73.16%54.71%
HSB/HSV38°75.45%87.84%
CMYK0.00%27.68%75.45%
12.16%

Color #E0A237 in popluar number systems.

HEXE0A237
Decimal22416255
Binary1110000010100010110111
Octal34024267

Shades and tints

Shades of #E0A237

#E0A237
(224,162,55)
#CC9432
(204,148,50)
#B8862D
(184,134,45)
#A47828
(164,120,40)
#906A23
(144,106,35)
#7C5C1E
(124,92,30)
#684E19
(104,78,25)
#544014
(84,64,20)
#40320F
(64,50,15)
#2C240A
(44,36,10)
#181605
(24,22,5)
#000000
(0,0,0)

Tints of #E0A237

#E0A237
(224,162,55)
#E2AA49
(226,170,73)
#E4B25B
(228,178,91)
#E6BA6D
(230,186,109)
#E8C27F
(232,194,127)
#EACA91
(234,202,145)
#ECD2A3
(236,210,163)
#EEDAB5
(238,218,181)
#F0E2C7
(240,226,199)
#F2EAD9
(242,234,217)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A237 color. Also use rgb(224,162,55) instead hex code.

Text Font Color

.myTextColor { color: #E0A237; }

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

This text font color is #E0A237.


Background Color

.myBgColor { background-color: #E0A237; }

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

This div background color is #E0A237.


Border color

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

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

This div border color is #E0A237.


Opacity

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

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

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

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

This text has shadow with #E0A237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A237 on black background.


Color preview on white background

This text has color #E0A237 on white background.



Black color preview on #E0A237 background

This text has black color on #E0A237 background.


White color preview on #E0A237 background

This text has white color on #E0A237 background.