COLOR #EF8657

HEX: #EF8657
RGB: (239,134,87)

Color info

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

RGB color model

#EF8657 color RGB value is (239,134,87).

  • red value is 239;
  • green value is 134;
  • blue value is 87.
RGB:
(239,134,87)
(94%,53%,34%)

RGB channels and saturation

R 239 of 255 = 94%
G 134 of 255 = 53%
B 87 of 255 = 34%

239
134
87

R + G + B ~ 60%. #EF8657 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
239 + 134 + 87 = 460 (100%)
R 239 of 460 ~ 51.96%
G 134 of 460 ~ 29.13%
B 87 of 460 ~ 18.91%

%51.96
%29.13
%18.91

CMYK color model

#EF8657 color CMYK value is (0,44,64,6).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 63.60%
  • key color value is 6.27%
CMYK:
(0,44,64,6)
C0M44Y64K6 
(0%,44%,64%,6%)
(0.00/0.44/0.64/0.06)	

CMYK percentages

%0
%43.93
%63.6
%6.27

Codes

Color #EF8657 in popluar color models

EF8657
RGB23913487
HSL19°82.61%63.92%
HSB/HSV19°63.60%93.73%
CMYK0.00%43.93%63.60%
6.27%

Color #EF8657 in popluar number systems.

HEXEF8657
Decimal23913487
Binary11101111100001101010111
Octal357206127

Shades and tints

Shades of #EF8657

#EF8657
(239,134,87)
#DA7A50
(218,122,80)
#C56E49
(197,110,73)
#B06242
(176,98,66)
#9B563B
(155,86,59)
#864A34
(134,74,52)
#713E2D
(113,62,45)
#5C3226
(92,50,38)
#47261F
(71,38,31)
#321A18
(50,26,24)
#1D0E11
(29,14,17)
#000000
(0,0,0)

Tints of #EF8657

#EF8657
(239,134,87)
#F09166
(240,145,102)
#F19C75
(241,156,117)
#F2A784
(242,167,132)
#F3B293
(243,178,147)
#F4BDA2
(244,189,162)
#F5C8B1
(245,200,177)
#F6D3C0
(246,211,192)
#F7DECF
(247,222,207)
#F8E9DE
(248,233,222)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8657 color. Also use rgb(239,134,87) instead hex code.

Text Font Color

.myTextColor { color: #EF8657; }

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

This text font color is #EF8657.


Background Color

.myBgColor { background-color: #EF8657; }

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

This div background color is #EF8657.


Border color

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

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

This div border color is #EF8657.


Opacity

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

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

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

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

This text has shadow with #EF8657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8657 on black background.


Color preview on white background

This text has color #EF8657 on white background.



Black color preview on #EF8657 background

This text has black color on #EF8657 background.


White color preview on #EF8657 background

This text has white color on #EF8657 background.