COLOR #EF4328

HEX: #EF4328
RGB: (239,67,40)

Color info

#EF4328 contains mainly red color. Web safe color of #EF4328 is #FF3333 (or #F33).

RGB color model

#EF4328 color RGB value is (239,67,40).

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

RGB channels and saturation

R 239 of 255 = 94%
G 67 of 255 = 26%
B 40 of 255 = 16%

239
67
40

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

Portions of RGB colors in percentages

R + G + B =
239 + 67 + 40 = 346 (100%)
R 239 of 346 ~ 69.08%
G 67 of 346 ~ 19.36%
B 40 of 346 ~ 11.56%

%69.08
%19.36
%11.56

CMYK color model

#EF4328 color CMYK value is (0,72,83,6).

  • cyan value is 0.00%
  • magenta value is 71.97%
  • yellow value is 83.26%
  • key color value is 6.27%
CMYK:
(0,72,83,6)
C0M72Y83K6 
(0%,72%,83%,6%)
(0.00/0.72/0.83/0.06)	

CMYK percentages

%0
%71.97
%83.26
%6.27

Codes

Color #EF4328 in popluar color models

EF4328
RGB2396740
HSL86.15%54.71%
HSB/HSV83.26%93.73%
CMYK0.00%71.97%83.26%
6.27%

Color #EF4328 in popluar number systems.

HEXEF4328
Decimal2396740
Binary111011111000011101000
Octal35710350

Shades and tints

Shades of #EF4328

#EF4328
(239,67,40)
#DA3D25
(218,61,37)
#C53722
(197,55,34)
#B0311F
(176,49,31)
#9B2B1C
(155,43,28)
#862519
(134,37,25)
#711F16
(113,31,22)
#5C1913
(92,25,19)
#471310
(71,19,16)
#320D0D
(50,13,13)
#1D070A
(29,7,10)
#000000
(0,0,0)

Tints of #EF4328

#EF4328
(239,67,40)
#F0543B
(240,84,59)
#F1654E
(241,101,78)
#F27661
(242,118,97)
#F38774
(243,135,116)
#F49887
(244,152,135)
#F5A99A
(245,169,154)
#F6BAAD
(246,186,173)
#F7CBC0
(247,203,192)
#F8DCD3
(248,220,211)
#F9EDE6
(249,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF4328; }

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

This text font color is #EF4328.


Background Color

.myBgColor { background-color: #EF4328; }

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

This div background color is #EF4328.


Border color

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

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

This div border color is #EF4328.


Opacity

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

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

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

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

This text has shadow with #EF4328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF4328 on black background.


Color preview on white background

This text has color #EF4328 on white background.



Black color preview on #EF4328 background

This text has black color on #EF4328 background.


White color preview on #EF4328 background

This text has white color on #EF4328 background.