COLOR #EE9349

HEX: #EE9349 RGB: (238,147,73)

Color info

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

RGB color model

#EE9349 color RGB value is (238,147,73).

RGB: (238,147,73) (93%, 58%, 29%)

RGB channels and saturation

R 238 of 255 = 93%
G 147 of 255 = 58%
B 73 of 255 = 29%

238
147
73

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

Portions of RGB colors in percentages

R + G + B = 238 + 147 + 73 = 458 (100%)
R 238 of 458 ~ 51.97%
G 147 of 458 ~ 32.1%
B 73 of 458 ~ 15.94'%

%51.97
%32.1
%15.94

CMYK color model

#EE9349 color CMYK value is (0,38,69,7).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 69.33%
  • key color value is 6.67%

CMYK: (0,38,69,7)
C0M38Y69K7 (0%, 38%, 69%, 7%)
(0.00 / 0.38 / 0.69 / 0.07)

CMYK percentages

%0
%38.24
%69.33
%6.67

Codes

Color #EE9349 in popluar color models

EE 93 49
RGB 238 147 73
HSL 27° 82.91% 60.98%
HSB/HSV 27° 69.33% 93.33%
CMYK 0.00% 38.24% 69.33%
6.67%

Color #EE9349 in popluar number systems.

HEX EE 93 49
Decimal 238 147 73
Binary 11101110 10010011 1001001
Octal 356 223 111

Shades and tints

Shades of #EE9349

#EE9349
(238,147,73)
#D98643
(217,134,67)
#C4793D
(196,121,61)
#AF6C37
(175,108,55)
#9A5F31
(154,95,49)
#85522B
(133,82,43)
#704525
(112,69,37)
#5B381F
(91,56,31)
#462B19
(70,43,25)
#311E13
(49,30,19)
#1C110D
(28,17,13)
#000000
(0,0,0)

Tints of #EE9349

#EE9349
(238,147,73)
#EF9C59
(239,156,89)
#F0A569
(240,165,105)
#F1AE79
(241,174,121)
#F2B789
(242,183,137)
#F3C099
(243,192,153)
#F4C9A9
(244,201,169)
#F5D2B9
(245,210,185)
#F6DBC9
(246,219,201)
#F7E4D9
(247,228,217)
#F8EDE9
(248,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9349 color. Also use rgb(238,147,73) instead hex code.

Text Font Color

.myTextColor { color: #EE9349; }

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

This text font color is #EE9349.

Background Color

.myBgColor { background-color: #EE9349; }

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

This div background color is #EE9349.

Border color

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

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

This div border color is #EE9349.

Opacity

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

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

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

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

This text has shadow with #EE9349 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE9349.

Preview

Color preview on black background

This text has color #EE9349 on black background.


Color preview on white background

This text has color #EE9349 on white background.


Black color preview on #EE9349 background

This text has black color on #EE9349 background.


White color preview on #EE9349 background

This text has white color on #EE9349 background.


Related colors

Complementary color

Complementary color for #hex is #116CB6.


I love getcolorcode.com

Triadic colors

1 #49EE93 and #9349EE with #EE9349 are triadic colors.

2 #4993EE and #93EE49 with #EE9349 are triadic colors.