COLOR #EF7C6E

HEX: #EF7C6E
RGB: (239,124,110)

Color info

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

RGB color model

#EF7C6E color RGB value is (239,124,110).

  • red value is 239;
  • green value is 124;
  • blue value is 110.
RGB:
(239,124,110)
(94%,49%,43%)

RGB channels and saturation

R 239 of 255 = 94%
G 124 of 255 = 49%
B 110 of 255 = 43%

239
124
110

R + G + B ~ 62%. #EF7C6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 124 + 110 = 473 (100%)
R 239 of 473 ~ 50.53%
G 124 of 473 ~ 26.22%
B 110 of 473 ~ 23.26%

%50.53
%26.22
%23.26

CMYK color model

#EF7C6E color CMYK value is (0,48,54,6).

  • cyan value is 0.00%
  • magenta value is 48.12%
  • yellow value is 53.97%
  • key color value is 6.27%
CMYK:
(0,48,54,6)
C0M48Y54K6 
(0%,48%,54%,6%)
(0.00/0.48/0.54/0.06)	

CMYK percentages

%0
%48.12
%53.97
%6.27

Codes

Color #EF7C6E in popluar color models

EF7C6E
RGB239124110
HSL80.12%68.43%
HSB/HSV53.97%93.73%
CMYK0.00%48.12%53.97%
6.27%

Color #EF7C6E in popluar number systems.

HEXEF7C6E
Decimal239124110
Binary1110111111111001101110
Octal357174156

Shades and tints

Shades of #EF7C6E

#EF7C6E
(239,124,110)
#DA7164
(218,113,100)
#C5665A
(197,102,90)
#B05B50
(176,91,80)
#9B5046
(155,80,70)
#86453C
(134,69,60)
#713A32
(113,58,50)
#5C2F28
(92,47,40)
#47241E
(71,36,30)
#321914
(50,25,20)
#1D0E0A
(29,14,10)
#000000
(0,0,0)

Tints of #EF7C6E

#EF7C6E
(239,124,110)
#F0877B
(240,135,123)
#F19288
(241,146,136)
#F29D95
(242,157,149)
#F3A8A2
(243,168,162)
#F4B3AF
(244,179,175)
#F5BEBC
(245,190,188)
#F6C9C9
(246,201,201)
#F7D4D6
(247,212,214)
#F8DFE3
(248,223,227)
#F9EAF0
(249,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF7C6E color. Also use rgb(239,124,110) instead hex code.

Text Font Color

.myTextColor { color: #EF7C6E; }

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

This text font color is #EF7C6E.


Background Color

.myBgColor { background-color: #EF7C6E; }

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

This div background color is #EF7C6E.


Border color

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

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

This div border color is #EF7C6E.


Opacity

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

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

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

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

This text has shadow with #EF7C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7C6E on black background.


Color preview on white background

This text has color #EF7C6E on white background.



Black color preview on #EF7C6E background

This text has black color on #EF7C6E background.


White color preview on #EF7C6E background

This text has white color on #EF7C6E background.