COLOR #E46615

HEX: #E46615
RGB: (228,102,21)

Color info

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

RGB color model

#E46615 color RGB value is (228,102,21).

  • red value is 228;
  • green value is 102;
  • blue value is 21.
RGB:
(228,102,21)
(89%,40%,8%)

RGB channels and saturation

R 228 of 255 = 89%
G 102 of 255 = 40%
B 21 of 255 = 8%

228
102
21

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

Portions of RGB colors in percentages

R + G + B =
228 + 102 + 21 = 351 (100%)
R 228 of 351 ~ 64.96%
G 102 of 351 ~ 29.06%
B 21 of 351 ~ 5.98%

%64.96
%29.06

CMYK color model

#E46615 color CMYK value is (0,55,91,11).

  • cyan value is 0.00%
  • magenta value is 55.26%
  • yellow value is 90.79%
  • key color value is 10.59%
CMYK:
(0,55,91,11)
C0M55Y91K11 
(0%,55%,91%,11%)
(0.00/0.55/0.91/0.11)	

CMYK percentages

%0
%55.26
%90.79
%10.59

Codes

Color #E46615 in popluar color models

E46615
RGB22810221
HSL23°83.13%48.82%
HSB/HSV23°90.79%89.41%
CMYK0.00%55.26%90.79%
10.59%

Color #E46615 in popluar number systems.

HEXE46615
Decimal22810221
Binary11100100110011010101
Octal34414625

Shades and tints

Shades of #E46615

#E46615
(228,102,21)
#D05D14
(208,93,20)
#BC5413
(188,84,19)
#A84B12
(168,75,18)
#944211
(148,66,17)
#803910
(128,57,16)
#6C300F
(108,48,15)
#58270E
(88,39,14)
#441E0D
(68,30,13)
#30150C
(48,21,12)
#1C0C0B
(28,12,11)
#000000
(0,0,0)

Tints of #E46615

#E46615
(228,102,21)
#E6732A
(230,115,42)
#E8803F
(232,128,63)
#EA8D54
(234,141,84)
#EC9A69
(236,154,105)
#EEA77E
(238,167,126)
#F0B493
(240,180,147)
#F2C1A8
(242,193,168)
#F4CEBD
(244,206,189)
#F6DBD2
(246,219,210)
#F8E8E7
(248,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46615 color. Also use rgb(228,102,21) instead hex code.

Text Font Color

.myTextColor { color: #E46615; }

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

This text font color is #E46615.


Background Color

.myBgColor { background-color: #E46615; }

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

This div background color is #E46615.


Border color

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

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

This div border color is #E46615.


Opacity

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

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

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

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

This text has shadow with #E46615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46615 on black background.


Color preview on white background

This text has color #E46615 on white background.



Black color preview on #E46615 background

This text has black color on #E46615 background.


White color preview on #E46615 background

This text has white color on #E46615 background.