COLOR #EF9543

HEX: #EF9543
RGB: (239,149,67)

Color info

#EF9543 contains mainly red color. Web safe color of #EF9543 is #FF9933 (or #F93).

RGB color model

#EF9543 color RGB value is (239,149,67).

  • red value is 239;
  • green value is 149;
  • blue value is 67.
RGB:
(239,149,67)
(94%,58%,26%)

RGB channels and saturation

R 239 of 255 = 94%
G 149 of 255 = 58%
B 67 of 255 = 26%

239
149
67

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

Portions of RGB colors in percentages

R + G + B =
239 + 149 + 67 = 455 (100%)
R 239 of 455 ~ 52.53%
G 149 of 455 ~ 32.75%
B 67 of 455 ~ 14.73%

%52.53
%32.75
%14.73

CMYK color model

#EF9543 color CMYK value is (0,38,72,6).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 71.97%
  • key color value is 6.27%
CMYK:
(0,38,72,6)
C0M38Y72K6 
(0%,38%,72%,6%)
(0.00/0.38/0.72/0.06)	

CMYK percentages

%0
%37.66
%71.97
%6.27

Codes

Color #EF9543 in popluar color models

EF9543
RGB23914967
HSL29°84.31%60.00%
HSB/HSV29°71.97%93.73%
CMYK0.00%37.66%71.97%
6.27%

Color #EF9543 in popluar number systems.

HEXEF9543
Decimal23914967
Binary11101111100101011000011
Octal357225103

Shades and tints

Shades of #EF9543

#EF9543
(239,149,67)
#DA883D
(218,136,61)
#C57B37
(197,123,55)
#B06E31
(176,110,49)
#9B612B
(155,97,43)
#865425
(134,84,37)
#71471F
(113,71,31)
#5C3A19
(92,58,25)
#472D13
(71,45,19)
#32200D
(50,32,13)
#1D1307
(29,19,7)
#000000
(0,0,0)

Tints of #EF9543

#EF9543
(239,149,67)
#F09E54
(240,158,84)
#F1A765
(241,167,101)
#F2B076
(242,176,118)
#F3B987
(243,185,135)
#F4C298
(244,194,152)
#F5CBA9
(245,203,169)
#F6D4BA
(246,212,186)
#F7DDCB
(247,221,203)
#F8E6DC
(248,230,220)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9543 color. Also use rgb(239,149,67) instead hex code.

Text Font Color

.myTextColor { color: #EF9543; }

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

This text font color is #EF9543.


Background Color

.myBgColor { background-color: #EF9543; }

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

This div background color is #EF9543.


Border color

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

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

This div border color is #EF9543.


Opacity

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

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

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

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

This text has shadow with #EF9543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9543 on black background.


Color preview on white background

This text has color #EF9543 on white background.



Black color preview on #EF9543 background

This text has black color on #EF9543 background.


White color preview on #EF9543 background

This text has white color on #EF9543 background.