COLOR #E17A5D

HEX: #E17A5D
RGB: (225,122,93)

Color info

#E17A5D contains mainly red color. Web safe color of #E17A5D is #CC6666 (or #C66).

RGB color model

#E17A5D color RGB value is (225,122,93).

  • red value is 225;
  • green value is 122;
  • blue value is 93.
RGB:
(225,122,93)
(88%,48%,36%)

RGB channels and saturation

R 225 of 255 = 88%
G 122 of 255 = 48%
B 93 of 255 = 36%

225
122
93

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

Portions of RGB colors in percentages

R + G + B =
225 + 122 + 93 = 440 (100%)
R 225 of 440 ~ 51.14%
G 122 of 440 ~ 27.73%
B 93 of 440 ~ 21.14%

%51.14
%27.73
%21.14

CMYK color model

#E17A5D color CMYK value is (0,46,59,12).

  • cyan value is 0.00%
  • magenta value is 45.78%
  • yellow value is 58.67%
  • key color value is 11.76%
CMYK:
(0,46,59,12)
C0M46Y59K12 
(0%,46%,59%,12%)
(0.00/0.46/0.59/0.12)	

CMYK percentages

%0
%45.78
%58.67
%11.76

Codes

Color #E17A5D in popluar color models

E17A5D
RGB22512293
HSL13°68.75%62.35%
HSB/HSV13°58.67%88.24%
CMYK0.00%45.78%58.67%
11.76%

Color #E17A5D in popluar number systems.

HEXE17A5D
Decimal22512293
Binary1110000111110101011101
Octal341172135

Shades and tints

Shades of #E17A5D

#E17A5D
(225,122,93)
#CD6F55
(205,111,85)
#B9644D
(185,100,77)
#A55945
(165,89,69)
#914E3D
(145,78,61)
#7D4335
(125,67,53)
#69382D
(105,56,45)
#552D25
(85,45,37)
#41221D
(65,34,29)
#2D1715
(45,23,21)
#190C0D
(25,12,13)
#000000
(0,0,0)

Tints of #E17A5D

#E17A5D
(225,122,93)
#E3866B
(227,134,107)
#E59279
(229,146,121)
#E79E87
(231,158,135)
#E9AA95
(233,170,149)
#EBB6A3
(235,182,163)
#EDC2B1
(237,194,177)
#EFCEBF
(239,206,191)
#F1DACD
(241,218,205)
#F3E6DB
(243,230,219)
#F5F2E9
(245,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17A5D color. Also use rgb(225,122,93) instead hex code.

Text Font Color

.myTextColor { color: #E17A5D; }

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

This text font color is #E17A5D.


Background Color

.myBgColor { background-color: #E17A5D; }

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

This div background color is #E17A5D.


Border color

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

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

This div border color is #E17A5D.


Opacity

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

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

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

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

This text has shadow with #E17A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17A5D on black background.


Color preview on white background

This text has color #E17A5D on white background.



Black color preview on #E17A5D background

This text has black color on #E17A5D background.


White color preview on #E17A5D background

This text has white color on #E17A5D background.