COLOR #E38A31

HEX: #E38A31
RGB: (227,138,49)

Color info

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

RGB color model

#E38A31 color RGB value is (227,138,49).

  • red value is 227;
  • green value is 138;
  • blue value is 49.
RGB:
(227,138,49)
(89%,54%,19%)

RGB channels and saturation

R 227 of 255 = 89%
G 138 of 255 = 54%
B 49 of 255 = 19%

227
138
49

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

Portions of RGB colors in percentages

R + G + B =
227 + 138 + 49 = 414 (100%)
R 227 of 414 ~ 54.83%
G 138 of 414 ~ 33.33%
B 49 of 414 ~ 11.84%

%54.83
%33.33
%11.84

CMYK color model

#E38A31 color CMYK value is (0,39,78,11).

  • cyan value is 0.00%
  • magenta value is 39.21%
  • yellow value is 78.41%
  • key color value is 10.98%
CMYK:
(0,39,78,11)
C0M39Y78K11 
(0%,39%,78%,11%)
(0.00/0.39/0.78/0.11)	

CMYK percentages

%0
%39.21
%78.41
%10.98

Codes

Color #E38A31 in popluar color models

E38A31
RGB22713849
HSL30°76.07%54.12%
HSB/HSV30°78.41%89.02%
CMYK0.00%39.21%78.41%
10.98%

Color #E38A31 in popluar number systems.

HEXE38A31
Decimal22713849
Binary1110001110001010110001
Octal34321261

Shades and tints

Shades of #E38A31

#E38A31
(227,138,49)
#CF7E2D
(207,126,45)
#BB7229
(187,114,41)
#A76625
(167,102,37)
#935A21
(147,90,33)
#7F4E1D
(127,78,29)
#6B4219
(107,66,25)
#573615
(87,54,21)
#432A11
(67,42,17)
#2F1E0D
(47,30,13)
#1B1209
(27,18,9)
#000000
(0,0,0)

Tints of #E38A31

#E38A31
(227,138,49)
#E59443
(229,148,67)
#E79E55
(231,158,85)
#E9A867
(233,168,103)
#EBB279
(235,178,121)
#EDBC8B
(237,188,139)
#EFC69D
(239,198,157)
#F1D0AF
(241,208,175)
#F3DAC1
(243,218,193)
#F5E4D3
(245,228,211)
#F7EEE5
(247,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38A31 color. Also use rgb(227,138,49) instead hex code.

Text Font Color

.myTextColor { color: #E38A31; }

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

This text font color is #E38A31.


Background Color

.myBgColor { background-color: #E38A31; }

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

This div background color is #E38A31.


Border color

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

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

This div border color is #E38A31.


Opacity

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

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

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

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

This text has shadow with #E38A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38A31 on black background.


Color preview on white background

This text has color #E38A31 on white background.



Black color preview on #E38A31 background

This text has black color on #E38A31 background.


White color preview on #E38A31 background

This text has white color on #E38A31 background.