COLOR #EE7156

HEX: #EE7156 RGB: (238,113,86)

Color info

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

RGB color model

#EE7156 color RGB value is (238,113,86).

RGB: (238,113,86) (93%, 44%, 34%)

RGB channels and saturation

R 238 of 255 = 93%
G 113 of 255 = 44%
B 86 of 255 = 34%

238
113
86

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

Portions of RGB colors in percentages

R + G + B = 238 + 113 + 86 = 437 (100%)
R 238 of 437 ~ 54.46%
G 113 of 437 ~ 25.86%
B 86 of 437 ~ 19.68'%

%54.46
%25.86
%19.68

CMYK color model

#EE7156 color CMYK value is (0,53,64,7).

  • cyan value is 0.00%
  • magenta value is 52.52%
  • yellow value is 63.87%
  • key color value is 6.67%

CMYK: (0,53,64,7)
C0M53Y64K7 (0%, 53%, 64%, 7%)
(0.00 / 0.53 / 0.64 / 0.07)

CMYK percentages

%0
%52.52
%63.87
%6.67

Codes

Color #EE7156 in popluar color models

EE 71 56
RGB 238 113 86
HSL 11° 81.72% 63.53%
HSB/HSV 11° 63.87% 93.33%
CMYK 0.00% 52.52% 63.87%
6.67%

Color #EE7156 in popluar number systems.

HEX EE 71 56
Decimal 238 113 86
Binary 11101110 1110001 1010110
Octal 356 161 126

Shades and tints

Shades of #EE7156

#EE7156
(238,113,86)
#D9674F
(217,103,79)
#C45D48
(196,93,72)
#AF5341
(175,83,65)
#9A493A
(154,73,58)
#853F33
(133,63,51)
#70352C
(112,53,44)
#5B2B25
(91,43,37)
#46211E
(70,33,30)
#311717
(49,23,23)
#1C0D10
(28,13,16)
#000000
(0,0,0)

Tints of #EE7156

#EE7156
(238,113,86)
#EF7D65
(239,125,101)
#F08974
(240,137,116)
#F19583
(241,149,131)
#F2A192
(242,161,146)
#F3ADA1
(243,173,161)
#F4B9B0
(244,185,176)
#F5C5BF
(245,197,191)
#F6D1CE
(246,209,206)
#F7DDDD
(247,221,221)
#F8E9EC
(248,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE7156; }

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

This text font color is #EE7156.

Background Color

.myBgColor { background-color: #EE7156; }

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

This div background color is #EE7156.

Border color

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

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

This div border color is #EE7156.

Opacity

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

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

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

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

This text has shadow with #EE7156 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE7156.

Preview

Color preview on black background

This text has color #EE7156 on black background.


Color preview on white background

This text has color #EE7156 on white background.


Black color preview on #EE7156 background

This text has black color on #EE7156 background.


White color preview on #EE7156 background

This text has white color on #EE7156 background.


Related colors

Complementary color

Complementary color for #hex is #118EA9.


I love getcolorcode.com

Triadic colors

1 #56EE71 and #7156EE with #EE7156 are triadic colors.

2 #5671EE and #71EE56 with #EE7156 are triadic colors.