COLOR #EE941E

HEX: #EE941E
RGB: (238,148,30)

Color info

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

RGB color model

#EE941E color RGB value is (238,148,30).

  • red value is 238;
  • green value is 148;
  • blue value is 30.
RGB:
(238,148,30)
(93%,58%,12%)

RGB channels and saturation

R 238 of 255 = 93%
G 148 of 255 = 58%
B 30 of 255 = 12%

238
148
30

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

Portions of RGB colors in percentages

R + G + B =
238 + 148 + 30 = 416 (100%)
R 238 of 416 ~ 57.21%
G 148 of 416 ~ 35.58%
B 30 of 416 ~ 7.21%

%57.21
%35.58

CMYK color model

#EE941E color CMYK value is (0,38,87,7).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 87.39%
  • key color value is 6.67%
CMYK:
(0,38,87,7)
C0M38Y87K7 
(0%,38%,87%,7%)
(0.00/0.38/0.87/0.07)	

CMYK percentages

%0
%37.82
%87.39
%6.67

Codes

Color #EE941E in popluar color models

EE941E
RGB23814830
HSL34°85.95%52.55%
HSB/HSV34°87.39%93.33%
CMYK0.00%37.82%87.39%
6.67%

Color #EE941E in popluar number systems.

HEXEE941E
Decimal23814830
Binary111011101001010011110
Octal35622436

Shades and tints

Shades of #EE941E

#EE941E
(238,148,30)
#D9871C
(217,135,28)
#C47A1A
(196,122,26)
#AF6D18
(175,109,24)
#9A6016
(154,96,22)
#855314
(133,83,20)
#704612
(112,70,18)
#5B3910
(91,57,16)
#462C0E
(70,44,14)
#311F0C
(49,31,12)
#1C120A
(28,18,10)
#000000
(0,0,0)

Tints of #EE941E

#EE941E
(238,148,30)
#EF9D32
(239,157,50)
#F0A646
(240,166,70)
#F1AF5A
(241,175,90)
#F2B86E
(242,184,110)
#F3C182
(243,193,130)
#F4CA96
(244,202,150)
#F5D3AA
(245,211,170)
#F6DCBE
(246,220,190)
#F7E5D2
(247,229,210)
#F8EEE6
(248,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE941E color. Also use rgb(238,148,30) instead hex code.

Text Font Color

.myTextColor { color: #EE941E; }

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

This text font color is #EE941E.


Background Color

.myBgColor { background-color: #EE941E; }

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

This div background color is #EE941E.


Border color

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

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

This div border color is #EE941E.


Opacity

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

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

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

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

This text has shadow with #EE941E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE941E on black background.


Color preview on white background

This text has color #EE941E on white background.



Black color preview on #EE941E background

This text has black color on #EE941E background.


White color preview on #EE941E background

This text has white color on #EE941E background.