COLOR #E18E63

HEX: #E18E63
RGB: (225,142,99)

Color info

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

RGB color model

#E18E63 color RGB value is (225,142,99).

  • red value is 225;
  • green value is 142;
  • blue value is 99.
RGB:
(225,142,99)
(88%,56%,39%)

RGB channels and saturation

R 225 of 255 = 88%
G 142 of 255 = 56%
B 99 of 255 = 39%

225
142
99

R + G + B ~ 61%. #E18E63 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 142 + 99 = 466 (100%)
R 225 of 466 ~ 48.28%
G 142 of 466 ~ 30.47%
B 99 of 466 ~ 21.24%

%48.28
%30.47
%21.24

CMYK color model

#E18E63 color CMYK value is (0,37,56,12).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 56.00%
  • key color value is 11.76%
CMYK:
(0,37,56,12)
C0M37Y56K12 
(0%,37%,56%,12%)
(0.00/0.37/0.56/0.12)	

CMYK percentages

%0
%36.89
%56
%11.76

Codes

Color #E18E63 in popluar color models

E18E63
RGB22514299
HSL20°67.74%63.53%
HSB/HSV20°56.00%88.24%
CMYK0.00%36.89%56.00%
11.76%

Color #E18E63 in popluar number systems.

HEXE18E63
Decimal22514299
Binary11100001100011101100011
Octal341216143

Shades and tints

Shades of #E18E63

#E18E63
(225,142,99)
#CD825A
(205,130,90)
#B97651
(185,118,81)
#A56A48
(165,106,72)
#915E3F
(145,94,63)
#7D5236
(125,82,54)
#69462D
(105,70,45)
#553A24
(85,58,36)
#412E1B
(65,46,27)
#2D2212
(45,34,18)
#191609
(25,22,9)
#000000
(0,0,0)

Tints of #E18E63

#E18E63
(225,142,99)
#E39871
(227,152,113)
#E5A27F
(229,162,127)
#E7AC8D
(231,172,141)
#E9B69B
(233,182,155)
#EBC0A9
(235,192,169)
#EDCAB7
(237,202,183)
#EFD4C5
(239,212,197)
#F1DED3
(241,222,211)
#F3E8E1
(243,232,225)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18E63 color. Also use rgb(225,142,99) instead hex code.

Text Font Color

.myTextColor { color: #E18E63; }

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

This text font color is #E18E63.


Background Color

.myBgColor { background-color: #E18E63; }

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

This div background color is #E18E63.


Border color

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

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

This div border color is #E18E63.


Opacity

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

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

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

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

This text has shadow with #E18E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18E63 on black background.


Color preview on white background

This text has color #E18E63 on white background.



Black color preview on #E18E63 background

This text has black color on #E18E63 background.


White color preview on #E18E63 background

This text has white color on #E18E63 background.