COLOR #EE9365

HEX: #EE9365
RGB: (238,147,101)

Color info

#EE9365 contains mainly red color. Web safe color of #EE9365 is #FF9966 (or #F96).

RGB color model

#EE9365 color RGB value is (238,147,101).

  • red value is 238;
  • green value is 147;
  • blue value is 101.
RGB:
(238,147,101)
(93%,58%,40%)

RGB channels and saturation

R 238 of 255 = 93%
G 147 of 255 = 58%
B 101 of 255 = 40%

238
147
101

R + G + B ~ 64%. #EE9365 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 147 + 101 = 486 (100%)
R 238 of 486 ~ 48.97%
G 147 of 486 ~ 30.25%
B 101 of 486 ~ 20.78%

%48.97
%30.25
%20.78

CMYK color model

#EE9365 color CMYK value is (0,38,58,7).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 57.56%
  • key color value is 6.67%
CMYK:
(0,38,58,7)
C0M38Y58K7 
(0%,38%,58%,7%)
(0.00/0.38/0.58/0.07)	

CMYK percentages

%0
%38.24
%57.56
%6.67

Codes

Color #EE9365 in popluar color models

EE9365
RGB238147101
HSL20°80.12%66.47%
HSB/HSV20°57.56%93.33%
CMYK0.00%38.24%57.56%
6.67%

Color #EE9365 in popluar number systems.

HEXEE9365
Decimal238147101
Binary11101110100100111100101
Octal356223145

Shades and tints

Shades of #EE9365

#EE9365
(238,147,101)
#D9865C
(217,134,92)
#C47953
(196,121,83)
#AF6C4A
(175,108,74)
#9A5F41
(154,95,65)
#855238
(133,82,56)
#70452F
(112,69,47)
#5B3826
(91,56,38)
#462B1D
(70,43,29)
#311E14
(49,30,20)
#1C110B
(28,17,11)
#000000
(0,0,0)

Tints of #EE9365

#EE9365
(238,147,101)
#EF9C73
(239,156,115)
#F0A581
(240,165,129)
#F1AE8F
(241,174,143)
#F2B79D
(242,183,157)
#F3C0AB
(243,192,171)
#F4C9B9
(244,201,185)
#F5D2C7
(245,210,199)
#F6DBD5
(246,219,213)
#F7E4E3
(247,228,227)
#F8EDF1
(248,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE9365; }

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

This text font color is #EE9365.


Background Color

.myBgColor { background-color: #EE9365; }

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

This div background color is #EE9365.


Border color

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

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

This div border color is #EE9365.


Opacity

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

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

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

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

This text has shadow with #EE9365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE9365 on black background.


Color preview on white background

This text has color #EE9365 on white background.



Black color preview on #EE9365 background

This text has black color on #EE9365 background.


White color preview on #EE9365 background

This text has white color on #EE9365 background.