COLOR #EF941C

HEX: #EF941C
RGB: (239,148,28)

Color info

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

RGB color model

#EF941C color RGB value is (239,148,28).

  • red value is 239;
  • green value is 148;
  • blue value is 28.
RGB:
(239,148,28)
(94%,58%,11%)

RGB channels and saturation

R 239 of 255 = 94%
G 148 of 255 = 58%
B 28 of 255 = 11%

239
148
28

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

Portions of RGB colors in percentages

R + G + B =
239 + 148 + 28 = 415 (100%)
R 239 of 415 ~ 57.59%
G 148 of 415 ~ 35.66%
B 28 of 415 ~ 6.75%

%57.59
%35.66

CMYK color model

#EF941C color CMYK value is (0,38,88,6).

  • cyan value is 0.00%
  • magenta value is 38.08%
  • yellow value is 88.28%
  • key color value is 6.27%
CMYK:
(0,38,88,6)
C0M38Y88K6 
(0%,38%,88%,6%)
(0.00/0.38/0.88/0.06)	

CMYK percentages

%0
%38.08
%88.28
%6.27

Codes

Color #EF941C in popluar color models

EF941C
RGB23914828
HSL34°86.83%52.35%
HSB/HSV34°88.28%93.73%
CMYK0.00%38.08%88.28%
6.27%

Color #EF941C in popluar number systems.

HEXEF941C
Decimal23914828
Binary111011111001010011100
Octal35722434

Shades and tints

Shades of #EF941C

#EF941C
(239,148,28)
#DA871A
(218,135,26)
#C57A18
(197,122,24)
#B06D16
(176,109,22)
#9B6014
(155,96,20)
#865312
(134,83,18)
#714610
(113,70,16)
#5C390E
(92,57,14)
#472C0C
(71,44,12)
#321F0A
(50,31,10)
#1D1208
(29,18,8)
#000000
(0,0,0)

Tints of #EF941C

#EF941C
(239,148,28)
#F09D30
(240,157,48)
#F1A644
(241,166,68)
#F2AF58
(242,175,88)
#F3B86C
(243,184,108)
#F4C180
(244,193,128)
#F5CA94
(245,202,148)
#F6D3A8
(246,211,168)
#F7DCBC
(247,220,188)
#F8E5D0
(248,229,208)
#F9EEE4
(249,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF941C color. Also use rgb(239,148,28) instead hex code.

Text Font Color

.myTextColor { color: #EF941C; }

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

This text font color is #EF941C.


Background Color

.myBgColor { background-color: #EF941C; }

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

This div background color is #EF941C.


Border color

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

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

This div border color is #EF941C.


Opacity

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

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

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

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

This text has shadow with #EF941C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF941C on black background.


Color preview on white background

This text has color #EF941C on white background.



Black color preview on #EF941C background

This text has black color on #EF941C background.


White color preview on #EF941C background

This text has white color on #EF941C background.