COLOR #EB7C59

HEX: #EB7C59
RGB: (235,124,89)

Color info

#EB7C59 contains mainly red color. Web safe color of #EB7C59 is #FF6666 (or #F66).

RGB color model

#EB7C59 color RGB value is (235,124,89).

  • red value is 235;
  • green value is 124;
  • blue value is 89.
RGB:
(235,124,89)
(92%,49%,35%)

RGB channels and saturation

R 235 of 255 = 92%
G 124 of 255 = 49%
B 89 of 255 = 35%

235
124
89

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

Portions of RGB colors in percentages

R + G + B =
235 + 124 + 89 = 448 (100%)
R 235 of 448 ~ 52.46%
G 124 of 448 ~ 27.68%
B 89 of 448 ~ 19.87%

%52.46
%27.68
%19.87

CMYK color model

#EB7C59 color CMYK value is (0,47,62,8).

  • cyan value is 0.00%
  • magenta value is 47.23%
  • yellow value is 62.13%
  • key color value is 7.84%
CMYK:
(0,47,62,8)
C0M47Y62K8 
(0%,47%,62%,8%)
(0.00/0.47/0.62/0.08)	

CMYK percentages

%0
%47.23
%62.13
%7.84

Codes

Color #EB7C59 in popluar color models

EB7C59
RGB23512489
HSL14°78.49%63.53%
HSB/HSV14°62.13%92.16%
CMYK0.00%47.23%62.13%
7.84%

Color #EB7C59 in popluar number systems.

HEXEB7C59
Decimal23512489
Binary1110101111111001011001
Octal353174131

Shades and tints

Shades of #EB7C59

#EB7C59
(235,124,89)
#D67151
(214,113,81)
#C16649
(193,102,73)
#AC5B41
(172,91,65)
#975039
(151,80,57)
#824531
(130,69,49)
#6D3A29
(109,58,41)
#582F21
(88,47,33)
#432419
(67,36,25)
#2E1911
(46,25,17)
#190E09
(25,14,9)
#000000
(0,0,0)

Tints of #EB7C59

#EB7C59
(235,124,89)
#EC8768
(236,135,104)
#ED9277
(237,146,119)
#EE9D86
(238,157,134)
#EFA895
(239,168,149)
#F0B3A4
(240,179,164)
#F1BEB3
(241,190,179)
#F2C9C2
(242,201,194)
#F3D4D1
(243,212,209)
#F4DFE0
(244,223,224)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB7C59 color. Also use rgb(235,124,89) instead hex code.

Text Font Color

.myTextColor { color: #EB7C59; }

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

This text font color is #EB7C59.


Background Color

.myBgColor { background-color: #EB7C59; }

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

This div background color is #EB7C59.


Border color

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

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

This div border color is #EB7C59.


Opacity

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

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

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

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

This text has shadow with #EB7C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7C59 on black background.


Color preview on white background

This text has color #EB7C59 on white background.



Black color preview on #EB7C59 background

This text has black color on #EB7C59 background.


White color preview on #EB7C59 background

This text has white color on #EB7C59 background.