COLOR #EF9B24

HEX: #EF9B24
RGB: (239,155,36)

Color info

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

RGB color model

#EF9B24 color RGB value is (239,155,36).

  • red value is 239;
  • green value is 155;
  • blue value is 36.
RGB:
(239,155,36)
(94%,61%,14%)

RGB channels and saturation

R 239 of 255 = 94%
G 155 of 255 = 61%
B 36 of 255 = 14%

239
155
36

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

Portions of RGB colors in percentages

R + G + B =
239 + 155 + 36 = 430 (100%)
R 239 of 430 ~ 55.58%
G 155 of 430 ~ 36.05%
B 36 of 430 ~ 8.37%

%55.58
%36.05

CMYK color model

#EF9B24 color CMYK value is (0,35,85,6).

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 84.94%
  • key color value is 6.27%
CMYK:
(0,35,85,6)
C0M35Y85K6 
(0%,35%,85%,6%)
(0.00/0.35/0.85/0.06)	

CMYK percentages

%0
%35.15
%84.94
%6.27

Codes

Color #EF9B24 in popluar color models

EF9B24
RGB23915536
HSL35°86.38%53.92%
HSB/HSV35°84.94%93.73%
CMYK0.00%35.15%84.94%
6.27%

Color #EF9B24 in popluar number systems.

HEXEF9B24
Decimal23915536
Binary1110111110011011100100
Octal35723344

Shades and tints

Shades of #EF9B24

#EF9B24
(239,155,36)
#DA8D21
(218,141,33)
#C57F1E
(197,127,30)
#B0711B
(176,113,27)
#9B6318
(155,99,24)
#865515
(134,85,21)
#714712
(113,71,18)
#5C390F
(92,57,15)
#472B0C
(71,43,12)
#321D09
(50,29,9)
#1D0F06
(29,15,6)
#000000
(0,0,0)

Tints of #EF9B24

#EF9B24
(239,155,36)
#F0A437
(240,164,55)
#F1AD4A
(241,173,74)
#F2B65D
(242,182,93)
#F3BF70
(243,191,112)
#F4C883
(244,200,131)
#F5D196
(245,209,150)
#F6DAA9
(246,218,169)
#F7E3BC
(247,227,188)
#F8ECCF
(248,236,207)
#F9F5E2
(249,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9B24 color. Also use rgb(239,155,36) instead hex code.

Text Font Color

.myTextColor { color: #EF9B24; }

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

This text font color is #EF9B24.


Background Color

.myBgColor { background-color: #EF9B24; }

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

This div background color is #EF9B24.


Border color

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

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

This div border color is #EF9B24.


Opacity

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

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

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

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

This text has shadow with #EF9B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF9B24 on black background.


Color preview on white background

This text has color #EF9B24 on white background.



Black color preview on #EF9B24 background

This text has black color on #EF9B24 background.


White color preview on #EF9B24 background

This text has white color on #EF9B24 background.