COLOR #EF604F

HEX: #EF604F
RGB: (239,96,79)

Color info

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

RGB color model

#EF604F color RGB value is (239,96,79).

  • red value is 239;
  • green value is 96;
  • blue value is 79.
RGB:
(239,96,79)
(94%,38%,31%)

RGB channels and saturation

R 239 of 255 = 94%
G 96 of 255 = 38%
B 79 of 255 = 31%

239
96
79

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

Portions of RGB colors in percentages

R + G + B =
239 + 96 + 79 = 414 (100%)
R 239 of 414 ~ 57.73%
G 96 of 414 ~ 23.19%
B 79 of 414 ~ 19.08%

%57.73
%23.19
%19.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 59.83%
  • yellow value is 66.95%
  • 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
%59.83
%66.95
%6.27

Codes

Color #EF604F in popluar color models

EF604F
RGB2399679
HSL83.33%62.35%
HSB/HSV66.95%93.73%
CMYK0.00%59.83%66.95%
6.27%

Color #EF604F in popluar number systems.

HEXEF604F
Decimal2399679
Binary1110111111000001001111
Octal357140117

Shades and tints

Shades of #EF604F

#EF604F
(239,96,79)
#DA5848
(218,88,72)
#C55041
(197,80,65)
#B0483A
(176,72,58)
#9B4033
(155,64,51)
#86382C
(134,56,44)
#713025
(113,48,37)
#5C281E
(92,40,30)
#472017
(71,32,23)
#321810
(50,24,16)
#1D1009
(29,16,9)
#000000
(0,0,0)

Tints of #EF604F

#EF604F
(239,96,79)
#F06E5F
(240,110,95)
#F17C6F
(241,124,111)
#F28A7F
(242,138,127)
#F3988F
(243,152,143)
#F4A69F
(244,166,159)
#F5B4AF
(245,180,175)
#F6C2BF
(246,194,191)
#F7D0CF
(247,208,207)
#F8DEDF
(248,222,223)
#F9ECEF
(249,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF604F color. Also use rgb(239,96,79) instead hex code.

Text Font Color

.myTextColor { color: #EF604F; }

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

This text font color is #EF604F.


Background Color

.myBgColor { background-color: #EF604F; }

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

This div background color is #EF604F.


Border color

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

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

This div border color is #EF604F.


Opacity

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

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

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

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

This text has shadow with #EF604F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF604F on black background.


Color preview on white background

This text has color #EF604F on white background.



Black color preview on #EF604F background

This text has black color on #EF604F background.


White color preview on #EF604F background

This text has white color on #EF604F background.