COLOR #E46914

HEX: #E46914
RGB: (228,105,20)

Color info

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

RGB color model

#E46914 color RGB value is (228,105,20).

  • red value is 228;
  • green value is 105;
  • blue value is 20.
RGB:
(228,105,20)
(89%,41%,8%)

RGB channels and saturation

R 228 of 255 = 89%
G 105 of 255 = 41%
B 20 of 255 = 8%

228
105
20

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

Portions of RGB colors in percentages

R + G + B =
228 + 105 + 20 = 353 (100%)
R 228 of 353 ~ 64.59%
G 105 of 353 ~ 29.75%
B 20 of 353 ~ 5.67%

%64.59
%29.75

CMYK color model

#E46914 color CMYK value is (0,54,91,11).

  • cyan value is 0.00%
  • magenta value is 53.95%
  • yellow value is 91.23%
  • key color value is 10.59%
CMYK:
(0,54,91,11)
C0M54Y91K11 
(0%,54%,91%,11%)
(0.00/0.54/0.91/0.11)	

CMYK percentages

%0
%53.95
%91.23
%10.59

Codes

Color #E46914 in popluar color models

E46914
RGB22810520
HSL25°83.87%48.63%
HSB/HSV25°91.23%89.41%
CMYK0.00%53.95%91.23%
10.59%

Color #E46914 in popluar number systems.

HEXE46914
Decimal22810520
Binary11100100110100110100
Octal34415124

Shades and tints

Shades of #E46914

#E46914
(228,105,20)
#D06013
(208,96,19)
#BC5712
(188,87,18)
#A84E11
(168,78,17)
#944510
(148,69,16)
#803C0F
(128,60,15)
#6C330E
(108,51,14)
#582A0D
(88,42,13)
#44210C
(68,33,12)
#30180B
(48,24,11)
#1C0F0A
(28,15,10)
#000000
(0,0,0)

Tints of #E46914

#E46914
(228,105,20)
#E67629
(230,118,41)
#E8833E
(232,131,62)
#EA9053
(234,144,83)
#EC9D68
(236,157,104)
#EEAA7D
(238,170,125)
#F0B792
(240,183,146)
#F2C4A7
(242,196,167)
#F4D1BC
(244,209,188)
#F6DED1
(246,222,209)
#F8EBE6
(248,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46914 color. Also use rgb(228,105,20) instead hex code.

Text Font Color

.myTextColor { color: #E46914; }

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

This text font color is #E46914.


Background Color

.myBgColor { background-color: #E46914; }

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

This div background color is #E46914.


Border color

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

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

This div border color is #E46914.


Opacity

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

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

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

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

This text has shadow with #E46914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46914 on black background.


Color preview on white background

This text has color #E46914 on white background.



Black color preview on #E46914 background

This text has black color on #E46914 background.


White color preview on #E46914 background

This text has white color on #E46914 background.