COLOR #E38E69

HEX: #E38E69
RGB: (227,142,105)

Color info

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

RGB color model

#E38E69 color RGB value is (227,142,105).

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

RGB channels and saturation

R 227 of 255 = 89%
G 142 of 255 = 56%
B 105 of 255 = 41%

227
142
105

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

Portions of RGB colors in percentages

R + G + B =
227 + 142 + 105 = 474 (100%)
R 227 of 474 ~ 47.89%
G 142 of 474 ~ 29.96%
B 105 of 474 ~ 22.15%

%47.89
%29.96
%22.15

CMYK color model

#E38E69 color CMYK value is (0,37,54,11).

  • cyan value is 0.00%
  • magenta value is 37.44%
  • yellow value is 53.74%
  • key color value is 10.98%
CMYK:
(0,37,54,11)
C0M37Y54K11 
(0%,37%,54%,11%)
(0.00/0.37/0.54/0.11)	

CMYK percentages

%0
%37.44
%53.74
%10.98

Codes

Color #E38E69 in popluar color models

E38E69
RGB227142105
HSL18°68.54%65.10%
HSB/HSV18°53.74%89.02%
CMYK0.00%37.44%53.74%
10.98%

Color #E38E69 in popluar number systems.

HEXE38E69
Decimal227142105
Binary11100011100011101101001
Octal343216151

Shades and tints

Shades of #E38E69

#E38E69
(227,142,105)
#CF8260
(207,130,96)
#BB7657
(187,118,87)
#A76A4E
(167,106,78)
#935E45
(147,94,69)
#7F523C
(127,82,60)
#6B4633
(107,70,51)
#573A2A
(87,58,42)
#432E21
(67,46,33)
#2F2218
(47,34,24)
#1B160F
(27,22,15)
#000000
(0,0,0)

Tints of #E38E69

#E38E69
(227,142,105)
#E59876
(229,152,118)
#E7A283
(231,162,131)
#E9AC90
(233,172,144)
#EBB69D
(235,182,157)
#EDC0AA
(237,192,170)
#EFCAB7
(239,202,183)
#F1D4C4
(241,212,196)
#F3DED1
(243,222,209)
#F5E8DE
(245,232,222)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E38E69; }

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

This text font color is #E38E69.


Background Color

.myBgColor { background-color: #E38E69; }

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

This div background color is #E38E69.


Border color

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

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

This div border color is #E38E69.


Opacity

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

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

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

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

This text has shadow with #E38E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38E69 on black background.


Color preview on white background

This text has color #E38E69 on white background.



Black color preview on #E38E69 background

This text has black color on #E38E69 background.


White color preview on #E38E69 background

This text has white color on #E38E69 background.