COLOR #EF950C

HEX: #EF950C
RGB: (239,149,12)

Color info

#EF950C contains mainly red color. Web safe color of #EF950C is #FF9900 (or #F90).

RGB color model

#EF950C color RGB value is (239,149,12).

  • red value is 239;
  • green value is 149;
  • blue value is 12.
RGB:
(239,149,12)
(94%,58%,5%)

RGB channels and saturation

R 239 of 255 = 94%
G 149 of 255 = 58%
B 12 of 255 = 5%

239
149
12

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

Portions of RGB colors in percentages

R + G + B =
239 + 149 + 12 = 400 (100%)
R 239 of 400 ~ 59.75%
G 149 of 400 ~ 37.25%
B 12 of 400 ~ 3%

%59.75
%37.25

CMYK color model

#EF950C color CMYK value is (0,38,95,6).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 94.98%
  • key color value is 6.27%
CMYK:
(0,38,95,6)
C0M38Y95K6 
(0%,38%,95%,6%)
(0.00/0.38/0.95/0.06)	

CMYK percentages

%0
%37.66
%94.98
%6.27

Codes

Color #EF950C in popluar color models

EF950C
RGB23914912
HSL36°90.44%49.22%
HSB/HSV36°94.98%93.73%
CMYK0.00%37.66%94.98%
6.27%

Color #EF950C in popluar number systems.

HEXEF950C
Decimal23914912
Binary11101111100101011100
Octal35722514

Shades and tints

Shades of #EF950C

#EF950C
(239,149,12)
#DA880B
(218,136,11)
#C57B0A
(197,123,10)
#B06E09
(176,110,9)
#9B6108
(155,97,8)
#865407
(134,84,7)
#714706
(113,71,6)
#5C3A05
(92,58,5)
#472D04
(71,45,4)
#322003
(50,32,3)
#1D1302
(29,19,2)
#000000
(0,0,0)

Tints of #EF950C

#EF950C
(239,149,12)
#F09E22
(240,158,34)
#F1A738
(241,167,56)
#F2B04E
(242,176,78)
#F3B964
(243,185,100)
#F4C27A
(244,194,122)
#F5CB90
(245,203,144)
#F6D4A6
(246,212,166)
#F7DDBC
(247,221,188)
#F8E6D2
(248,230,210)
#F9EFE8
(249,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF950C color. Also use rgb(239,149,12) instead hex code.

Text Font Color

.myTextColor { color: #EF950C; }

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

This text font color is #EF950C.


Background Color

.myBgColor { background-color: #EF950C; }

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

This div background color is #EF950C.


Border color

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

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

This div border color is #EF950C.


Opacity

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

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

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

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

This text has shadow with #EF950C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF950C on black background.


Color preview on white background

This text has color #EF950C on white background.



Black color preview on #EF950C background

This text has black color on #EF950C background.


White color preview on #EF950C background

This text has white color on #EF950C background.