COLOR #E88C26

HEX: #E88C26
RGB: (232,140,38)

Color info

#E88C26 contains mainly red color. Web safe color of #E88C26 is #FF9933 (or #F93).

RGB color model

#E88C26 color RGB value is (232,140,38).

  • red value is 232;
  • green value is 140;
  • blue value is 38.
RGB:
(232,140,38)
(91%,55%,15%)

RGB channels and saturation

R 232 of 255 = 91%
G 140 of 255 = 55%
B 38 of 255 = 15%

232
140
38

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

Portions of RGB colors in percentages

R + G + B =
232 + 140 + 38 = 410 (100%)
R 232 of 410 ~ 56.59%
G 140 of 410 ~ 34.15%
B 38 of 410 ~ 9.27%

%56.59
%34.15

CMYK color model

#E88C26 color CMYK value is (0,40,84,9).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 83.62%
  • key color value is 9.02%
CMYK:
(0,40,84,9)
C0M40Y84K9 
(0%,40%,84%,9%)
(0.00/0.40/0.84/0.09)	

CMYK percentages

%0
%39.66
%83.62
%9.02

Codes

Color #E88C26 in popluar color models

E88C26
RGB23214038
HSL32°80.83%52.94%
HSB/HSV32°83.62%90.98%
CMYK0.00%39.66%83.62%
9.02%

Color #E88C26 in popluar number systems.

HEXE88C26
Decimal23214038
Binary1110100010001100100110
Octal35021446

Shades and tints

Shades of #E88C26

#E88C26
(232,140,38)
#D38023
(211,128,35)
#BE7420
(190,116,32)
#A9681D
(169,104,29)
#945C1A
(148,92,26)
#7F5017
(127,80,23)
#6A4414
(106,68,20)
#553811
(85,56,17)
#402C0E
(64,44,14)
#2B200B
(43,32,11)
#161408
(22,20,8)
#000000
(0,0,0)

Tints of #E88C26

#E88C26
(232,140,38)
#EA9639
(234,150,57)
#ECA04C
(236,160,76)
#EEAA5F
(238,170,95)
#F0B472
(240,180,114)
#F2BE85
(242,190,133)
#F4C898
(244,200,152)
#F6D2AB
(246,210,171)
#F8DCBE
(248,220,190)
#FAE6D1
(250,230,209)
#FCF0E4
(252,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88C26 color. Also use rgb(232,140,38) instead hex code.

Text Font Color

.myTextColor { color: #E88C26; }

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

This text font color is #E88C26.


Background Color

.myBgColor { background-color: #E88C26; }

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

This div background color is #E88C26.


Border color

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

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

This div border color is #E88C26.


Opacity

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

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

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

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

This text has shadow with #E88C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88C26 on black background.


Color preview on white background

This text has color #E88C26 on white background.



Black color preview on #E88C26 background

This text has black color on #E88C26 background.


White color preview on #E88C26 background

This text has white color on #E88C26 background.