COLOR #E2730A

HEX: #E2730A
RGB: (226,115,10)

Color info

#E2730A contains mainly red color. Web safe color of #E2730A is #CC6600 (or #C60).

RGB color model

#E2730A color RGB value is (226,115,10).

  • red value is 226;
  • green value is 115;
  • blue value is 10.
RGB:
(226,115,10)
(89%,45%,4%)

RGB channels and saturation

R 226 of 255 = 89%
G 115 of 255 = 45%
B 10 of 255 = 4%

226
115
10

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

Portions of RGB colors in percentages

R + G + B =
226 + 115 + 10 = 351 (100%)
R 226 of 351 ~ 64.39%
G 115 of 351 ~ 32.76%
B 10 of 351 ~ 2.85%

%64.39
%32.76

CMYK color model

#E2730A color CMYK value is (0,49,96,11).

  • cyan value is 0.00%
  • magenta value is 49.12%
  • yellow value is 95.58%
  • key color value is 11.37%
CMYK:
(0,49,96,11)
C0M49Y96K11 
(0%,49%,96%,11%)
(0.00/0.49/0.96/0.11)	

CMYK percentages

%0
%49.12
%95.58
%11.37

Codes

Color #E2730A in popluar color models

E2730A
RGB22611510
HSL29°91.53%46.27%
HSB/HSV29°95.58%88.63%
CMYK0.00%49.12%95.58%
11.37%

Color #E2730A in popluar number systems.

HEXE2730A
Decimal22611510
Binary1110001011100111010
Octal34216312

Shades and tints

Shades of #E2730A

#E2730A
(226,115,10)
#CE690A
(206,105,10)
#BA5F0A
(186,95,10)
#A6550A
(166,85,10)
#924B0A
(146,75,10)
#7E410A
(126,65,10)
#6A370A
(106,55,10)
#562D0A
(86,45,10)
#42230A
(66,35,10)
#2E190A
(46,25,10)
#1A0F0A
(26,15,10)
#000000
(0,0,0)

Tints of #E2730A

#E2730A
(226,115,10)
#E47F20
(228,127,32)
#E68B36
(230,139,54)
#E8974C
(232,151,76)
#EAA362
(234,163,98)
#ECAF78
(236,175,120)
#EEBB8E
(238,187,142)
#F0C7A4
(240,199,164)
#F2D3BA
(242,211,186)
#F4DFD0
(244,223,208)
#F6EBE6
(246,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2730A color. Also use rgb(226,115,10) instead hex code.

Text Font Color

.myTextColor { color: #E2730A; }

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

This text font color is #E2730A.


Background Color

.myBgColor { background-color: #E2730A; }

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

This div background color is #E2730A.


Border color

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

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

This div border color is #E2730A.


Opacity

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

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

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

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

This text has shadow with #E2730A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2730A on black background.


Color preview on white background

This text has color #E2730A on white background.



Black color preview on #E2730A background

This text has black color on #E2730A background.


White color preview on #E2730A background

This text has white color on #E2730A background.