COLOR #EF8E5D

HEX: #EF8E5D RGB: (239,142,93)

Color info

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

RGB color model

#EF8E5D color RGB value is (239,142,93).

RGB: (239,142,93) (94%, 56%, 36%)

RGB channels and saturation

R 239 of 255 = 94%
G 142 of 255 = 56%
B 93 of 255 = 36%

239
142
93

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

Portions of RGB colors in percentages

R + G + B = 239 + 142 + 93 = 474 (100%)
R 239 of 474 ~ 50.42%
G 142 of 474 ~ 29.96%
B 93 of 474 ~ 19.62'%

%50.42
%29.96
%19.62

CMYK color model

#EF8E5D color CMYK value is (0,41,61,6).

  • cyan value is 0.00%
  • magenta value is 40.59%
  • yellow value is 61.09%
  • key color value is 6.27%

CMYK: (0,41,61,6)
C0M41Y61K6 (0%, 41%, 61%, 6%)
(0.00 / 0.41 / 0.61 / 0.06)

CMYK percentages

%0
%40.59
%61.09
%6.27

Codes

Color #EF8E5D in popluar color models

EF 8E 5D
RGB 239 142 93
HSL 20° 82.02% 65.10%
HSB/HSV 20° 61.09% 93.73%
CMYK 0.00% 40.59% 61.09%
6.27%

Color #EF8E5D in popluar number systems.

HEX EF 8E 5D
Decimal 239 142 93
Binary 11101111 10001110 1011101
Octal 357 216 135

Shades and tints

Shades of #EF8E5D

#EF8E5D
(239,142,93)
#DA8255
(218,130,85)
#C5764D
(197,118,77)
#B06A45
(176,106,69)
#9B5E3D
(155,94,61)
#865235
(134,82,53)
#71462D
(113,70,45)
#5C3A25
(92,58,37)
#472E1D
(71,46,29)
#322215
(50,34,21)
#1D160D
(29,22,13)
#000000
(0,0,0)

Tints of #EF8E5D

#EF8E5D
(239,142,93)
#F0986B
(240,152,107)
#F1A279
(241,162,121)
#F2AC87
(242,172,135)
#F3B695
(243,182,149)
#F4C0A3
(244,192,163)
#F5CAB1
(245,202,177)
#F6D4BF
(246,212,191)
#F7DECD
(247,222,205)
#F8E8DB
(248,232,219)
#F9F2E9
(249,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8E5D color. Also use rgb(239,142,93) instead hex code.

Text Font Color

.myTextColor { color: #EF8E5D; }

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

This text font color is #EF8E5D.

Background Color

.myBgColor { background-color: #EF8E5D; }

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

This div background color is #EF8E5D.

Border color

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

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

This div border color is #EF8E5D.

Opacity

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

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

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

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

This text has shadow with #EF8E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF8E5D.

Preview

Color preview on black background

This text has color #EF8E5D on black background.


Color preview on white background

This text has color #EF8E5D on white background.


Black color preview on #EF8E5D background

This text has black color on #EF8E5D background.


White color preview on #EF8E5D background

This text has white color on #EF8E5D background.


Related colors

Complementary color

Complementary color for #hex is #1071A2.


I love getcolorcode.com

Triadic colors

1 #5DEF8E and #8E5DEF with #EF8E5D are triadic colors.

2 #5D8EEF and #8EEF5D with #EF8E5D are triadic colors.