COLOR #EF7A61

HEX: #EF7A61
RGB: (239,122,97)

Color info

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

RGB color model

#EF7A61 color RGB value is (239,122,97).

  • red value is 239;
  • green value is 122;
  • blue value is 97.
RGB:
(239,122,97)
(94%,48%,38%)

RGB channels and saturation

R 239 of 255 = 94%
G 122 of 255 = 48%
B 97 of 255 = 38%

239
122
97

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

Portions of RGB colors in percentages

R + G + B =
239 + 122 + 97 = 458 (100%)
R 239 of 458 ~ 52.18%
G 122 of 458 ~ 26.64%
B 97 of 458 ~ 21.18%

%52.18
%26.64
%21.18

CMYK color model

#EF7A61 color CMYK value is (0,49,59,6).

  • cyan value is 0.00%
  • magenta value is 48.95%
  • yellow value is 59.41%
  • key color value is 6.27%
CMYK:
(0,49,59,6)
C0M49Y59K6 
(0%,49%,59%,6%)
(0.00/0.49/0.59/0.06)	

CMYK percentages

%0
%48.95
%59.41
%6.27

Codes

Color #EF7A61 in popluar color models

EF7A61
RGB23912297
HSL11°81.61%65.88%
HSB/HSV11°59.41%93.73%
CMYK0.00%48.95%59.41%
6.27%

Color #EF7A61 in popluar number systems.

HEXEF7A61
Decimal23912297
Binary1110111111110101100001
Octal357172141

Shades and tints

Shades of #EF7A61

#EF7A61
(239,122,97)
#DA6F59
(218,111,89)
#C56451
(197,100,81)
#B05949
(176,89,73)
#9B4E41
(155,78,65)
#864339
(134,67,57)
#713831
(113,56,49)
#5C2D29
(92,45,41)
#472221
(71,34,33)
#321719
(50,23,25)
#1D0C11
(29,12,17)
#000000
(0,0,0)

Tints of #EF7A61

#EF7A61
(239,122,97)
#F0866F
(240,134,111)
#F1927D
(241,146,125)
#F29E8B
(242,158,139)
#F3AA99
(243,170,153)
#F4B6A7
(244,182,167)
#F5C2B5
(245,194,181)
#F6CEC3
(246,206,195)
#F7DAD1
(247,218,209)
#F8E6DF
(248,230,223)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7A61 color. Also use rgb(239,122,97) instead hex code.

Text Font Color

.myTextColor { color: #EF7A61; }

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

This text font color is #EF7A61.


Background Color

.myBgColor { background-color: #EF7A61; }

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

This div background color is #EF7A61.


Border color

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

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

This div border color is #EF7A61.


Opacity

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

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

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

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

This text has shadow with #EF7A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7A61 on black background.


Color preview on white background

This text has color #EF7A61 on white background.



Black color preview on #EF7A61 background

This text has black color on #EF7A61 background.


White color preview on #EF7A61 background

This text has white color on #EF7A61 background.