COLOR #E06044

HEX: #E06044
RGB: (224,96,68)

Color info

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

RGB color model

#E06044 color RGB value is (224,96,68).

  • red value is 224;
  • green value is 96;
  • blue value is 68.
RGB:
(224,96,68)
(88%,38%,27%)

RGB channels and saturation

R 224 of 255 = 88%
G 96 of 255 = 38%
B 68 of 255 = 27%

224
96
68

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

Portions of RGB colors in percentages

R + G + B =
224 + 96 + 68 = 388 (100%)
R 224 of 388 ~ 57.73%
G 96 of 388 ~ 24.74%
B 68 of 388 ~ 17.53%

%57.73
%24.74
%17.53

CMYK color model

#E06044 color CMYK value is (0,57,70,12).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 69.64%
  • key color value is 12.16%
CMYK:
(0,57,70,12)
C0M57Y70K12 
(0%,57%,70%,12%)
(0.00/0.57/0.70/0.12)	

CMYK percentages

%0
%57.14
%69.64
%12.16

Codes

Color #E06044 in popluar color models

E06044
RGB2249668
HSL11°71.56%57.25%
HSB/HSV11°69.64%87.84%
CMYK0.00%57.14%69.64%
12.16%

Color #E06044 in popluar number systems.

HEXE06044
Decimal2249668
Binary1110000011000001000100
Octal340140104

Shades and tints

Shades of #E06044

#E06044
(224,96,68)
#CC583E
(204,88,62)
#B85038
(184,80,56)
#A44832
(164,72,50)
#90402C
(144,64,44)
#7C3826
(124,56,38)
#683020
(104,48,32)
#54281A
(84,40,26)
#402014
(64,32,20)
#2C180E
(44,24,14)
#181008
(24,16,8)
#000000
(0,0,0)

Tints of #E06044

#E06044
(224,96,68)
#E26E55
(226,110,85)
#E47C66
(228,124,102)
#E68A77
(230,138,119)
#E89888
(232,152,136)
#EAA699
(234,166,153)
#ECB4AA
(236,180,170)
#EEC2BB
(238,194,187)
#F0D0CC
(240,208,204)
#F2DEDD
(242,222,221)
#F4ECEE
(244,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06044 color. Also use rgb(224,96,68) instead hex code.

Text Font Color

.myTextColor { color: #E06044; }

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

This text font color is #E06044.


Background Color

.myBgColor { background-color: #E06044; }

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

This div background color is #E06044.


Border color

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

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

This div border color is #E06044.


Opacity

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

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

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

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

This text has shadow with #E06044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06044 on black background.


Color preview on white background

This text has color #E06044 on white background.



Black color preview on #E06044 background

This text has black color on #E06044 background.


White color preview on #E06044 background

This text has white color on #E06044 background.