COLOR #E18552

HEX: #E18552
RGB: (225,133,82)

Color info

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

RGB color model

#E18552 color RGB value is (225,133,82).

  • red value is 225;
  • green value is 133;
  • blue value is 82.
RGB:
(225,133,82)
(88%,52%,32%)

RGB channels and saturation

R 225 of 255 = 88%
G 133 of 255 = 52%
B 82 of 255 = 32%

225
133
82

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

Portions of RGB colors in percentages

R + G + B =
225 + 133 + 82 = 440 (100%)
R 225 of 440 ~ 51.14%
G 133 of 440 ~ 30.23%
B 82 of 440 ~ 18.64%

%51.14
%30.23
%18.64

CMYK color model

#E18552 color CMYK value is (0,41,64,12).

  • cyan value is 0.00%
  • magenta value is 40.89%
  • yellow value is 63.56%
  • key color value is 11.76%
CMYK:
(0,41,64,12)
C0M41Y64K12 
(0%,41%,64%,12%)
(0.00/0.41/0.64/0.12)	

CMYK percentages

%0
%40.89
%63.56
%11.76

Codes

Color #E18552 in popluar color models

E18552
RGB22513382
HSL21°70.44%60.20%
HSB/HSV21°63.56%88.24%
CMYK0.00%40.89%63.56%
11.76%

Color #E18552 in popluar number systems.

HEXE18552
Decimal22513382
Binary11100001100001011010010
Octal341205122

Shades and tints

Shades of #E18552

#E18552
(225,133,82)
#CD794B
(205,121,75)
#B96D44
(185,109,68)
#A5613D
(165,97,61)
#915536
(145,85,54)
#7D492F
(125,73,47)
#693D28
(105,61,40)
#553121
(85,49,33)
#41251A
(65,37,26)
#2D1913
(45,25,19)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #E18552

#E18552
(225,133,82)
#E39061
(227,144,97)
#E59B70
(229,155,112)
#E7A67F
(231,166,127)
#E9B18E
(233,177,142)
#EBBC9D
(235,188,157)
#EDC7AC
(237,199,172)
#EFD2BB
(239,210,187)
#F1DDCA
(241,221,202)
#F3E8D9
(243,232,217)
#F5F3E8
(245,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18552 color. Also use rgb(225,133,82) instead hex code.

Text Font Color

.myTextColor { color: #E18552; }

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

This text font color is #E18552.


Background Color

.myBgColor { background-color: #E18552; }

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

This div background color is #E18552.


Border color

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

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

This div border color is #E18552.


Opacity

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

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

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

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

This text has shadow with #E18552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18552 on black background.


Color preview on white background

This text has color #E18552 on white background.



Black color preview on #E18552 background

This text has black color on #E18552 background.


White color preview on #E18552 background

This text has white color on #E18552 background.