COLOR #E17E4A

HEX: #E17E4A
RGB: (225,126,74)

Color info

#E17E4A contains mainly red color. Web safe color of #E17E4A is #CC6633 (or #C63).

RGB color model

#E17E4A color RGB value is (225,126,74).

  • red value is 225;
  • green value is 126;
  • blue value is 74.
RGB:
(225,126,74)
(88%,49%,29%)

RGB channels and saturation

R 225 of 255 = 88%
G 126 of 255 = 49%
B 74 of 255 = 29%

225
126
74

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

Portions of RGB colors in percentages

R + G + B =
225 + 126 + 74 = 425 (100%)
R 225 of 425 ~ 52.94%
G 126 of 425 ~ 29.65%
B 74 of 425 ~ 17.41%

%52.94
%29.65
%17.41

CMYK color model

#E17E4A color CMYK value is (0,44,67,12).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 67.11%
  • key color value is 11.76%
CMYK:
(0,44,67,12)
C0M44Y67K12 
(0%,44%,67%,12%)
(0.00/0.44/0.67/0.12)	

CMYK percentages

%0
%44
%67.11
%11.76

Codes

Color #E17E4A in popluar color models

E17E4A
RGB22512674
HSL21°71.56%58.63%
HSB/HSV21°67.11%88.24%
CMYK0.00%44.00%67.11%
11.76%

Color #E17E4A in popluar number systems.

HEXE17E4A
Decimal22512674
Binary1110000111111101001010
Octal341176112

Shades and tints

Shades of #E17E4A

#E17E4A
(225,126,74)
#CD7344
(205,115,68)
#B9683E
(185,104,62)
#A55D38
(165,93,56)
#915232
(145,82,50)
#7D472C
(125,71,44)
#693C26
(105,60,38)
#553120
(85,49,32)
#41261A
(65,38,26)
#2D1B14
(45,27,20)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #E17E4A

#E17E4A
(225,126,74)
#E3895A
(227,137,90)
#E5946A
(229,148,106)
#E79F7A
(231,159,122)
#E9AA8A
(233,170,138)
#EBB59A
(235,181,154)
#EDC0AA
(237,192,170)
#EFCBBA
(239,203,186)
#F1D6CA
(241,214,202)
#F3E1DA
(243,225,218)
#F5ECEA
(245,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17E4A color. Also use rgb(225,126,74) instead hex code.

Text Font Color

.myTextColor { color: #E17E4A; }

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

This text font color is #E17E4A.


Background Color

.myBgColor { background-color: #E17E4A; }

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

This div background color is #E17E4A.


Border color

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

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

This div border color is #E17E4A.


Opacity

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

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

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

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

This text has shadow with #E17E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17E4A on black background.


Color preview on white background

This text has color #E17E4A on white background.



Black color preview on #E17E4A background

This text has black color on #E17E4A background.


White color preview on #E17E4A background

This text has white color on #E17E4A background.