COLOR #E8684D

HEX: #E8684D
RGB: (232,104,77)

Color info

#E8684D contains mainly red color. Web safe color of #E8684D is #FF6633 (or #F63).

RGB color model

#E8684D color RGB value is (232,104,77).

  • red value is 232;
  • green value is 104;
  • blue value is 77.
RGB:
(232,104,77)
(91%,41%,30%)

RGB channels and saturation

R 232 of 255 = 91%
G 104 of 255 = 41%
B 77 of 255 = 30%

232
104
77

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

Portions of RGB colors in percentages

R + G + B =
232 + 104 + 77 = 413 (100%)
R 232 of 413 ~ 56.17%
G 104 of 413 ~ 25.18%
B 77 of 413 ~ 18.64%

%56.17
%25.18
%18.64

CMYK color model

#E8684D color CMYK value is (0,55,67,9).

  • cyan value is 0.00%
  • magenta value is 55.17%
  • yellow value is 66.81%
  • key color value is 9.02%
CMYK:
(0,55,67,9)
C0M55Y67K9 
(0%,55%,67%,9%)
(0.00/0.55/0.67/0.09)	

CMYK percentages

%0
%55.17
%66.81
%9.02

Codes

Color #E8684D in popluar color models

E8684D
RGB23210477
HSL10°77.11%60.59%
HSB/HSV10°66.81%90.98%
CMYK0.00%55.17%66.81%
9.02%

Color #E8684D in popluar number systems.

HEXE8684D
Decimal23210477
Binary1110100011010001001101
Octal350150115

Shades and tints

Shades of #E8684D

#E8684D
(232,104,77)
#D35F46
(211,95,70)
#BE563F
(190,86,63)
#A94D38
(169,77,56)
#944431
(148,68,49)
#7F3B2A
(127,59,42)
#6A3223
(106,50,35)
#55291C
(85,41,28)
#402015
(64,32,21)
#2B170E
(43,23,14)
#160E07
(22,14,7)
#000000
(0,0,0)

Tints of #E8684D

#E8684D
(232,104,77)
#EA755D
(234,117,93)
#EC826D
(236,130,109)
#EE8F7D
(238,143,125)
#F09C8D
(240,156,141)
#F2A99D
(242,169,157)
#F4B6AD
(244,182,173)
#F6C3BD
(246,195,189)
#F8D0CD
(248,208,205)
#FADDDD
(250,221,221)
#FCEAED
(252,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8684D color. Also use rgb(232,104,77) instead hex code.

Text Font Color

.myTextColor { color: #E8684D; }

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

This text font color is #E8684D.


Background Color

.myBgColor { background-color: #E8684D; }

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

This div background color is #E8684D.


Border color

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

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

This div border color is #E8684D.


Opacity

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

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

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

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

This text has shadow with #E8684D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8684D on black background.


Color preview on white background

This text has color #E8684D on white background.



Black color preview on #E8684D background

This text has black color on #E8684D background.


White color preview on #E8684D background

This text has white color on #E8684D background.