COLOR #E2703C

HEX: #E2703C
RGB: (226,112,60)

Color info

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

RGB color model

#E2703C color RGB value is (226,112,60).

  • red value is 226;
  • green value is 112;
  • blue value is 60.
RGB:
(226,112,60)
(89%,44%,24%)

RGB channels and saturation

R 226 of 255 = 89%
G 112 of 255 = 44%
B 60 of 255 = 24%

226
112
60

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

Portions of RGB colors in percentages

R + G + B =
226 + 112 + 60 = 398 (100%)
R 226 of 398 ~ 56.78%
G 112 of 398 ~ 28.14%
B 60 of 398 ~ 15.08%

%56.78
%28.14
%15.08

CMYK color model

#E2703C color CMYK value is (0,50,73,11).

  • cyan value is 0.00%
  • magenta value is 50.44%
  • yellow value is 73.45%
  • key color value is 11.37%
CMYK:
(0,50,73,11)
C0M50Y73K11 
(0%,50%,73%,11%)
(0.00/0.50/0.73/0.11)	

CMYK percentages

%0
%50.44
%73.45
%11.37

Codes

Color #E2703C in popluar color models

E2703C
RGB22611260
HSL19°74.11%56.08%
HSB/HSV19°73.45%88.63%
CMYK0.00%50.44%73.45%
11.37%

Color #E2703C in popluar number systems.

HEXE2703C
Decimal22611260
Binary111000101110000111100
Octal34216074

Shades and tints

Shades of #E2703C

#E2703C
(226,112,60)
#CE6637
(206,102,55)
#BA5C32
(186,92,50)
#A6522D
(166,82,45)
#924828
(146,72,40)
#7E3E23
(126,62,35)
#6A341E
(106,52,30)
#562A19
(86,42,25)
#422014
(66,32,20)
#2E160F
(46,22,15)
#1A0C0A
(26,12,10)
#000000
(0,0,0)

Tints of #E2703C

#E2703C
(226,112,60)
#E47D4D
(228,125,77)
#E68A5E
(230,138,94)
#E8976F
(232,151,111)
#EAA480
(234,164,128)
#ECB191
(236,177,145)
#EEBEA2
(238,190,162)
#F0CBB3
(240,203,179)
#F2D8C4
(242,216,196)
#F4E5D5
(244,229,213)
#F6F2E6
(246,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2703C color. Also use rgb(226,112,60) instead hex code.

Text Font Color

.myTextColor { color: #E2703C; }

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

This text font color is #E2703C.


Background Color

.myBgColor { background-color: #E2703C; }

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

This div background color is #E2703C.


Border color

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

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

This div border color is #E2703C.


Opacity

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

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

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

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

This text has shadow with #E2703C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2703C on black background.


Color preview on white background

This text has color #E2703C on white background.



Black color preview on #E2703C background

This text has black color on #E2703C background.


White color preview on #E2703C background

This text has white color on #E2703C background.