COLOR #E26137

HEX: #E26137
RGB: (226,97,55)

Color info

#E26137 contains mainly red color. Web safe color of #E26137 is #CC6633 (or #C63).

RGB color model

#E26137 color RGB value is (226,97,55).

  • red value is 226;
  • green value is 97;
  • blue value is 55.
RGB:
(226,97,55)
(89%,38%,22%)

RGB channels and saturation

R 226 of 255 = 89%
G 97 of 255 = 38%
B 55 of 255 = 22%

226
97
55

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

Portions of RGB colors in percentages

R + G + B =
226 + 97 + 55 = 378 (100%)
R 226 of 378 ~ 59.79%
G 97 of 378 ~ 25.66%
B 55 of 378 ~ 14.55%

%59.79
%25.66
%14.55

CMYK color model

#E26137 color CMYK value is (0,57,76,11).

  • cyan value is 0.00%
  • magenta value is 57.08%
  • yellow value is 75.66%
  • key color value is 11.37%
CMYK:
(0,57,76,11)
C0M57Y76K11 
(0%,57%,76%,11%)
(0.00/0.57/0.76/0.11)	

CMYK percentages

%0
%57.08
%75.66
%11.37

Codes

Color #E26137 in popluar color models

E26137
RGB2269755
HSL15°74.67%55.10%
HSB/HSV15°75.66%88.63%
CMYK0.00%57.08%75.66%
11.37%

Color #E26137 in popluar number systems.

HEXE26137
Decimal2269755
Binary111000101100001110111
Octal34214167

Shades and tints

Shades of #E26137

#E26137
(226,97,55)
#CE5932
(206,89,50)
#BA512D
(186,81,45)
#A64928
(166,73,40)
#924123
(146,65,35)
#7E391E
(126,57,30)
#6A3119
(106,49,25)
#562914
(86,41,20)
#42210F
(66,33,15)
#2E190A
(46,25,10)
#1A1105
(26,17,5)
#000000
(0,0,0)

Tints of #E26137

#E26137
(226,97,55)
#E46F49
(228,111,73)
#E67D5B
(230,125,91)
#E88B6D
(232,139,109)
#EA997F
(234,153,127)
#ECA791
(236,167,145)
#EEB5A3
(238,181,163)
#F0C3B5
(240,195,181)
#F2D1C7
(242,209,199)
#F4DFD9
(244,223,217)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E26137 color. Also use rgb(226,97,55) instead hex code.

Text Font Color

.myTextColor { color: #E26137; }

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

This text font color is #E26137.


Background Color

.myBgColor { background-color: #E26137; }

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

This div background color is #E26137.


Border color

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

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

This div border color is #E26137.


Opacity

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

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

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

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

This text has shadow with #E26137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E26137 on black background.


Color preview on white background

This text has color #E26137 on white background.



Black color preview on #E26137 background

This text has black color on #E26137 background.


White color preview on #E26137 background

This text has white color on #E26137 background.