COLOR #E66813

HEX: #E66813
RGB: (230,104,19)

Color info

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

RGB color model

#E66813 color RGB value is (230,104,19).

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

RGB channels and saturation

R 230 of 255 = 90%
G 104 of 255 = 41%
B 19 of 255 = 7%

230
104
19

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

Portions of RGB colors in percentages

R + G + B =
230 + 104 + 19 = 353 (100%)
R 230 of 353 ~ 65.16%
G 104 of 353 ~ 29.46%
B 19 of 353 ~ 5.38%

%65.16
%29.46

CMYK color model

#E66813 color CMYK value is (0,55,92,10).

  • cyan value is 0.00%
  • magenta value is 54.78%
  • yellow value is 91.74%
  • key color value is 9.80%
CMYK:
(0,55,92,10)
C0M55Y92K10 
(0%,55%,92%,10%)
(0.00/0.55/0.92/0.10)	

CMYK percentages

%0
%54.78
%91.74
%9.8

Codes

Color #E66813 in popluar color models

E66813
RGB23010419
HSL24°84.74%48.82%
HSB/HSV24°91.74%90.20%
CMYK0.00%54.78%91.74%
9.80%

Color #E66813 in popluar number systems.

HEXE66813
Decimal23010419
Binary11100110110100010011
Octal34615023

Shades and tints

Shades of #E66813

#E66813
(230,104,19)
#D25F12
(210,95,18)
#BE5611
(190,86,17)
#AA4D10
(170,77,16)
#96440F
(150,68,15)
#823B0E
(130,59,14)
#6E320D
(110,50,13)
#5A290C
(90,41,12)
#46200B
(70,32,11)
#32170A
(50,23,10)
#1E0E09
(30,14,9)
#000000
(0,0,0)

Tints of #E66813

#E66813
(230,104,19)
#E87528
(232,117,40)
#EA823D
(234,130,61)
#EC8F52
(236,143,82)
#EE9C67
(238,156,103)
#F0A97C
(240,169,124)
#F2B691
(242,182,145)
#F4C3A6
(244,195,166)
#F6D0BB
(246,208,187)
#F8DDD0
(248,221,208)
#FAEAE5
(250,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E66813; }

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

This text font color is #E66813.


Background Color

.myBgColor { background-color: #E66813; }

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

This div background color is #E66813.


Border color

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

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

This div border color is #E66813.


Opacity

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

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

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

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

This text has shadow with #E66813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E66813 on black background.


Color preview on white background

This text has color #E66813 on white background.



Black color preview on #E66813 background

This text has black color on #E66813 background.


White color preview on #E66813 background

This text has white color on #E66813 background.