COLOR #E06718

HEX: #E06718
RGB: (224,103,24)

Color info

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

RGB color model

#E06718 color RGB value is (224,103,24).

  • red value is 224;
  • green value is 103;
  • blue value is 24.
RGB:
(224,103,24)
(88%,40%,9%)

RGB channels and saturation

R 224 of 255 = 88%
G 103 of 255 = 40%
B 24 of 255 = 9%

224
103
24

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

Portions of RGB colors in percentages

R + G + B =
224 + 103 + 24 = 351 (100%)
R 224 of 351 ~ 63.82%
G 103 of 351 ~ 29.34%
B 24 of 351 ~ 6.84%

%63.82
%29.34

CMYK color model

#E06718 color CMYK value is (0,54,89,12).

  • cyan value is 0.00%
  • magenta value is 54.02%
  • yellow value is 89.29%
  • key color value is 12.16%
CMYK:
(0,54,89,12)
C0M54Y89K12 
(0%,54%,89%,12%)
(0.00/0.54/0.89/0.12)	

CMYK percentages

%0
%54.02
%89.29
%12.16

Codes

Color #E06718 in popluar color models

E06718
RGB22410324
HSL24°80.65%48.63%
HSB/HSV24°89.29%87.84%
CMYK0.00%54.02%89.29%
12.16%

Color #E06718 in popluar number systems.

HEXE06718
Decimal22410324
Binary11100000110011111000
Octal34014730

Shades and tints

Shades of #E06718

#E06718
(224,103,24)
#CC5E16
(204,94,22)
#B85514
(184,85,20)
#A44C12
(164,76,18)
#904310
(144,67,16)
#7C3A0E
(124,58,14)
#68310C
(104,49,12)
#54280A
(84,40,10)
#401F08
(64,31,8)
#2C1606
(44,22,6)
#180D04
(24,13,4)
#000000
(0,0,0)

Tints of #E06718

#E06718
(224,103,24)
#E2742D
(226,116,45)
#E48142
(228,129,66)
#E68E57
(230,142,87)
#E89B6C
(232,155,108)
#EAA881
(234,168,129)
#ECB596
(236,181,150)
#EEC2AB
(238,194,171)
#F0CFC0
(240,207,192)
#F2DCD5
(242,220,213)
#F4E9EA
(244,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06718 color. Also use rgb(224,103,24) instead hex code.

Text Font Color

.myTextColor { color: #E06718; }

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

This text font color is #E06718.


Background Color

.myBgColor { background-color: #E06718; }

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

This div background color is #E06718.


Border color

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

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

This div border color is #E06718.


Opacity

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

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

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

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

This text has shadow with #E06718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06718 on black background.


Color preview on white background

This text has color #E06718 on white background.



Black color preview on #E06718 background

This text has black color on #E06718 background.


White color preview on #E06718 background

This text has white color on #E06718 background.