COLOR #E4706D

HEX: #E4706D RGB: (228,112,109)

Color info

#E4706D contains mainly red color. Web safe color of #E4706D is #CC6666 (or #C66).

RGB color model

#E4706D color RGB value is (228,112,109).

RGB: (228,112,109) (89%, 44%, 43%)

RGB channels and saturation

R 228 of 255 = 89%
G 112 of 255 = 44%
B 109 of 255 = 43%

228
112
109

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

Portions of RGB colors in percentages

R + G + B = 228 + 112 + 109 = 449 (100%)
R 228 of 449 ~ 50.78%
G 112 of 449 ~ 24.94%
B 109 of 449 ~ 24.28'%

%50.78
%24.94
%24.28

CMYK color model

#E4706D color CMYK value is (0,51,52,11).

  • cyan value is 0.00%
  • magenta value is 50.88%
  • yellow value is 52.19%
  • key color value is 10.59%

CMYK: (0,51,52,11)
C0M51Y52K11 (0%, 51%, 52%, 11%)
(0.00 / 0.51 / 0.52 / 0.11)

CMYK percentages

%0
%50.88
%52.19
%10.59

Codes

Color #E4706D in popluar color models

E4 70 6D
RGB 228 112 109
HSL 68.79% 66.08%
HSB/HSV 52.19% 89.41%
CMYK 0.00% 50.88% 52.19%
10.59%

Color #E4706D in popluar number systems.

HEX E4 70 6D
Decimal 228 112 109
Binary 11100100 1110000 1101101
Octal 344 160 155

Shades and tints

Shades of #E4706D

#E4706D
(228,112,109)
#D06664
(208,102,100)
#BC5C5B
(188,92,91)
#A85252
(168,82,82)
#944849
(148,72,73)
#803E40
(128,62,64)
#6C3437
(108,52,55)
#582A2E
(88,42,46)
#442025
(68,32,37)
#30161C
(48,22,28)
#1C0C13
(28,12,19)
#000000
(0,0,0)

Tints of #E4706D

#E4706D
(228,112,109)
#E67D7A
(230,125,122)
#E88A87
(232,138,135)
#EA9794
(234,151,148)
#ECA4A1
(236,164,161)
#EEB1AE
(238,177,174)
#F0BEBB
(240,190,187)
#F2CBC8
(242,203,200)
#F4D8D5
(244,216,213)
#F6E5E2
(246,229,226)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4706D color. Also use rgb(228,112,109) instead hex code.

Text Font Color

.myTextColor { color: #E4706D; }

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

This text font color is #E4706D.

Background Color

.myBgColor { background-color: #E4706D; }

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

This div background color is #E4706D.

Border color

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

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

This div border color is #E4706D.

Opacity

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

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

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

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

This text has shadow with #E4706D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4706D.

Preview

Color preview on black background

This text has color #E4706D on black background.


Color preview on white background

This text has color #E4706D on white background.


Black color preview on #E4706D background

This text has black color on #E4706D background.


White color preview on #E4706D background

This text has white color on #E4706D background.


Related colors

Complementary color

Complementary color for #hex is #1B8F92.


I love getcolorcode.com

Triadic colors

1 #6DE470 and #706DE4 with #E4706D are triadic colors.

2 #6D70E4 and #70E46D with #E4706D are triadic colors.