COLOR #EB710A

HEX: #EB710A
RGB: (235,113,10)

Color info

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

RGB color model

#EB710A color RGB value is (235,113,10).

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

RGB channels and saturation

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

235
113
10

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

Portions of RGB colors in percentages

R + G + B =
235 + 113 + 10 = 358 (100%)
R 235 of 358 ~ 65.64%
G 113 of 358 ~ 31.56%
B 10 of 358 ~ 2.79%

%65.64
%31.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 51.91%
  • yellow value is 95.74%
  • 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
%95.74
%7.84

Codes

Color #EB710A in popluar color models

EB710A
RGB23511310
HSL27°91.84%48.04%
HSB/HSV27°95.74%92.16%
CMYK0.00%51.91%95.74%
7.84%

Color #EB710A in popluar number systems.

HEXEB710A
Decimal23511310
Binary1110101111100011010
Octal35316112

Shades and tints

Shades of #EB710A

#EB710A
(235,113,10)
#D6670A
(214,103,10)
#C15D0A
(193,93,10)
#AC530A
(172,83,10)
#97490A
(151,73,10)
#823F0A
(130,63,10)
#6D350A
(109,53,10)
#582B0A
(88,43,10)
#43210A
(67,33,10)
#2E170A
(46,23,10)
#190D0A
(25,13,10)
#000000
(0,0,0)

Tints of #EB710A

#EB710A
(235,113,10)
#EC7D20
(236,125,32)
#ED8936
(237,137,54)
#EE954C
(238,149,76)
#EFA162
(239,161,98)
#F0AD78
(240,173,120)
#F1B98E
(241,185,142)
#F2C5A4
(242,197,164)
#F3D1BA
(243,209,186)
#F4DDD0
(244,221,208)
#F5E9E6
(245,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB710A; }

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

This text font color is #EB710A.


Background Color

.myBgColor { background-color: #EB710A; }

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

This div background color is #EB710A.


Border color

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

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

This div border color is #EB710A.


Opacity

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

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

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

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

This text has shadow with #EB710A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB710A on black background.


Color preview on white background

This text has color #EB710A on white background.



Black color preview on #EB710A background

This text has black color on #EB710A background.


White color preview on #EB710A background

This text has white color on #EB710A background.