COLOR #EF5E01

HEX: #EF5E01
RGB: (239,94,1)

Color info

#EF5E01 contains mainly red color. Web safe color of #EF5E01 is #FF6600 (or #F60).

RGB color model

#EF5E01 color RGB value is (239,94,1).

  • red value is 239;
  • green value is 94;
  • blue value is 1.
RGB:
(239,94,1)
(94%,37%,0%)

RGB channels and saturation

R 239 of 255 = 94%
G 94 of 255 = 37%
B 1 of 255 = 0%

239
94
1

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

Portions of RGB colors in percentages

R + G + B =
239 + 94 + 1 = 334 (100%)
R 239 of 334 ~ 71.56%
G 94 of 334 ~ 28.14%
B 1 of 334 ~ 0.3%

%71.56
%28.14

CMYK color model

#EF5E01 color CMYK value is (0,61,100,6).

  • cyan value is 0.00%
  • magenta value is 60.67%
  • yellow value is 99.58%
  • key color value is 6.27%
CMYK:
(0,61,100,6)
C0M61Y100K6 
(0%,61%,100%,6%)
(0.00/0.61/1.00/0.06)	

CMYK percentages

%0
%60.67
%99.58
%6.27

Codes

Color #EF5E01 in popluar color models

EF5E01
RGB239941
HSL23°99.17%47.06%
HSB/HSV23°99.58%93.73%
CMYK0.00%60.67%99.58%
6.27%

Color #EF5E01 in popluar number systems.

HEXEF5E01
Decimal239941
Binary1110111110111101
Octal3571361

Shades and tints

Shades of #EF5E01

#EF5E01
(239,94,1)
#DA5601
(218,86,1)
#C54E01
(197,78,1)
#B04601
(176,70,1)
#9B3E01
(155,62,1)
#863601
(134,54,1)
#712E01
(113,46,1)
#5C2601
(92,38,1)
#471E01
(71,30,1)
#321601
(50,22,1)
#1D0E01
(29,14,1)
#000000
(0,0,0)

Tints of #EF5E01

#EF5E01
(239,94,1)
#F06C18
(240,108,24)
#F17A2F
(241,122,47)
#F28846
(242,136,70)
#F3965D
(243,150,93)
#F4A474
(244,164,116)
#F5B28B
(245,178,139)
#F6C0A2
(246,192,162)
#F7CEB9
(247,206,185)
#F8DCD0
(248,220,208)
#F9EAE7
(249,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF5E01 color. Also use rgb(239,94,1) instead hex code.

Text Font Color

.myTextColor { color: #EF5E01; }

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

This text font color is #EF5E01.


Background Color

.myBgColor { background-color: #EF5E01; }

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

This div background color is #EF5E01.


Border color

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

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

This div border color is #EF5E01.


Opacity

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

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

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

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

This text has shadow with #EF5E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF5E01 on black background.


Color preview on white background

This text has color #EF5E01 on white background.



Black color preview on #EF5E01 background

This text has black color on #EF5E01 background.


White color preview on #EF5E01 background

This text has white color on #EF5E01 background.