COLOR #E06519

HEX: #E06519
RGB: (224,101,25)

Color info

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

RGB color model

#E06519 color RGB value is (224,101,25).

  • red value is 224;
  • green value is 101;
  • blue value is 25.
RGB:
(224,101,25)
(88%,40%,10%)

RGB channels and saturation

R 224 of 255 = 88%
G 101 of 255 = 40%
B 25 of 255 = 10%

224
101
25

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

Portions of RGB colors in percentages

R + G + B =
224 + 101 + 25 = 350 (100%)
R 224 of 350 ~ 64%
G 101 of 350 ~ 28.86%
B 25 of 350 ~ 7.14%

%64
%28.86

CMYK color model

#E06519 color CMYK value is (0,55,89,12).

  • cyan value is 0.00%
  • magenta value is 54.91%
  • yellow value is 88.84%
  • key color value is 12.16%
CMYK:
(0,55,89,12)
C0M55Y89K12 
(0%,55%,89%,12%)
(0.00/0.55/0.89/0.12)	

CMYK percentages

%0
%54.91
%88.84
%12.16

Codes

Color #E06519 in popluar color models

E06519
RGB22410125
HSL23°79.92%48.82%
HSB/HSV23°88.84%87.84%
CMYK0.00%54.91%88.84%
12.16%

Color #E06519 in popluar number systems.

HEXE06519
Decimal22410125
Binary11100000110010111001
Octal34014531

Shades and tints

Shades of #E06519

#E06519
(224,101,25)
#CC5C17
(204,92,23)
#B85315
(184,83,21)
#A44A13
(164,74,19)
#904111
(144,65,17)
#7C380F
(124,56,15)
#682F0D
(104,47,13)
#54260B
(84,38,11)
#401D09
(64,29,9)
#2C1407
(44,20,7)
#180B05
(24,11,5)
#000000
(0,0,0)

Tints of #E06519

#E06519
(224,101,25)
#E2732D
(226,115,45)
#E48141
(228,129,65)
#E68F55
(230,143,85)
#E89D69
(232,157,105)
#EAAB7D
(234,171,125)
#ECB991
(236,185,145)
#EEC7A5
(238,199,165)
#F0D5B9
(240,213,185)
#F2E3CD
(242,227,205)
#F4F1E1
(244,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06519 color. Also use rgb(224,101,25) instead hex code.

Text Font Color

.myTextColor { color: #E06519; }

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

This text font color is #E06519.


Background Color

.myBgColor { background-color: #E06519; }

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

This div background color is #E06519.


Border color

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

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

This div border color is #E06519.


Opacity

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

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

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

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

This text has shadow with #E06519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06519 on black background.


Color preview on white background

This text has color #E06519 on white background.



Black color preview on #E06519 background

This text has black color on #E06519 background.


White color preview on #E06519 background

This text has white color on #E06519 background.