COLOR #EF8C6E

HEX: #EF8C6E
RGB: (239,140,110)

Color info

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

RGB color model

#EF8C6E color RGB value is (239,140,110).

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

RGB channels and saturation

R 239 of 255 = 94%
G 140 of 255 = 55%
B 110 of 255 = 43%

239
140
110

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

Portions of RGB colors in percentages

R + G + B =
239 + 140 + 110 = 489 (100%)
R 239 of 489 ~ 48.88%
G 140 of 489 ~ 28.63%
B 110 of 489 ~ 22.49%

%48.88
%28.63
%22.49

CMYK color model

#EF8C6E color CMYK value is (0,41,54,6).

  • cyan value is 0.00%
  • magenta value is 41.42%
  • yellow value is 53.97%
  • key color value is 6.27%
CMYK:
(0,41,54,6)
C0M41Y54K6 
(0%,41%,54%,6%)
(0.00/0.41/0.54/0.06)	

CMYK percentages

%0
%41.42
%53.97
%6.27

Codes

Color #EF8C6E in popluar color models

EF8C6E
RGB239140110
HSL14°80.12%68.43%
HSB/HSV14°53.97%93.73%
CMYK0.00%41.42%53.97%
6.27%

Color #EF8C6E in popluar number systems.

HEXEF8C6E
Decimal239140110
Binary11101111100011001101110
Octal357214156

Shades and tints

Shades of #EF8C6E

#EF8C6E
(239,140,110)
#DA8064
(218,128,100)
#C5745A
(197,116,90)
#B06850
(176,104,80)
#9B5C46
(155,92,70)
#86503C
(134,80,60)
#714432
(113,68,50)
#5C3828
(92,56,40)
#472C1E
(71,44,30)
#322014
(50,32,20)
#1D140A
(29,20,10)
#000000
(0,0,0)

Tints of #EF8C6E

#EF8C6E
(239,140,110)
#F0967B
(240,150,123)
#F1A088
(241,160,136)
#F2AA95
(242,170,149)
#F3B4A2
(243,180,162)
#F4BEAF
(244,190,175)
#F5C8BC
(245,200,188)
#F6D2C9
(246,210,201)
#F7DCD6
(247,220,214)
#F8E6E3
(248,230,227)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF8C6E; }

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

This text font color is #EF8C6E.


Background Color

.myBgColor { background-color: #EF8C6E; }

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

This div background color is #EF8C6E.


Border color

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

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

This div border color is #EF8C6E.


Opacity

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

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

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

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

This text has shadow with #EF8C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8C6E on black background.


Color preview on white background

This text has color #EF8C6E on white background.



Black color preview on #EF8C6E background

This text has black color on #EF8C6E background.


White color preview on #EF8C6E background

This text has white color on #EF8C6E background.