COLOR #EB5038

HEX: #EB5038
RGB: (235,80,56)

Color info

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

RGB color model

#EB5038 color RGB value is (235,80,56).

  • red value is 235;
  • green value is 80;
  • blue value is 56.
RGB:
(235,80,56)
(92%,31%,22%)

RGB channels and saturation

R 235 of 255 = 92%
G 80 of 255 = 31%
B 56 of 255 = 22%

235
80
56

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

Portions of RGB colors in percentages

R + G + B =
235 + 80 + 56 = 371 (100%)
R 235 of 371 ~ 63.34%
G 80 of 371 ~ 21.56%
B 56 of 371 ~ 15.09%

%63.34
%21.56
%15.09

CMYK color model

#EB5038 color CMYK value is (0,66,76,8).

  • cyan value is 0.00%
  • magenta value is 65.96%
  • yellow value is 76.17%
  • key color value is 7.84%
CMYK:
(0,66,76,8)
C0M66Y76K8 
(0%,66%,76%,8%)
(0.00/0.66/0.76/0.08)	

CMYK percentages

%0
%65.96
%76.17
%7.84

Codes

Color #EB5038 in popluar color models

EB5038
RGB2358056
HSL81.74%57.06%
HSB/HSV76.17%92.16%
CMYK0.00%65.96%76.17%
7.84%

Color #EB5038 in popluar number systems.

HEXEB5038
Decimal2358056
Binary111010111010000111000
Octal35312070

Shades and tints

Shades of #EB5038

#EB5038
(235,80,56)
#D64933
(214,73,51)
#C1422E
(193,66,46)
#AC3B29
(172,59,41)
#973424
(151,52,36)
#822D1F
(130,45,31)
#6D261A
(109,38,26)
#581F15
(88,31,21)
#431810
(67,24,16)
#2E110B
(46,17,11)
#190A06
(25,10,6)
#000000
(0,0,0)

Tints of #EB5038

#EB5038
(235,80,56)
#EC5F4A
(236,95,74)
#ED6E5C
(237,110,92)
#EE7D6E
(238,125,110)
#EF8C80
(239,140,128)
#F09B92
(240,155,146)
#F1AAA4
(241,170,164)
#F2B9B6
(242,185,182)
#F3C8C8
(243,200,200)
#F4D7DA
(244,215,218)
#F5E6EC
(245,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB5038 color. Also use rgb(235,80,56) instead hex code.

Text Font Color

.myTextColor { color: #EB5038; }

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

This text font color is #EB5038.


Background Color

.myBgColor { background-color: #EB5038; }

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

This div background color is #EB5038.


Border color

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

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

This div border color is #EB5038.


Opacity

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

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

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

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

This text has shadow with #EB5038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB5038 on black background.


Color preview on white background

This text has color #EB5038 on white background.



Black color preview on #EB5038 background

This text has black color on #EB5038 background.


White color preview on #EB5038 background

This text has white color on #EB5038 background.