COLOR #EE8371

HEX: #EE8371
RGB: (238,131,113)

Color info

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

RGB color model

#EE8371 color RGB value is (238,131,113).

  • red value is 238;
  • green value is 131;
  • blue value is 113.
RGB:
(238,131,113)
(93%,51%,44%)

RGB channels and saturation

R 238 of 255 = 93%
G 131 of 255 = 51%
B 113 of 255 = 44%

238
131
113

R + G + B ~ 63%. #EE8371 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 131 + 113 = 482 (100%)
R 238 of 482 ~ 49.38%
G 131 of 482 ~ 27.18%
B 113 of 482 ~ 23.44%

%49.38
%27.18
%23.44

CMYK color model

#EE8371 color CMYK value is (0,45,53,7).

  • cyan value is 0.00%
  • magenta value is 44.96%
  • yellow value is 52.52%
  • key color value is 6.67%
CMYK:
(0,45,53,7)
C0M45Y53K7 
(0%,45%,53%,7%)
(0.00/0.45/0.53/0.07)	

CMYK percentages

%0
%44.96
%52.52
%6.67

Codes

Color #EE8371 in popluar color models

EE8371
RGB238131113
HSL78.62%68.82%
HSB/HSV52.52%93.33%
CMYK0.00%44.96%52.52%
6.67%

Color #EE8371 in popluar number systems.

HEXEE8371
Decimal238131113
Binary11101110100000111110001
Octal356203161

Shades and tints

Shades of #EE8371

#EE8371
(238,131,113)
#D97867
(217,120,103)
#C46D5D
(196,109,93)
#AF6253
(175,98,83)
#9A5749
(154,87,73)
#854C3F
(133,76,63)
#704135
(112,65,53)
#5B362B
(91,54,43)
#462B21
(70,43,33)
#312017
(49,32,23)
#1C150D
(28,21,13)
#000000
(0,0,0)

Tints of #EE8371

#EE8371
(238,131,113)
#EF8E7D
(239,142,125)
#F09989
(240,153,137)
#F1A495
(241,164,149)
#F2AFA1
(242,175,161)
#F3BAAD
(243,186,173)
#F4C5B9
(244,197,185)
#F5D0C5
(245,208,197)
#F6DBD1
(246,219,209)
#F7E6DD
(247,230,221)
#F8F1E9
(248,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8371 color. Also use rgb(238,131,113) instead hex code.

Text Font Color

.myTextColor { color: #EE8371; }

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

This text font color is #EE8371.


Background Color

.myBgColor { background-color: #EE8371; }

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

This div background color is #EE8371.


Border color

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

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

This div border color is #EE8371.


Opacity

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

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

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

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

This text has shadow with #EE8371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8371 on black background.


Color preview on white background

This text has color #EE8371 on white background.



Black color preview on #EE8371 background

This text has black color on #EE8371 background.


White color preview on #EE8371 background

This text has white color on #EE8371 background.