COLOR #E68E69

HEX: #E68E69
RGB: (230,142,105)

Color info

#E68E69 contains mainly red color. Web safe color of #E68E69 is #CC9966 (or #C96).

RGB color model

#E68E69 color RGB value is (230,142,105).

  • red value is 230;
  • green value is 142;
  • blue value is 105.
RGB:
(230,142,105)
(90%,56%,41%)

RGB channels and saturation

R 230 of 255 = 90%
G 142 of 255 = 56%
B 105 of 255 = 41%

230
142
105

R + G + B ~ 62%. #E68E69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 142 + 105 = 477 (100%)
R 230 of 477 ~ 48.22%
G 142 of 477 ~ 29.77%
B 105 of 477 ~ 22.01%

%48.22
%29.77
%22.01

CMYK color model

#E68E69 color CMYK value is (0,38,54,10).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 54.35%
  • key color value is 9.80%
CMYK:
(0,38,54,10)
C0M38Y54K10 
(0%,38%,54%,10%)
(0.00/0.38/0.54/0.10)	

CMYK percentages

%0
%38.26
%54.35
%9.8

Codes

Color #E68E69 in popluar color models

E68E69
RGB230142105
HSL18°71.43%65.69%
HSB/HSV18°54.35%90.20%
CMYK0.00%38.26%54.35%
9.80%

Color #E68E69 in popluar number systems.

HEXE68E69
Decimal230142105
Binary11100110100011101101001
Octal346216151

Shades and tints

Shades of #E68E69

#E68E69
(230,142,105)
#D28260
(210,130,96)
#BE7657
(190,118,87)
#AA6A4E
(170,106,78)
#965E45
(150,94,69)
#82523C
(130,82,60)
#6E4633
(110,70,51)
#5A3A2A
(90,58,42)
#462E21
(70,46,33)
#322218
(50,34,24)
#1E160F
(30,22,15)
#000000
(0,0,0)

Tints of #E68E69

#E68E69
(230,142,105)
#E89876
(232,152,118)
#EAA283
(234,162,131)
#ECAC90
(236,172,144)
#EEB69D
(238,182,157)
#F0C0AA
(240,192,170)
#F2CAB7
(242,202,183)
#F4D4C4
(244,212,196)
#F6DED1
(246,222,209)
#F8E8DE
(248,232,222)
#FAF2EB
(250,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68E69 color. Also use rgb(230,142,105) instead hex code.

Text Font Color

.myTextColor { color: #E68E69; }

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

This text font color is #E68E69.


Background Color

.myBgColor { background-color: #E68E69; }

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

This div background color is #E68E69.


Border color

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

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

This div border color is #E68E69.


Opacity

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

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

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

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

This text has shadow with #E68E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68E69 on black background.


Color preview on white background

This text has color #E68E69 on white background.



Black color preview on #E68E69 background

This text has black color on #E68E69 background.


White color preview on #E68E69 background

This text has white color on #E68E69 background.