COLOR #EF8474

HEX: #EF8474
RGB: (239,132,116)

Color info

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

RGB color model

#EF8474 color RGB value is (239,132,116).

  • red value is 239;
  • green value is 132;
  • blue value is 116.
RGB:
(239,132,116)
(94%,52%,45%)

RGB channels and saturation

R 239 of 255 = 94%
G 132 of 255 = 52%
B 116 of 255 = 45%

239
132
116

R + G + B ~ 64%. #EF8474 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 132 + 116 = 487 (100%)
R 239 of 487 ~ 49.08%
G 132 of 487 ~ 27.1%
B 116 of 487 ~ 23.82%

%49.08
%27.1
%23.82

CMYK color model

#EF8474 color CMYK value is (0,45,51,6).

  • cyan value is 0.00%
  • magenta value is 44.77%
  • yellow value is 51.46%
  • key color value is 6.27%
CMYK:
(0,45,51,6)
C0M45Y51K6 
(0%,45%,51%,6%)
(0.00/0.45/0.51/0.06)	

CMYK percentages

%0
%44.77
%51.46
%6.27

Codes

Color #EF8474 in popluar color models

EF8474
RGB239132116
HSL79.35%69.61%
HSB/HSV51.46%93.73%
CMYK0.00%44.77%51.46%
6.27%

Color #EF8474 in popluar number systems.

HEXEF8474
Decimal239132116
Binary11101111100001001110100
Octal357204164

Shades and tints

Shades of #EF8474

#EF8474
(239,132,116)
#DA786A
(218,120,106)
#C56C60
(197,108,96)
#B06056
(176,96,86)
#9B544C
(155,84,76)
#864842
(134,72,66)
#713C38
(113,60,56)
#5C302E
(92,48,46)
#472424
(71,36,36)
#32181A
(50,24,26)
#1D0C10
(29,12,16)
#000000
(0,0,0)

Tints of #EF8474

#EF8474
(239,132,116)
#F08F80
(240,143,128)
#F19A8C
(241,154,140)
#F2A598
(242,165,152)
#F3B0A4
(243,176,164)
#F4BBB0
(244,187,176)
#F5C6BC
(245,198,188)
#F6D1C8
(246,209,200)
#F7DCD4
(247,220,212)
#F8E7E0
(248,231,224)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8474 color. Also use rgb(239,132,116) instead hex code.

Text Font Color

.myTextColor { color: #EF8474; }

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

This text font color is #EF8474.


Background Color

.myBgColor { background-color: #EF8474; }

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

This div background color is #EF8474.


Border color

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

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

This div border color is #EF8474.


Opacity

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

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

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

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

This text has shadow with #EF8474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8474 on black background.


Color preview on white background

This text has color #EF8474 on white background.



Black color preview on #EF8474 background

This text has black color on #EF8474 background.


White color preview on #EF8474 background

This text has white color on #EF8474 background.