COLOR #EF9C7E

HEX: #EF9C7E
RGB: (239,156,126)

Color info

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

RGB color model

#EF9C7E color RGB value is (239,156,126).

  • red value is 239;
  • green value is 156;
  • blue value is 126.
RGB:
(239,156,126)
(94%,61%,49%)

RGB channels and saturation

R 239 of 255 = 94%
G 156 of 255 = 61%
B 126 of 255 = 49%

239
156
126

R + G + B ~ 68%. #EF9C7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 156 + 126 = 521 (100%)
R 239 of 521 ~ 45.87%
G 156 of 521 ~ 29.94%
B 126 of 521 ~ 24.18%

%45.87
%29.94
%24.18

CMYK color model

#EF9C7E color CMYK value is (0,35,47,6).

  • cyan value is 0.00%
  • magenta value is 34.73%
  • yellow value is 47.28%
  • key color value is 6.27%
CMYK:
(0,35,47,6)
C0M35Y47K6 
(0%,35%,47%,6%)
(0.00/0.35/0.47/0.06)	

CMYK percentages

%0
%34.73
%47.28
%6.27

Codes

Color #EF9C7E in popluar color models

EF9C7E
RGB239156126
HSL16°77.93%71.57%
HSB/HSV16°47.28%93.73%
CMYK0.00%34.73%47.28%
6.27%

Color #EF9C7E in popluar number systems.

HEXEF9C7E
Decimal239156126
Binary11101111100111001111110
Octal357234176

Shades and tints

Shades of #EF9C7E

#EF9C7E
(239,156,126)
#DA8E73
(218,142,115)
#C58068
(197,128,104)
#B0725D
(176,114,93)
#9B6452
(155,100,82)
#865647
(134,86,71)
#71483C
(113,72,60)
#5C3A31
(92,58,49)
#472C26
(71,44,38)
#321E1B
(50,30,27)
#1D1010
(29,16,16)
#000000
(0,0,0)

Tints of #EF9C7E

#EF9C7E
(239,156,126)
#F0A589
(240,165,137)
#F1AE94
(241,174,148)
#F2B79F
(242,183,159)
#F3C0AA
(243,192,170)
#F4C9B5
(244,201,181)
#F5D2C0
(245,210,192)
#F6DBCB
(246,219,203)
#F7E4D6
(247,228,214)
#F8EDE1
(248,237,225)
#F9F6EC
(249,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9C7E color. Also use rgb(239,156,126) instead hex code.

Text Font Color

.myTextColor { color: #EF9C7E; }

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

This text font color is #EF9C7E.


Background Color

.myBgColor { background-color: #EF9C7E; }

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

This div background color is #EF9C7E.


Border color

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

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

This div border color is #EF9C7E.


Opacity

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

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

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

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

This text has shadow with #EF9C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9C7E on black background.


Color preview on white background

This text has color #EF9C7E on white background.



Black color preview on #EF9C7E background

This text has black color on #EF9C7E background.


White color preview on #EF9C7E background

This text has white color on #EF9C7E background.