COLOR #EE6F5A

HEX: #EE6F5A
RGB: (238,111,90)

Color info

#EE6F5A contains mainly red color. Web safe color of #EE6F5A is #FF6666 (or #F66).

RGB color model

#EE6F5A color RGB value is (238,111,90).

  • red value is 238;
  • green value is 111;
  • blue value is 90.
RGB:
(238,111,90)
(93%,44%,35%)

RGB channels and saturation

R 238 of 255 = 93%
G 111 of 255 = 44%
B 90 of 255 = 35%

238
111
90

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

Portions of RGB colors in percentages

R + G + B =
238 + 111 + 90 = 439 (100%)
R 238 of 439 ~ 54.21%
G 111 of 439 ~ 25.28%
B 90 of 439 ~ 20.5%

%54.21
%25.28
%20.5

CMYK color model

#EE6F5A color CMYK value is (0,53,62,7).

  • cyan value is 0.00%
  • magenta value is 53.36%
  • yellow value is 62.18%
  • key color value is 6.67%
CMYK:
(0,53,62,7)
C0M53Y62K7 
(0%,53%,62%,7%)
(0.00/0.53/0.62/0.07)	

CMYK percentages

%0
%53.36
%62.18
%6.67

Codes

Color #EE6F5A in popluar color models

EE6F5A
RGB23811190
HSL81.32%64.31%
HSB/HSV62.18%93.33%
CMYK0.00%53.36%62.18%
6.67%

Color #EE6F5A in popluar number systems.

HEXEE6F5A
Decimal23811190
Binary1110111011011111011010
Octal356157132

Shades and tints

Shades of #EE6F5A

#EE6F5A
(238,111,90)
#D96552
(217,101,82)
#C45B4A
(196,91,74)
#AF5142
(175,81,66)
#9A473A
(154,71,58)
#853D32
(133,61,50)
#70332A
(112,51,42)
#5B2922
(91,41,34)
#461F1A
(70,31,26)
#311512
(49,21,18)
#1C0B0A
(28,11,10)
#000000
(0,0,0)

Tints of #EE6F5A

#EE6F5A
(238,111,90)
#EF7C69
(239,124,105)
#F08978
(240,137,120)
#F19687
(241,150,135)
#F2A396
(242,163,150)
#F3B0A5
(243,176,165)
#F4BDB4
(244,189,180)
#F5CAC3
(245,202,195)
#F6D7D2
(246,215,210)
#F7E4E1
(247,228,225)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE6F5A color. Also use rgb(238,111,90) instead hex code.

Text Font Color

.myTextColor { color: #EE6F5A; }

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

This text font color is #EE6F5A.


Background Color

.myBgColor { background-color: #EE6F5A; }

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

This div background color is #EE6F5A.


Border color

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

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

This div border color is #EE6F5A.


Opacity

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

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

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

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

This text has shadow with #EE6F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE6F5A on black background.


Color preview on white background

This text has color #EE6F5A on white background.



Black color preview on #EE6F5A background

This text has black color on #EE6F5A background.


White color preview on #EE6F5A background

This text has white color on #EE6F5A background.