COLOR #EE7468

HEX: #EE7468
RGB: (238,116,104)

Color info

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

RGB color model

#EE7468 color RGB value is (238,116,104).

  • red value is 238;
  • green value is 116;
  • blue value is 104.
RGB:
(238,116,104)
(93%,45%,41%)

RGB channels and saturation

R 238 of 255 = 93%
G 116 of 255 = 45%
B 104 of 255 = 41%

238
116
104

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

Portions of RGB colors in percentages

R + G + B =
238 + 116 + 104 = 458 (100%)
R 238 of 458 ~ 51.97%
G 116 of 458 ~ 25.33%
B 104 of 458 ~ 22.71%

%51.97
%25.33
%22.71

CMYK color model

#EE7468 color CMYK value is (0,51,56,7).

  • cyan value is 0.00%
  • magenta value is 51.26%
  • yellow value is 56.30%
  • key color value is 6.67%
CMYK:
(0,51,56,7)
C0M51Y56K7 
(0%,51%,56%,7%)
(0.00/0.51/0.56/0.07)	

CMYK percentages

%0
%51.26
%56.3
%6.67

Codes

Color #EE7468 in popluar color models

EE7468
RGB238116104
HSL79.76%67.06%
HSB/HSV56.30%93.33%
CMYK0.00%51.26%56.30%
6.67%

Color #EE7468 in popluar number systems.

HEXEE7468
Decimal238116104
Binary1110111011101001101000
Octal356164150

Shades and tints

Shades of #EE7468

#EE7468
(238,116,104)
#D96A5F
(217,106,95)
#C46056
(196,96,86)
#AF564D
(175,86,77)
#9A4C44
(154,76,68)
#85423B
(133,66,59)
#703832
(112,56,50)
#5B2E29
(91,46,41)
#462420
(70,36,32)
#311A17
(49,26,23)
#1C100E
(28,16,14)
#000000
(0,0,0)

Tints of #EE7468

#EE7468
(238,116,104)
#EF8075
(239,128,117)
#F08C82
(240,140,130)
#F1988F
(241,152,143)
#F2A49C
(242,164,156)
#F3B0A9
(243,176,169)
#F4BCB6
(244,188,182)
#F5C8C3
(245,200,195)
#F6D4D0
(246,212,208)
#F7E0DD
(247,224,221)
#F8ECEA
(248,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE7468 color. Also use rgb(238,116,104) instead hex code.

Text Font Color

.myTextColor { color: #EE7468; }

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

This text font color is #EE7468.


Background Color

.myBgColor { background-color: #EE7468; }

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

This div background color is #EE7468.


Border color

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

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

This div border color is #EE7468.


Opacity

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

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

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

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

This text has shadow with #EE7468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7468 on black background.


Color preview on white background

This text has color #EE7468 on white background.



Black color preview on #EE7468 background

This text has black color on #EE7468 background.


White color preview on #EE7468 background

This text has white color on #EE7468 background.