COLOR #EB4E17

HEX: #EB4E17
RGB: (235,78,23)

Color info

#EB4E17 contains mainly red color. Web safe color of #EB4E17 is #FF6600 (or #F60).

RGB color model

#EB4E17 color RGB value is (235,78,23).

  • red value is 235;
  • green value is 78;
  • blue value is 23.
RGB:
(235,78,23)
(92%,31%,9%)

RGB channels and saturation

R 235 of 255 = 92%
G 78 of 255 = 31%
B 23 of 255 = 9%

235
78
23

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

Portions of RGB colors in percentages

R + G + B =
235 + 78 + 23 = 336 (100%)
R 235 of 336 ~ 69.94%
G 78 of 336 ~ 23.21%
B 23 of 336 ~ 6.85%

%69.94
%23.21

CMYK color model

#EB4E17 color CMYK value is (0,67,90,8).

  • cyan value is 0.00%
  • magenta value is 66.81%
  • yellow value is 90.21%
  • key color value is 7.84%
CMYK:
(0,67,90,8)
C0M67Y90K8 
(0%,67%,90%,8%)
(0.00/0.67/0.90/0.08)	

CMYK percentages

%0
%66.81
%90.21
%7.84

Codes

Color #EB4E17 in popluar color models

EB4E17
RGB2357823
HSL16°84.13%50.59%
HSB/HSV16°90.21%92.16%
CMYK0.00%66.81%90.21%
7.84%

Color #EB4E17 in popluar number systems.

HEXEB4E17
Decimal2357823
Binary11101011100111010111
Octal35311627

Shades and tints

Shades of #EB4E17

#EB4E17
(235,78,23)
#D64715
(214,71,21)
#C14013
(193,64,19)
#AC3911
(172,57,17)
#97320F
(151,50,15)
#822B0D
(130,43,13)
#6D240B
(109,36,11)
#581D09
(88,29,9)
#431607
(67,22,7)
#2E0F05
(46,15,5)
#190803
(25,8,3)
#000000
(0,0,0)

Tints of #EB4E17

#EB4E17
(235,78,23)
#EC5E2C
(236,94,44)
#ED6E41
(237,110,65)
#EE7E56
(238,126,86)
#EF8E6B
(239,142,107)
#F09E80
(240,158,128)
#F1AE95
(241,174,149)
#F2BEAA
(242,190,170)
#F3CEBF
(243,206,191)
#F4DED4
(244,222,212)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB4E17 color. Also use rgb(235,78,23) instead hex code.

Text Font Color

.myTextColor { color: #EB4E17; }

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

This text font color is #EB4E17.


Background Color

.myBgColor { background-color: #EB4E17; }

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

This div background color is #EB4E17.


Border color

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

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

This div border color is #EB4E17.


Opacity

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

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

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

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

This text has shadow with #EB4E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB4E17 on black background.


Color preview on white background

This text has color #EB4E17 on white background.



Black color preview on #EB4E17 background

This text has black color on #EB4E17 background.


White color preview on #EB4E17 background

This text has white color on #EB4E17 background.