COLOR #EE5945

HEX: #EE5945
RGB: (238,89,69)

Color info

#EE5945 contains mainly red color. Web safe color of #EE5945 is #FF6633 (or #F63).

RGB color model

#EE5945 color RGB value is (238,89,69).

  • red value is 238;
  • green value is 89;
  • blue value is 69.
RGB:
(238,89,69)
(93%,35%,27%)

RGB channels and saturation

R 238 of 255 = 93%
G 89 of 255 = 35%
B 69 of 255 = 27%

238
89
69

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

Portions of RGB colors in percentages

R + G + B =
238 + 89 + 69 = 396 (100%)
R 238 of 396 ~ 60.1%
G 89 of 396 ~ 22.47%
B 69 of 396 ~ 17.42%

%60.1
%22.47
%17.42

CMYK color model

#EE5945 color CMYK value is (0,63,71,7).

  • cyan value is 0.00%
  • magenta value is 62.61%
  • yellow value is 71.01%
  • key color value is 6.67%
CMYK:
(0,63,71,7)
C0M63Y71K7 
(0%,63%,71%,7%)
(0.00/0.63/0.71/0.07)	

CMYK percentages

%0
%62.61
%71.01
%6.67

Codes

Color #EE5945 in popluar color models

EE5945
RGB2388969
HSL83.25%60.20%
HSB/HSV71.01%93.33%
CMYK0.00%62.61%71.01%
6.67%

Color #EE5945 in popluar number systems.

HEXEE5945
Decimal2388969
Binary1110111010110011000101
Octal356131105

Shades and tints

Shades of #EE5945

#EE5945
(238,89,69)
#D9513F
(217,81,63)
#C44939
(196,73,57)
#AF4133
(175,65,51)
#9A392D
(154,57,45)
#853127
(133,49,39)
#702921
(112,41,33)
#5B211B
(91,33,27)
#461915
(70,25,21)
#31110F
(49,17,15)
#1C0909
(28,9,9)
#000000
(0,0,0)

Tints of #EE5945

#EE5945
(238,89,69)
#EF6855
(239,104,85)
#F07765
(240,119,101)
#F18675
(241,134,117)
#F29585
(242,149,133)
#F3A495
(243,164,149)
#F4B3A5
(244,179,165)
#F5C2B5
(245,194,181)
#F6D1C5
(246,209,197)
#F7E0D5
(247,224,213)
#F8EFE5
(248,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5945 color. Also use rgb(238,89,69) instead hex code.

Text Font Color

.myTextColor { color: #EE5945; }

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

This text font color is #EE5945.


Background Color

.myBgColor { background-color: #EE5945; }

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

This div background color is #EE5945.


Border color

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

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

This div border color is #EE5945.


Opacity

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

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

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

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

This text has shadow with #EE5945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5945 on black background.


Color preview on white background

This text has color #EE5945 on white background.



Black color preview on #EE5945 background

This text has black color on #EE5945 background.


White color preview on #EE5945 background

This text has white color on #EE5945 background.