COLOR #EF9329

HEX: #EF9329
RGB: (239,147,41)

Color info

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

RGB color model

#EF9329 color RGB value is (239,147,41).

  • red value is 239;
  • green value is 147;
  • blue value is 41.
RGB:
(239,147,41)
(94%,58%,16%)

RGB channels and saturation

R 239 of 255 = 94%
G 147 of 255 = 58%
B 41 of 255 = 16%

239
147
41

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

Portions of RGB colors in percentages

R + G + B =
239 + 147 + 41 = 427 (100%)
R 239 of 427 ~ 55.97%
G 147 of 427 ~ 34.43%
B 41 of 427 ~ 9.6%

%55.97
%34.43
%9.6

CMYK color model

#EF9329 color CMYK value is (0,38,83,6).

  • cyan value is 0.00%
  • magenta value is 38.49%
  • yellow value is 82.85%
  • key color value is 6.27%
CMYK:
(0,38,83,6)
C0M38Y83K6 
(0%,38%,83%,6%)
(0.00/0.38/0.83/0.06)	

CMYK percentages

%0
%38.49
%82.85
%6.27

Codes

Color #EF9329 in popluar color models

EF9329
RGB23914741
HSL32°86.09%54.90%
HSB/HSV32°82.85%93.73%
CMYK0.00%38.49%82.85%
6.27%

Color #EF9329 in popluar number systems.

HEXEF9329
Decimal23914741
Binary1110111110010011101001
Octal35722351

Shades and tints

Shades of #EF9329

#EF9329
(239,147,41)
#DA8626
(218,134,38)
#C57923
(197,121,35)
#B06C20
(176,108,32)
#9B5F1D
(155,95,29)
#86521A
(134,82,26)
#714517
(113,69,23)
#5C3814
(92,56,20)
#472B11
(71,43,17)
#321E0E
(50,30,14)
#1D110B
(29,17,11)
#000000
(0,0,0)

Tints of #EF9329

#EF9329
(239,147,41)
#F09C3C
(240,156,60)
#F1A54F
(241,165,79)
#F2AE62
(242,174,98)
#F3B775
(243,183,117)
#F4C088
(244,192,136)
#F5C99B
(245,201,155)
#F6D2AE
(246,210,174)
#F7DBC1
(247,219,193)
#F8E4D4
(248,228,212)
#F9EDE7
(249,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9329 color. Also use rgb(239,147,41) instead hex code.

Text Font Color

.myTextColor { color: #EF9329; }

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

This text font color is #EF9329.


Background Color

.myBgColor { background-color: #EF9329; }

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

This div background color is #EF9329.


Border color

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

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

This div border color is #EF9329.


Opacity

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

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

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

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

This text has shadow with #EF9329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9329 on black background.


Color preview on white background

This text has color #EF9329 on white background.



Black color preview on #EF9329 background

This text has black color on #EF9329 background.


White color preview on #EF9329 background

This text has white color on #EF9329 background.