COLOR #E06120

HEX: #E06120
RGB: (224,97,32)

Color info

#E06120 contains mainly red color. Web safe color of #E06120 is #CC6633 (or #C63).

RGB color model

#E06120 color RGB value is (224,97,32).

  • red value is 224;
  • green value is 97;
  • blue value is 32.
RGB:
(224,97,32)
(88%,38%,13%)

RGB channels and saturation

R 224 of 255 = 88%
G 97 of 255 = 38%
B 32 of 255 = 13%

224
97
32

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

Portions of RGB colors in percentages

R + G + B =
224 + 97 + 32 = 353 (100%)
R 224 of 353 ~ 63.46%
G 97 of 353 ~ 27.48%
B 32 of 353 ~ 9.07%

%63.46
%27.48

CMYK color model

#E06120 color CMYK value is (0,57,86,12).

  • cyan value is 0.00%
  • magenta value is 56.70%
  • yellow value is 85.71%
  • key color value is 12.16%
CMYK:
(0,57,86,12)
C0M57Y86K12 
(0%,57%,86%,12%)
(0.00/0.57/0.86/0.12)	

CMYK percentages

%0
%56.7
%85.71
%12.16

Codes

Color #E06120 in popluar color models

E06120
RGB2249732
HSL20°75.59%50.20%
HSB/HSV20°85.71%87.84%
CMYK0.00%56.70%85.71%
12.16%

Color #E06120 in popluar number systems.

HEXE06120
Decimal2249732
Binary111000001100001100000
Octal34014140

Shades and tints

Shades of #E06120

#E06120
(224,97,32)
#CC591E
(204,89,30)
#B8511C
(184,81,28)
#A4491A
(164,73,26)
#904118
(144,65,24)
#7C3916
(124,57,22)
#683114
(104,49,20)
#542912
(84,41,18)
#402110
(64,33,16)
#2C190E
(44,25,14)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #E06120

#E06120
(224,97,32)
#E26F34
(226,111,52)
#E47D48
(228,125,72)
#E68B5C
(230,139,92)
#E89970
(232,153,112)
#EAA784
(234,167,132)
#ECB598
(236,181,152)
#EEC3AC
(238,195,172)
#F0D1C0
(240,209,192)
#F2DFD4
(242,223,212)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06120 color. Also use rgb(224,97,32) instead hex code.

Text Font Color

.myTextColor { color: #E06120; }

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

This text font color is #E06120.


Background Color

.myBgColor { background-color: #E06120; }

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

This div background color is #E06120.


Border color

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

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

This div border color is #E06120.


Opacity

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

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

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

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

This text has shadow with #E06120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06120 on black background.


Color preview on white background

This text has color #E06120 on white background.



Black color preview on #E06120 background

This text has black color on #E06120 background.


White color preview on #E06120 background

This text has white color on #E06120 background.