COLOR #EF874D

HEX: #EF874D
RGB: (239,135,77)

Color info

#EF874D contains mainly red color. Web safe color of #EF874D is #FF9933 (or #F93).

RGB color model

#EF874D color RGB value is (239,135,77).

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

RGB channels and saturation

R 239 of 255 = 94%
G 135 of 255 = 53%
B 77 of 255 = 30%

239
135
77

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

Portions of RGB colors in percentages

R + G + B =
239 + 135 + 77 = 451 (100%)
R 239 of 451 ~ 52.99%
G 135 of 451 ~ 29.93%
B 77 of 451 ~ 17.07%

%52.99
%29.93
%17.07

CMYK color model

#EF874D color CMYK value is (0,44,68,6).

  • cyan value is 0.00%
  • magenta value is 43.51%
  • yellow value is 67.78%
  • key color value is 6.27%
CMYK:
(0,44,68,6)
C0M44Y68K6 
(0%,44%,68%,6%)
(0.00/0.44/0.68/0.06)	

CMYK percentages

%0
%43.51
%67.78
%6.27

Codes

Color #EF874D in popluar color models

EF874D
RGB23913577
HSL21°83.51%61.96%
HSB/HSV21°67.78%93.73%
CMYK0.00%43.51%67.78%
6.27%

Color #EF874D in popluar number systems.

HEXEF874D
Decimal23913577
Binary11101111100001111001101
Octal357207115

Shades and tints

Shades of #EF874D

#EF874D
(239,135,77)
#DA7B46
(218,123,70)
#C56F3F
(197,111,63)
#B06338
(176,99,56)
#9B5731
(155,87,49)
#864B2A
(134,75,42)
#713F23
(113,63,35)
#5C331C
(92,51,28)
#472715
(71,39,21)
#321B0E
(50,27,14)
#1D0F07
(29,15,7)
#000000
(0,0,0)

Tints of #EF874D

#EF874D
(239,135,77)
#F0915D
(240,145,93)
#F19B6D
(241,155,109)
#F2A57D
(242,165,125)
#F3AF8D
(243,175,141)
#F4B99D
(244,185,157)
#F5C3AD
(245,195,173)
#F6CDBD
(246,205,189)
#F7D7CD
(247,215,205)
#F8E1DD
(248,225,221)
#F9EBED
(249,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF874D; }

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

This text font color is #EF874D.


Background Color

.myBgColor { background-color: #EF874D; }

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

This div background color is #EF874D.


Border color

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

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

This div border color is #EF874D.


Opacity

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

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

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

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

This text has shadow with #EF874D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF874D on black background.


Color preview on white background

This text has color #EF874D on white background.



Black color preview on #EF874D background

This text has black color on #EF874D background.


White color preview on #EF874D background

This text has white color on #EF874D background.