COLOR #E38F26

HEX: #E38F26
RGB: (227,143,38)

Color info

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

RGB color model

#E38F26 color RGB value is (227,143,38).

  • red value is 227;
  • green value is 143;
  • blue value is 38.
RGB:
(227,143,38)
(89%,56%,15%)

RGB channels and saturation

R 227 of 255 = 89%
G 143 of 255 = 56%
B 38 of 255 = 15%

227
143
38

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

Portions of RGB colors in percentages

R + G + B =
227 + 143 + 38 = 408 (100%)
R 227 of 408 ~ 55.64%
G 143 of 408 ~ 35.05%
B 38 of 408 ~ 9.31%

%55.64
%35.05

CMYK color model

#E38F26 color CMYK value is (0,37,83,11).

  • cyan value is 0.00%
  • magenta value is 37.00%
  • yellow value is 83.26%
  • key color value is 10.98%
CMYK:
(0,37,83,11)
C0M37Y83K11 
(0%,37%,83%,11%)
(0.00/0.37/0.83/0.11)	

CMYK percentages

%0
%37
%83.26
%10.98

Codes

Color #E38F26 in popluar color models

E38F26
RGB22714338
HSL33°77.14%51.96%
HSB/HSV33°83.26%89.02%
CMYK0.00%37.00%83.26%
10.98%

Color #E38F26 in popluar number systems.

HEXE38F26
Decimal22714338
Binary1110001110001111100110
Octal34321746

Shades and tints

Shades of #E38F26

#E38F26
(227,143,38)
#CF8223
(207,130,35)
#BB7520
(187,117,32)
#A7681D
(167,104,29)
#935B1A
(147,91,26)
#7F4E17
(127,78,23)
#6B4114
(107,65,20)
#573411
(87,52,17)
#43270E
(67,39,14)
#2F1A0B
(47,26,11)
#1B0D08
(27,13,8)
#000000
(0,0,0)

Tints of #E38F26

#E38F26
(227,143,38)
#E59939
(229,153,57)
#E7A34C
(231,163,76)
#E9AD5F
(233,173,95)
#EBB772
(235,183,114)
#EDC185
(237,193,133)
#EFCB98
(239,203,152)
#F1D5AB
(241,213,171)
#F3DFBE
(243,223,190)
#F5E9D1
(245,233,209)
#F7F3E4
(247,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38F26 color. Also use rgb(227,143,38) instead hex code.

Text Font Color

.myTextColor { color: #E38F26; }

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

This text font color is #E38F26.


Background Color

.myBgColor { background-color: #E38F26; }

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

This div background color is #E38F26.


Border color

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

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

This div border color is #E38F26.


Opacity

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

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

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

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

This text has shadow with #E38F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38F26 on black background.


Color preview on white background

This text has color #E38F26 on white background.



Black color preview on #E38F26 background

This text has black color on #E38F26 background.


White color preview on #E38F26 background

This text has white color on #E38F26 background.