COLOR #EB7109

HEX: #EB7109
RGB: (235,113,9)

Color info

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

RGB color model

#EB7109 color RGB value is (235,113,9).

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

RGB channels and saturation

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

235
113
9

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

Portions of RGB colors in percentages

R + G + B =
235 + 113 + 9 = 357 (100%)
R 235 of 357 ~ 65.83%
G 113 of 357 ~ 31.65%
B 9 of 357 ~ 2.52%

%65.83
%31.65

CMYK color model

#EB7109 color CMYK value is (0,52,96,8).

  • cyan value is 0.00%
  • magenta value is 51.91%
  • yellow value is 96.17%
  • key color value is 7.84%
CMYK:
(0,52,96,8)
C0M52Y96K8 
(0%,52%,96%,8%)
(0.00/0.52/0.96/0.08)	

CMYK percentages

%0
%51.91
%96.17
%7.84

Codes

Color #EB7109 in popluar color models

EB7109
RGB2351139
HSL28°92.62%47.84%
HSB/HSV28°96.17%92.16%
CMYK0.00%51.91%96.17%
7.84%

Color #EB7109 in popluar number systems.

HEXEB7109
Decimal2351139
Binary1110101111100011001
Octal35316111

Shades and tints

Shades of #EB7109

#EB7109
(235,113,9)
#D66709
(214,103,9)
#C15D09
(193,93,9)
#AC5309
(172,83,9)
#974909
(151,73,9)
#823F09
(130,63,9)
#6D3509
(109,53,9)
#582B09
(88,43,9)
#432109
(67,33,9)
#2E1709
(46,23,9)
#190D09
(25,13,9)
#000000
(0,0,0)

Tints of #EB7109

#EB7109
(235,113,9)
#EC7D1F
(236,125,31)
#ED8935
(237,137,53)
#EE954B
(238,149,75)
#EFA161
(239,161,97)
#F0AD77
(240,173,119)
#F1B98D
(241,185,141)
#F2C5A3
(242,197,163)
#F3D1B9
(243,209,185)
#F4DDCF
(244,221,207)
#F5E9E5
(245,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB7109; }

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

This text font color is #EB7109.


Background Color

.myBgColor { background-color: #EB7109; }

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

This div background color is #EB7109.


Border color

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

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

This div border color is #EB7109.


Opacity

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

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

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

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

This text has shadow with #EB7109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7109 on black background.


Color preview on white background

This text has color #EB7109 on white background.



Black color preview on #EB7109 background

This text has black color on #EB7109 background.


White color preview on #EB7109 background

This text has white color on #EB7109 background.