COLOR #EF5A1B

HEX: #EF5A1B
RGB: (239,90,27)

Color info

#EF5A1B contains mainly red color. Web safe color of #EF5A1B is #FF6633 (or #F63).

RGB color model

#EF5A1B color RGB value is (239,90,27).

  • red value is 239;
  • green value is 90;
  • blue value is 27.
RGB:
(239,90,27)
(94%,35%,11%)

RGB channels and saturation

R 239 of 255 = 94%
G 90 of 255 = 35%
B 27 of 255 = 11%

239
90
27

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

Portions of RGB colors in percentages

R + G + B =
239 + 90 + 27 = 356 (100%)
R 239 of 356 ~ 67.13%
G 90 of 356 ~ 25.28%
B 27 of 356 ~ 7.58%

%67.13
%25.28

CMYK color model

#EF5A1B color CMYK value is (0,62,89,6).

  • cyan value is 0.00%
  • magenta value is 62.34%
  • yellow value is 88.70%
  • key color value is 6.27%
CMYK:
(0,62,89,6)
C0M62Y89K6 
(0%,62%,89%,6%)
(0.00/0.62/0.89/0.06)	

CMYK percentages

%0
%62.34
%88.7
%6.27

Codes

Color #EF5A1B in popluar color models

EF5A1B
RGB2399027
HSL18°86.89%52.16%
HSB/HSV18°88.70%93.73%
CMYK0.00%62.34%88.70%
6.27%

Color #EF5A1B in popluar number systems.

HEXEF5A1B
Decimal2399027
Binary11101111101101011011
Octal35713233

Shades and tints

Shades of #EF5A1B

#EF5A1B
(239,90,27)
#DA5219
(218,82,25)
#C54A17
(197,74,23)
#B04215
(176,66,21)
#9B3A13
(155,58,19)
#863211
(134,50,17)
#712A0F
(113,42,15)
#5C220D
(92,34,13)
#471A0B
(71,26,11)
#321209
(50,18,9)
#1D0A07
(29,10,7)
#000000
(0,0,0)

Tints of #EF5A1B

#EF5A1B
(239,90,27)
#F0692F
(240,105,47)
#F17843
(241,120,67)
#F28757
(242,135,87)
#F3966B
(243,150,107)
#F4A57F
(244,165,127)
#F5B493
(245,180,147)
#F6C3A7
(246,195,167)
#F7D2BB
(247,210,187)
#F8E1CF
(248,225,207)
#F9F0E3
(249,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF5A1B color. Also use rgb(239,90,27) instead hex code.

Text Font Color

.myTextColor { color: #EF5A1B; }

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

This text font color is #EF5A1B.


Background Color

.myBgColor { background-color: #EF5A1B; }

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

This div background color is #EF5A1B.


Border color

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

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

This div border color is #EF5A1B.


Opacity

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

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

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

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

This text has shadow with #EF5A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF5A1B on black background.


Color preview on white background

This text has color #EF5A1B on white background.



Black color preview on #EF5A1B background

This text has black color on #EF5A1B background.


White color preview on #EF5A1B background

This text has white color on #EF5A1B background.