COLOR #E38116

HEX: #E38116
RGB: (227,129,22)

Color info

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

RGB color model

#E38116 color RGB value is (227,129,22).

  • red value is 227;
  • green value is 129;
  • blue value is 22.
RGB:
(227,129,22)
(89%,51%,9%)

RGB channels and saturation

R 227 of 255 = 89%
G 129 of 255 = 51%
B 22 of 255 = 9%

227
129
22

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

Portions of RGB colors in percentages

R + G + B =
227 + 129 + 22 = 378 (100%)
R 227 of 378 ~ 60.05%
G 129 of 378 ~ 34.13%
B 22 of 378 ~ 5.82%

%60.05
%34.13

CMYK color model

#E38116 color CMYK value is (0,43,90,11).

  • cyan value is 0.00%
  • magenta value is 43.17%
  • yellow value is 90.31%
  • key color value is 10.98%
CMYK:
(0,43,90,11)
C0M43Y90K11 
(0%,43%,90%,11%)
(0.00/0.43/0.90/0.11)	

CMYK percentages

%0
%43.17
%90.31
%10.98

Codes

Color #E38116 in popluar color models

E38116
RGB22712922
HSL31°82.33%48.82%
HSB/HSV31°90.31%89.02%
CMYK0.00%43.17%90.31%
10.98%

Color #E38116 in popluar number systems.

HEXE38116
Decimal22712922
Binary111000111000000110110
Octal34320126

Shades and tints

Shades of #E38116

#E38116
(227,129,22)
#CF7614
(207,118,20)
#BB6B12
(187,107,18)
#A76010
(167,96,16)
#93550E
(147,85,14)
#7F4A0C
(127,74,12)
#6B3F0A
(107,63,10)
#573408
(87,52,8)
#432906
(67,41,6)
#2F1E04
(47,30,4)
#1B1302
(27,19,2)
#000000
(0,0,0)

Tints of #E38116

#E38116
(227,129,22)
#E58C2B
(229,140,43)
#E79740
(231,151,64)
#E9A255
(233,162,85)
#EBAD6A
(235,173,106)
#EDB87F
(237,184,127)
#EFC394
(239,195,148)
#F1CEA9
(241,206,169)
#F3D9BE
(243,217,190)
#F5E4D3
(245,228,211)
#F7EFE8
(247,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38116 color. Also use rgb(227,129,22) instead hex code.

Text Font Color

.myTextColor { color: #E38116; }

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

This text font color is #E38116.


Background Color

.myBgColor { background-color: #E38116; }

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

This div background color is #E38116.


Border color

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

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

This div border color is #E38116.


Opacity

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

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

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

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

This text has shadow with #E38116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38116 on black background.


Color preview on white background

This text has color #E38116 on white background.



Black color preview on #E38116 background

This text has black color on #E38116 background.


White color preview on #E38116 background

This text has white color on #E38116 background.