COLOR #EF5F4E

HEX: #EF5F4E
RGB: (239,95,78)

Color info

#EF5F4E contains mainly red color. Web safe color of #EF5F4E is #FF6666 (or #F66).

RGB color model

#EF5F4E color RGB value is (239,95,78).

  • red value is 239;
  • green value is 95;
  • blue value is 78.
RGB:
(239,95,78)
(94%,37%,31%)

RGB channels and saturation

R 239 of 255 = 94%
G 95 of 255 = 37%
B 78 of 255 = 31%

239
95
78

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

Portions of RGB colors in percentages

R + G + B =
239 + 95 + 78 = 412 (100%)
R 239 of 412 ~ 58.01%
G 95 of 412 ~ 23.06%
B 78 of 412 ~ 18.93%

%58.01
%23.06
%18.93

CMYK color model

#EF5F4E color CMYK value is (0,60,67,6).

  • cyan value is 0.00%
  • magenta value is 60.25%
  • yellow value is 67.36%
  • key color value is 6.27%
CMYK:
(0,60,67,6)
C0M60Y67K6 
(0%,60%,67%,6%)
(0.00/0.60/0.67/0.06)	

CMYK percentages

%0
%60.25
%67.36
%6.27

Codes

Color #EF5F4E in popluar color models

EF5F4E
RGB2399578
HSL83.42%62.16%
HSB/HSV67.36%93.73%
CMYK0.00%60.25%67.36%
6.27%

Color #EF5F4E in popluar number systems.

HEXEF5F4E
Decimal2399578
Binary1110111110111111001110
Octal357137116

Shades and tints

Shades of #EF5F4E

#EF5F4E
(239,95,78)
#DA5747
(218,87,71)
#C54F40
(197,79,64)
#B04739
(176,71,57)
#9B3F32
(155,63,50)
#86372B
(134,55,43)
#712F24
(113,47,36)
#5C271D
(92,39,29)
#471F16
(71,31,22)
#32170F
(50,23,15)
#1D0F08
(29,15,8)
#000000
(0,0,0)

Tints of #EF5F4E

#EF5F4E
(239,95,78)
#F06D5E
(240,109,94)
#F17B6E
(241,123,110)
#F2897E
(242,137,126)
#F3978E
(243,151,142)
#F4A59E
(244,165,158)
#F5B3AE
(245,179,174)
#F6C1BE
(246,193,190)
#F7CFCE
(247,207,206)
#F8DDDE
(248,221,222)
#F9EBEE
(249,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF5F4E color. Also use rgb(239,95,78) instead hex code.

Text Font Color

.myTextColor { color: #EF5F4E; }

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

This text font color is #EF5F4E.


Background Color

.myBgColor { background-color: #EF5F4E; }

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

This div background color is #EF5F4E.


Border color

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

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

This div border color is #EF5F4E.


Opacity

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

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

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

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

This text has shadow with #EF5F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF5F4E on black background.


Color preview on white background

This text has color #EF5F4E on white background.



Black color preview on #EF5F4E background

This text has black color on #EF5F4E background.


White color preview on #EF5F4E background

This text has white color on #EF5F4E background.