COLOR #EF8A6D

HEX: #EF8A6D
RGB: (239,138,109)

Color info

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

RGB color model

#EF8A6D color RGB value is (239,138,109).

  • red value is 239;
  • green value is 138;
  • blue value is 109.
RGB:
(239,138,109)
(94%,54%,43%)

RGB channels and saturation

R 239 of 255 = 94%
G 138 of 255 = 54%
B 109 of 255 = 43%

239
138
109

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

Portions of RGB colors in percentages

R + G + B =
239 + 138 + 109 = 486 (100%)
R 239 of 486 ~ 49.18%
G 138 of 486 ~ 28.4%
B 109 of 486 ~ 22.43%

%49.18
%28.4
%22.43

CMYK color model

#EF8A6D color CMYK value is (0,42,54,6).

  • cyan value is 0.00%
  • magenta value is 42.26%
  • yellow value is 54.39%
  • key color value is 6.27%
CMYK:
(0,42,54,6)
C0M42Y54K6 
(0%,42%,54%,6%)
(0.00/0.42/0.54/0.06)	

CMYK percentages

%0
%42.26
%54.39
%6.27

Codes

Color #EF8A6D in popluar color models

EF8A6D
RGB239138109
HSL13°80.25%68.24%
HSB/HSV13°54.39%93.73%
CMYK0.00%42.26%54.39%
6.27%

Color #EF8A6D in popluar number systems.

HEXEF8A6D
Decimal239138109
Binary11101111100010101101101
Octal357212155

Shades and tints

Shades of #EF8A6D

#EF8A6D
(239,138,109)
#DA7E64
(218,126,100)
#C5725B
(197,114,91)
#B06652
(176,102,82)
#9B5A49
(155,90,73)
#864E40
(134,78,64)
#714237
(113,66,55)
#5C362E
(92,54,46)
#472A25
(71,42,37)
#321E1C
(50,30,28)
#1D1213
(29,18,19)
#000000
(0,0,0)

Tints of #EF8A6D

#EF8A6D
(239,138,109)
#F0947A
(240,148,122)
#F19E87
(241,158,135)
#F2A894
(242,168,148)
#F3B2A1
(243,178,161)
#F4BCAE
(244,188,174)
#F5C6BB
(245,198,187)
#F6D0C8
(246,208,200)
#F7DAD5
(247,218,213)
#F8E4E2
(248,228,226)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8A6D color. Also use rgb(239,138,109) instead hex code.

Text Font Color

.myTextColor { color: #EF8A6D; }

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

This text font color is #EF8A6D.


Background Color

.myBgColor { background-color: #EF8A6D; }

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

This div background color is #EF8A6D.


Border color

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

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

This div border color is #EF8A6D.


Opacity

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

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

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

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

This text has shadow with #EF8A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8A6D on black background.


Color preview on white background

This text has color #EF8A6D on white background.



Black color preview on #EF8A6D background

This text has black color on #EF8A6D background.


White color preview on #EF8A6D background

This text has white color on #EF8A6D background.