COLOR #EF877F

HEX: #EF877F
RGB: (239,135,127)

Color info

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

RGB color model

#EF877F color RGB value is (239,135,127).

  • red value is 239;
  • green value is 135;
  • blue value is 127.
RGB:
(239,135,127)
(94%,53%,50%)

RGB channels and saturation

R 239 of 255 = 94%
G 135 of 255 = 53%
B 127 of 255 = 50%

239
135
127

R + G + B ~ 66%. #EF877F is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 135 + 127 = 501 (100%)
R 239 of 501 ~ 47.7%
G 135 of 501 ~ 26.95%
B 127 of 501 ~ 25.35%

%47.7
%26.95
%25.35

CMYK color model

#EF877F color CMYK value is (0,44,47,6).

  • cyan value is 0.00%
  • magenta value is 43.51%
  • yellow value is 46.86%
  • key color value is 6.27%
CMYK:
(0,44,47,6)
C0M44Y47K6 
(0%,44%,47%,6%)
(0.00/0.44/0.47/0.06)	

CMYK percentages

%0
%43.51
%46.86
%6.27

Codes

Color #EF877F in popluar color models

EF877F
RGB239135127
HSL77.78%71.76%
HSB/HSV46.86%93.73%
CMYK0.00%43.51%46.86%
6.27%

Color #EF877F in popluar number systems.

HEXEF877F
Decimal239135127
Binary11101111100001111111111
Octal357207177

Shades and tints

Shades of #EF877F

#EF877F
(239,135,127)
#DA7B74
(218,123,116)
#C56F69
(197,111,105)
#B0635E
(176,99,94)
#9B5753
(155,87,83)
#864B48
(134,75,72)
#713F3D
(113,63,61)
#5C3332
(92,51,50)
#472727
(71,39,39)
#321B1C
(50,27,28)
#1D0F11
(29,15,17)
#000000
(0,0,0)

Tints of #EF877F

#EF877F
(239,135,127)
#F0918A
(240,145,138)
#F19B95
(241,155,149)
#F2A5A0
(242,165,160)
#F3AFAB
(243,175,171)
#F4B9B6
(244,185,182)
#F5C3C1
(245,195,193)
#F6CDCC
(246,205,204)
#F7D7D7
(247,215,215)
#F8E1E2
(248,225,226)
#F9EBED
(249,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF877F color. Also use rgb(239,135,127) instead hex code.

Text Font Color

.myTextColor { color: #EF877F; }

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

This text font color is #EF877F.


Background Color

.myBgColor { background-color: #EF877F; }

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

This div background color is #EF877F.


Border color

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

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

This div border color is #EF877F.


Opacity

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

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

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

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

This text has shadow with #EF877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF877F on black background.


Color preview on white background

This text has color #EF877F on white background.



Black color preview on #EF877F background

This text has black color on #EF877F background.


White color preview on #EF877F background

This text has white color on #EF877F background.