COLOR #EF8B77

HEX: #EF8B77
RGB: (239,139,119)

Color info

#EF8B77 contains mainly red color. Web safe color of #EF8B77 is #FF9966 (or #F96).

RGB color model

#EF8B77 color RGB value is (239,139,119).

  • red value is 239;
  • green value is 139;
  • blue value is 119.
RGB:
(239,139,119)
(94%,55%,47%)

RGB channels and saturation

R 239 of 255 = 94%
G 139 of 255 = 55%
B 119 of 255 = 47%

239
139
119

R + G + B ~ 65%. #EF8B77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 139 + 119 = 497 (100%)
R 239 of 497 ~ 48.09%
G 139 of 497 ~ 27.97%
B 119 of 497 ~ 23.94%

%48.09
%27.97
%23.94

CMYK color model

#EF8B77 color CMYK value is (0,42,50,6).

  • cyan value is 0.00%
  • magenta value is 41.84%
  • yellow value is 50.21%
  • key color value is 6.27%
CMYK:
(0,42,50,6)
C0M42Y50K6 
(0%,42%,50%,6%)
(0.00/0.42/0.50/0.06)	

CMYK percentages

%0
%41.84
%50.21
%6.27

Codes

Color #EF8B77 in popluar color models

EF8B77
RGB239139119
HSL10°78.95%70.20%
HSB/HSV10°50.21%93.73%
CMYK0.00%41.84%50.21%
6.27%

Color #EF8B77 in popluar number systems.

HEXEF8B77
Decimal239139119
Binary11101111100010111110111
Octal357213167

Shades and tints

Shades of #EF8B77

#EF8B77
(239,139,119)
#DA7F6D
(218,127,109)
#C57363
(197,115,99)
#B06759
(176,103,89)
#9B5B4F
(155,91,79)
#864F45
(134,79,69)
#71433B
(113,67,59)
#5C3731
(92,55,49)
#472B27
(71,43,39)
#321F1D
(50,31,29)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #EF8B77

#EF8B77
(239,139,119)
#F09583
(240,149,131)
#F19F8F
(241,159,143)
#F2A99B
(242,169,155)
#F3B3A7
(243,179,167)
#F4BDB3
(244,189,179)
#F5C7BF
(245,199,191)
#F6D1CB
(246,209,203)
#F7DBD7
(247,219,215)
#F8E5E3
(248,229,227)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8B77 color. Also use rgb(239,139,119) instead hex code.

Text Font Color

.myTextColor { color: #EF8B77; }

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

This text font color is #EF8B77.


Background Color

.myBgColor { background-color: #EF8B77; }

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

This div background color is #EF8B77.


Border color

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

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

This div border color is #EF8B77.


Opacity

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

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

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

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

This text has shadow with #EF8B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8B77 on black background.


Color preview on white background

This text has color #EF8B77 on white background.



Black color preview on #EF8B77 background

This text has black color on #EF8B77 background.


White color preview on #EF8B77 background

This text has white color on #EF8B77 background.