COLOR #E66513

HEX: #E66513
RGB: (230,101,19)

Color info

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

RGB color model

#E66513 color RGB value is (230,101,19).

  • red value is 230;
  • green value is 101;
  • blue value is 19.
RGB:
(230,101,19)
(90%,40%,7%)

RGB channels and saturation

R 230 of 255 = 90%
G 101 of 255 = 40%
B 19 of 255 = 7%

230
101
19

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

Portions of RGB colors in percentages

R + G + B =
230 + 101 + 19 = 350 (100%)
R 230 of 350 ~ 65.71%
G 101 of 350 ~ 28.86%
B 19 of 350 ~ 5.43%

%65.71
%28.86

CMYK color model

#E66513 color CMYK value is (0,56,92,10).

  • cyan value is 0.00%
  • magenta value is 56.09%
  • yellow value is 91.74%
  • key color value is 9.80%
CMYK:
(0,56,92,10)
C0M56Y92K10 
(0%,56%,92%,10%)
(0.00/0.56/0.92/0.10)	

CMYK percentages

%0
%56.09
%91.74
%9.8

Codes

Color #E66513 in popluar color models

E66513
RGB23010119
HSL23°84.74%48.82%
HSB/HSV23°91.74%90.20%
CMYK0.00%56.09%91.74%
9.80%

Color #E66513 in popluar number systems.

HEXE66513
Decimal23010119
Binary11100110110010110011
Octal34614523

Shades and tints

Shades of #E66513

#E66513
(230,101,19)
#D25C12
(210,92,18)
#BE5311
(190,83,17)
#AA4A10
(170,74,16)
#96410F
(150,65,15)
#82380E
(130,56,14)
#6E2F0D
(110,47,13)
#5A260C
(90,38,12)
#461D0B
(70,29,11)
#32140A
(50,20,10)
#1E0B09
(30,11,9)
#000000
(0,0,0)

Tints of #E66513

#E66513
(230,101,19)
#E87328
(232,115,40)
#EA813D
(234,129,61)
#EC8F52
(236,143,82)
#EE9D67
(238,157,103)
#F0AB7C
(240,171,124)
#F2B991
(242,185,145)
#F4C7A6
(244,199,166)
#F6D5BB
(246,213,187)
#F8E3D0
(248,227,208)
#FAF1E5
(250,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E66513 color. Also use rgb(230,101,19) instead hex code.

Text Font Color

.myTextColor { color: #E66513; }

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

This text font color is #E66513.


Background Color

.myBgColor { background-color: #E66513; }

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

This div background color is #E66513.


Border color

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

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

This div border color is #E66513.


Opacity

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

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

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

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

This text has shadow with #E66513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66513 on black background.


Color preview on white background

This text has color #E66513 on white background.



Black color preview on #E66513 background

This text has black color on #E66513 background.


White color preview on #E66513 background

This text has white color on #E66513 background.