COLOR #EB6149

HEX: #EB6149
RGB: (235,97,73)

Color info

#EB6149 contains mainly red color. Web safe color of #EB6149 is #FF6633 (or #F63).

RGB color model

#EB6149 color RGB value is (235,97,73).

  • red value is 235;
  • green value is 97;
  • blue value is 73.
RGB:
(235,97,73)
(92%,38%,29%)

RGB channels and saturation

R 235 of 255 = 92%
G 97 of 255 = 38%
B 73 of 255 = 29%

235
97
73

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

Portions of RGB colors in percentages

R + G + B =
235 + 97 + 73 = 405 (100%)
R 235 of 405 ~ 58.02%
G 97 of 405 ~ 23.95%
B 73 of 405 ~ 18.02%

%58.02
%23.95
%18.02

CMYK color model

#EB6149 color CMYK value is (0,59,69,8).

  • cyan value is 0.00%
  • magenta value is 58.72%
  • yellow value is 68.94%
  • key color value is 7.84%
CMYK:
(0,59,69,8)
C0M59Y69K8 
(0%,59%,69%,8%)
(0.00/0.59/0.69/0.08)	

CMYK percentages

%0
%58.72
%68.94
%7.84

Codes

Color #EB6149 in popluar color models

EB6149
RGB2359773
HSL80.20%60.39%
HSB/HSV68.94%92.16%
CMYK0.00%58.72%68.94%
7.84%

Color #EB6149 in popluar number systems.

HEXEB6149
Decimal2359773
Binary1110101111000011001001
Octal353141111

Shades and tints

Shades of #EB6149

#EB6149
(235,97,73)
#D65943
(214,89,67)
#C1513D
(193,81,61)
#AC4937
(172,73,55)
#974131
(151,65,49)
#82392B
(130,57,43)
#6D3125
(109,49,37)
#58291F
(88,41,31)
#432119
(67,33,25)
#2E1913
(46,25,19)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #EB6149

#EB6149
(235,97,73)
#EC6F59
(236,111,89)
#ED7D69
(237,125,105)
#EE8B79
(238,139,121)
#EF9989
(239,153,137)
#F0A799
(240,167,153)
#F1B5A9
(241,181,169)
#F2C3B9
(242,195,185)
#F3D1C9
(243,209,201)
#F4DFD9
(244,223,217)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB6149 color. Also use rgb(235,97,73) instead hex code.

Text Font Color

.myTextColor { color: #EB6149; }

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

This text font color is #EB6149.


Background Color

.myBgColor { background-color: #EB6149; }

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

This div background color is #EB6149.


Border color

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

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

This div border color is #EB6149.


Opacity

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

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

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

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

This text has shadow with #EB6149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB6149 on black background.


Color preview on white background

This text has color #EB6149 on white background.



Black color preview on #EB6149 background

This text has black color on #EB6149 background.


White color preview on #EB6149 background

This text has white color on #EB6149 background.