COLOR #EF993E

HEX: #EF993E
RGB: (239,153,62)

Color info

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

RGB color model

#EF993E color RGB value is (239,153,62).

  • red value is 239;
  • green value is 153;
  • blue value is 62.
RGB:
(239,153,62)
(94%,60%,24%)

RGB channels and saturation

R 239 of 255 = 94%
G 153 of 255 = 60%
B 62 of 255 = 24%

239
153
62

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

Portions of RGB colors in percentages

R + G + B =
239 + 153 + 62 = 454 (100%)
R 239 of 454 ~ 52.64%
G 153 of 454 ~ 33.7%
B 62 of 454 ~ 13.66%

%52.64
%33.7
%13.66

CMYK color model

#EF993E color CMYK value is (0,36,74,6).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 74.06%
  • key color value is 6.27%
CMYK:
(0,36,74,6)
C0M36Y74K6 
(0%,36%,74%,6%)
(0.00/0.36/0.74/0.06)	

CMYK percentages

%0
%35.98
%74.06
%6.27

Codes

Color #EF993E in popluar color models

EF993E
RGB23915362
HSL31°84.69%59.02%
HSB/HSV31°74.06%93.73%
CMYK0.00%35.98%74.06%
6.27%

Color #EF993E in popluar number systems.

HEXEF993E
Decimal23915362
Binary1110111110011001111110
Octal35723176

Shades and tints

Shades of #EF993E

#EF993E
(239,153,62)
#DA8C39
(218,140,57)
#C57F34
(197,127,52)
#B0722F
(176,114,47)
#9B652A
(155,101,42)
#865825
(134,88,37)
#714B20
(113,75,32)
#5C3E1B
(92,62,27)
#473116
(71,49,22)
#322411
(50,36,17)
#1D170C
(29,23,12)
#000000
(0,0,0)

Tints of #EF993E

#EF993E
(239,153,62)
#F0A24F
(240,162,79)
#F1AB60
(241,171,96)
#F2B471
(242,180,113)
#F3BD82
(243,189,130)
#F4C693
(244,198,147)
#F5CFA4
(245,207,164)
#F6D8B5
(246,216,181)
#F7E1C6
(247,225,198)
#F8EAD7
(248,234,215)
#F9F3E8
(249,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF993E color. Also use rgb(239,153,62) instead hex code.

Text Font Color

.myTextColor { color: #EF993E; }

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

This text font color is #EF993E.


Background Color

.myBgColor { background-color: #EF993E; }

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

This div background color is #EF993E.


Border color

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

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

This div border color is #EF993E.


Opacity

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

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

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

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

This text has shadow with #EF993E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF993E on black background.


Color preview on white background

This text has color #EF993E on white background.



Black color preview on #EF993E background

This text has black color on #EF993E background.


White color preview on #EF993E background

This text has white color on #EF993E background.