COLOR #E17B48

HEX: #E17B48
RGB: (225,123,72)

Color info

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

RGB color model

#E17B48 color RGB value is (225,123,72).

  • red value is 225;
  • green value is 123;
  • blue value is 72.
RGB:
(225,123,72)
(88%,48%,28%)

RGB channels and saturation

R 225 of 255 = 88%
G 123 of 255 = 48%
B 72 of 255 = 28%

225
123
72

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

Portions of RGB colors in percentages

R + G + B =
225 + 123 + 72 = 420 (100%)
R 225 of 420 ~ 53.57%
G 123 of 420 ~ 29.29%
B 72 of 420 ~ 17.14%

%53.57
%29.29
%17.14

CMYK color model

#E17B48 color CMYK value is (0,45,68,12).

  • cyan value is 0.00%
  • magenta value is 45.33%
  • yellow value is 68.00%
  • key color value is 11.76%
CMYK:
(0,45,68,12)
C0M45Y68K12 
(0%,45%,68%,12%)
(0.00/0.45/0.68/0.12)	

CMYK percentages

%0
%45.33
%68
%11.76

Codes

Color #E17B48 in popluar color models

E17B48
RGB22512372
HSL20°71.83%58.24%
HSB/HSV20°68.00%88.24%
CMYK0.00%45.33%68.00%
11.76%

Color #E17B48 in popluar number systems.

HEXE17B48
Decimal22512372
Binary1110000111110111001000
Octal341173110

Shades and tints

Shades of #E17B48

#E17B48
(225,123,72)
#CD7042
(205,112,66)
#B9653C
(185,101,60)
#A55A36
(165,90,54)
#914F30
(145,79,48)
#7D442A
(125,68,42)
#693924
(105,57,36)
#552E1E
(85,46,30)
#412318
(65,35,24)
#2D1812
(45,24,18)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #E17B48

#E17B48
(225,123,72)
#E38758
(227,135,88)
#E59368
(229,147,104)
#E79F78
(231,159,120)
#E9AB88
(233,171,136)
#EBB798
(235,183,152)
#EDC3A8
(237,195,168)
#EFCFB8
(239,207,184)
#F1DBC8
(241,219,200)
#F3E7D8
(243,231,216)
#F5F3E8
(245,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17B48 color. Also use rgb(225,123,72) instead hex code.

Text Font Color

.myTextColor { color: #E17B48; }

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

This text font color is #E17B48.


Background Color

.myBgColor { background-color: #E17B48; }

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

This div background color is #E17B48.


Border color

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

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

This div border color is #E17B48.


Opacity

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

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

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

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

This text has shadow with #E17B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17B48 on black background.


Color preview on white background

This text has color #E17B48 on white background.



Black color preview on #E17B48 background

This text has black color on #E17B48 background.


White color preview on #E17B48 background

This text has white color on #E17B48 background.