COLOR #E26C1D

HEX: #E26C1D
RGB: (226,108,29)

Color info

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

RGB color model

#E26C1D color RGB value is (226,108,29).

  • red value is 226;
  • green value is 108;
  • blue value is 29.
RGB:
(226,108,29)
(89%,42%,11%)

RGB channels and saturation

R 226 of 255 = 89%
G 108 of 255 = 42%
B 29 of 255 = 11%

226
108
29

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

Portions of RGB colors in percentages

R + G + B =
226 + 108 + 29 = 363 (100%)
R 226 of 363 ~ 62.26%
G 108 of 363 ~ 29.75%
B 29 of 363 ~ 7.99%

%62.26
%29.75

CMYK color model

#E26C1D color CMYK value is (0,52,87,11).

  • cyan value is 0.00%
  • magenta value is 52.21%
  • yellow value is 87.17%
  • key color value is 11.37%
CMYK:
(0,52,87,11)
C0M52Y87K11 
(0%,52%,87%,11%)
(0.00/0.52/0.87/0.11)	

CMYK percentages

%0
%52.21
%87.17
%11.37

Codes

Color #E26C1D in popluar color models

E26C1D
RGB22610829
HSL24°77.25%50.00%
HSB/HSV24°87.17%88.63%
CMYK0.00%52.21%87.17%
11.37%

Color #E26C1D in popluar number systems.

HEXE26C1D
Decimal22610829
Binary11100010110110011101
Octal34215435

Shades and tints

Shades of #E26C1D

#E26C1D
(226,108,29)
#CE631B
(206,99,27)
#BA5A19
(186,90,25)
#A65117
(166,81,23)
#924815
(146,72,21)
#7E3F13
(126,63,19)
#6A3611
(106,54,17)
#562D0F
(86,45,15)
#42240D
(66,36,13)
#2E1B0B
(46,27,11)
#1A1209
(26,18,9)
#000000
(0,0,0)

Tints of #E26C1D

#E26C1D
(226,108,29)
#E47931
(228,121,49)
#E68645
(230,134,69)
#E89359
(232,147,89)
#EAA06D
(234,160,109)
#ECAD81
(236,173,129)
#EEBA95
(238,186,149)
#F0C7A9
(240,199,169)
#F2D4BD
(242,212,189)
#F4E1D1
(244,225,209)
#F6EEE5
(246,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E26C1D color. Also use rgb(226,108,29) instead hex code.

Text Font Color

.myTextColor { color: #E26C1D; }

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

This text font color is #E26C1D.


Background Color

.myBgColor { background-color: #E26C1D; }

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

This div background color is #E26C1D.


Border color

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

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

This div border color is #E26C1D.


Opacity

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

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

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

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

This text has shadow with #E26C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E26C1D on black background.


Color preview on white background

This text has color #E26C1D on white background.



Black color preview on #E26C1D background

This text has black color on #E26C1D background.


White color preview on #E26C1D background

This text has white color on #E26C1D background.