COLOR #E18355

HEX: #E18355
RGB: (225,131,85)

Color info

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

RGB color model

#E18355 color RGB value is (225,131,85).

  • red value is 225;
  • green value is 131;
  • blue value is 85.
RGB:
(225,131,85)
(88%,51%,33%)

RGB channels and saturation

R 225 of 255 = 88%
G 131 of 255 = 51%
B 85 of 255 = 33%

225
131
85

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

Portions of RGB colors in percentages

R + G + B =
225 + 131 + 85 = 441 (100%)
R 225 of 441 ~ 51.02%
G 131 of 441 ~ 29.71%
B 85 of 441 ~ 19.27%

%51.02
%29.71
%19.27

CMYK color model

#E18355 color CMYK value is (0,42,62,12).

  • cyan value is 0.00%
  • magenta value is 41.78%
  • yellow value is 62.22%
  • key color value is 11.76%
CMYK:
(0,42,62,12)
C0M42Y62K12 
(0%,42%,62%,12%)
(0.00/0.42/0.62/0.12)	

CMYK percentages

%0
%41.78
%62.22
%11.76

Codes

Color #E18355 in popluar color models

E18355
RGB22513185
HSL20°70.00%60.78%
HSB/HSV20°62.22%88.24%
CMYK0.00%41.78%62.22%
11.76%

Color #E18355 in popluar number systems.

HEXE18355
Decimal22513185
Binary11100001100000111010101
Octal341203125

Shades and tints

Shades of #E18355

#E18355
(225,131,85)
#CD784E
(205,120,78)
#B96D47
(185,109,71)
#A56240
(165,98,64)
#915739
(145,87,57)
#7D4C32
(125,76,50)
#69412B
(105,65,43)
#553624
(85,54,36)
#412B1D
(65,43,29)
#2D2016
(45,32,22)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #E18355

#E18355
(225,131,85)
#E38E64
(227,142,100)
#E59973
(229,153,115)
#E7A482
(231,164,130)
#E9AF91
(233,175,145)
#EBBAA0
(235,186,160)
#EDC5AF
(237,197,175)
#EFD0BE
(239,208,190)
#F1DBCD
(241,219,205)
#F3E6DC
(243,230,220)
#F5F1EB
(245,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18355 color. Also use rgb(225,131,85) instead hex code.

Text Font Color

.myTextColor { color: #E18355; }

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

This text font color is #E18355.


Background Color

.myBgColor { background-color: #E18355; }

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

This div background color is #E18355.


Border color

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

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

This div border color is #E18355.


Opacity

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

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

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

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

This text has shadow with #E18355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18355 on black background.


Color preview on white background

This text has color #E18355 on white background.



Black color preview on #E18355 background

This text has black color on #E18355 background.


White color preview on #E18355 background

This text has white color on #E18355 background.