COLOR #EE8F63

HEX: #EE8F63
RGB: (238,143,99)

Color info

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

RGB color model

#EE8F63 color RGB value is (238,143,99).

  • red value is 238;
  • green value is 143;
  • blue value is 99.
RGB:
(238,143,99)
(93%,56%,39%)

RGB channels and saturation

R 238 of 255 = 93%
G 143 of 255 = 56%
B 99 of 255 = 39%

238
143
99

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

Portions of RGB colors in percentages

R + G + B =
238 + 143 + 99 = 480 (100%)
R 238 of 480 ~ 49.58%
G 143 of 480 ~ 29.79%
B 99 of 480 ~ 20.63%

%49.58
%29.79
%20.63

CMYK color model

#EE8F63 color CMYK value is (0,40,58,7).

  • cyan value is 0.00%
  • magenta value is 39.92%
  • yellow value is 58.40%
  • key color value is 6.67%
CMYK:
(0,40,58,7)
C0M40Y58K7 
(0%,40%,58%,7%)
(0.00/0.40/0.58/0.07)	

CMYK percentages

%0
%39.92
%58.4
%6.67

Codes

Color #EE8F63 in popluar color models

EE8F63
RGB23814399
HSL19°80.35%66.08%
HSB/HSV19°58.40%93.33%
CMYK0.00%39.92%58.40%
6.67%

Color #EE8F63 in popluar number systems.

HEXEE8F63
Decimal23814399
Binary11101110100011111100011
Octal356217143

Shades and tints

Shades of #EE8F63

#EE8F63
(238,143,99)
#D9825A
(217,130,90)
#C47551
(196,117,81)
#AF6848
(175,104,72)
#9A5B3F
(154,91,63)
#854E36
(133,78,54)
#70412D
(112,65,45)
#5B3424
(91,52,36)
#46271B
(70,39,27)
#311A12
(49,26,18)
#1C0D09
(28,13,9)
#000000
(0,0,0)

Tints of #EE8F63

#EE8F63
(238,143,99)
#EF9971
(239,153,113)
#F0A37F
(240,163,127)
#F1AD8D
(241,173,141)
#F2B79B
(242,183,155)
#F3C1A9
(243,193,169)
#F4CBB7
(244,203,183)
#F5D5C5
(245,213,197)
#F6DFD3
(246,223,211)
#F7E9E1
(247,233,225)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8F63 color. Also use rgb(238,143,99) instead hex code.

Text Font Color

.myTextColor { color: #EE8F63; }

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

This text font color is #EE8F63.


Background Color

.myBgColor { background-color: #EE8F63; }

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

This div background color is #EE8F63.


Border color

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

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

This div border color is #EE8F63.


Opacity

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

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

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

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

This text has shadow with #EE8F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8F63 on black background.


Color preview on white background

This text has color #EE8F63 on white background.



Black color preview on #EE8F63 background

This text has black color on #EE8F63 background.


White color preview on #EE8F63 background

This text has white color on #EE8F63 background.