COLOR #EB7117

HEX: #EB7117
RGB: (235,113,23)

Color info

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

RGB color model

#EB7117 color RGB value is (235,113,23).

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

RGB channels and saturation

R 235 of 255 = 92%
G 113 of 255 = 44%
B 23 of 255 = 9%

235
113
23

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

Portions of RGB colors in percentages

R + G + B =
235 + 113 + 23 = 371 (100%)
R 235 of 371 ~ 63.34%
G 113 of 371 ~ 30.46%
B 23 of 371 ~ 6.2%

%63.34
%30.46

CMYK color model

#EB7117 color CMYK value is (0,52,90,8).

  • cyan value is 0.00%
  • magenta value is 51.91%
  • yellow value is 90.21%
  • key color value is 7.84%
CMYK:
(0,52,90,8)
C0M52Y90K8 
(0%,52%,90%,8%)
(0.00/0.52/0.90/0.08)	

CMYK percentages

%0
%51.91
%90.21
%7.84

Codes

Color #EB7117 in popluar color models

EB7117
RGB23511323
HSL25°84.13%50.59%
HSB/HSV25°90.21%92.16%
CMYK0.00%51.91%90.21%
7.84%

Color #EB7117 in popluar number systems.

HEXEB7117
Decimal23511323
Binary11101011111000110111
Octal35316127

Shades and tints

Shades of #EB7117

#EB7117
(235,113,23)
#D66715
(214,103,21)
#C15D13
(193,93,19)
#AC5311
(172,83,17)
#97490F
(151,73,15)
#823F0D
(130,63,13)
#6D350B
(109,53,11)
#582B09
(88,43,9)
#432107
(67,33,7)
#2E1705
(46,23,5)
#190D03
(25,13,3)
#000000
(0,0,0)

Tints of #EB7117

#EB7117
(235,113,23)
#EC7D2C
(236,125,44)
#ED8941
(237,137,65)
#EE9556
(238,149,86)
#EFA16B
(239,161,107)
#F0AD80
(240,173,128)
#F1B995
(241,185,149)
#F2C5AA
(242,197,170)
#F3D1BF
(243,209,191)
#F4DDD4
(244,221,212)
#F5E9E9
(245,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB7117; }

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

This text font color is #EB7117.


Background Color

.myBgColor { background-color: #EB7117; }

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

This div background color is #EB7117.


Border color

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

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

This div border color is #EB7117.


Opacity

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

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

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

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

This text has shadow with #EB7117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7117 on black background.


Color preview on white background

This text has color #EB7117 on white background.



Black color preview on #EB7117 background

This text has black color on #EB7117 background.


White color preview on #EB7117 background

This text has white color on #EB7117 background.