COLOR #EB9147

HEX: #EB9147
RGB: (235,145,71)

Color info

#EB9147 contains mainly red color. Web safe color of #EB9147 is #FF9933 (or #F93).

RGB color model

#EB9147 color RGB value is (235,145,71).

  • red value is 235;
  • green value is 145;
  • blue value is 71.
RGB:
(235,145,71)
(92%,57%,28%)

RGB channels and saturation

R 235 of 255 = 92%
G 145 of 255 = 57%
B 71 of 255 = 28%

235
145
71

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

Portions of RGB colors in percentages

R + G + B =
235 + 145 + 71 = 451 (100%)
R 235 of 451 ~ 52.11%
G 145 of 451 ~ 32.15%
B 71 of 451 ~ 15.74%

%52.11
%32.15
%15.74

CMYK color model

#EB9147 color CMYK value is (0,38,70,8).

  • cyan value is 0.00%
  • magenta value is 38.30%
  • yellow value is 69.79%
  • key color value is 7.84%
CMYK:
(0,38,70,8)
C0M38Y70K8 
(0%,38%,70%,8%)
(0.00/0.38/0.70/0.08)	

CMYK percentages

%0
%38.3
%69.79
%7.84

Codes

Color #EB9147 in popluar color models

EB9147
RGB23514571
HSL27°80.39%60.00%
HSB/HSV27°69.79%92.16%
CMYK0.00%38.30%69.79%
7.84%

Color #EB9147 in popluar number systems.

HEXEB9147
Decimal23514571
Binary11101011100100011000111
Octal353221107

Shades and tints

Shades of #EB9147

#EB9147
(235,145,71)
#D68441
(214,132,65)
#C1773B
(193,119,59)
#AC6A35
(172,106,53)
#975D2F
(151,93,47)
#825029
(130,80,41)
#6D4323
(109,67,35)
#58361D
(88,54,29)
#432917
(67,41,23)
#2E1C11
(46,28,17)
#190F0B
(25,15,11)
#000000
(0,0,0)

Tints of #EB9147

#EB9147
(235,145,71)
#EC9B57
(236,155,87)
#EDA567
(237,165,103)
#EEAF77
(238,175,119)
#EFB987
(239,185,135)
#F0C397
(240,195,151)
#F1CDA7
(241,205,167)
#F2D7B7
(242,215,183)
#F3E1C7
(243,225,199)
#F4EBD7
(244,235,215)
#F5F5E7
(245,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9147 color. Also use rgb(235,145,71) instead hex code.

Text Font Color

.myTextColor { color: #EB9147; }

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

This text font color is #EB9147.


Background Color

.myBgColor { background-color: #EB9147; }

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

This div background color is #EB9147.


Border color

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

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

This div border color is #EB9147.


Opacity

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

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

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

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

This text has shadow with #EB9147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9147 on black background.


Color preview on white background

This text has color #EB9147 on white background.



Black color preview on #EB9147 background

This text has black color on #EB9147 background.


White color preview on #EB9147 background

This text has white color on #EB9147 background.