COLOR #EB711B

HEX: #EB711B
RGB: (235,113,27)

Color info

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

RGB color model

#EB711B color RGB value is (235,113,27).

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

RGB channels and saturation

R 235 of 255 = 92%
G 113 of 255 = 44%
B 27 of 255 = 11%

235
113
27

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

Portions of RGB colors in percentages

R + G + B =
235 + 113 + 27 = 375 (100%)
R 235 of 375 ~ 62.67%
G 113 of 375 ~ 30.13%
B 27 of 375 ~ 7.2%

%62.67
%30.13

CMYK color model

#EB711B color CMYK value is (0,52,89,8).

  • cyan value is 0.00%
  • magenta value is 51.91%
  • yellow value is 88.51%
  • key color value is 7.84%
CMYK:
(0,52,89,8)
C0M52Y89K8 
(0%,52%,89%,8%)
(0.00/0.52/0.89/0.08)	

CMYK percentages

%0
%51.91
%88.51
%7.84

Codes

Color #EB711B in popluar color models

EB711B
RGB23511327
HSL25°83.87%51.37%
HSB/HSV25°88.51%92.16%
CMYK0.00%51.91%88.51%
7.84%

Color #EB711B in popluar number systems.

HEXEB711B
Decimal23511327
Binary11101011111000111011
Octal35316133

Shades and tints

Shades of #EB711B

#EB711B
(235,113,27)
#D66719
(214,103,25)
#C15D17
(193,93,23)
#AC5315
(172,83,21)
#974913
(151,73,19)
#823F11
(130,63,17)
#6D350F
(109,53,15)
#582B0D
(88,43,13)
#43210B
(67,33,11)
#2E1709
(46,23,9)
#190D07
(25,13,7)
#000000
(0,0,0)

Tints of #EB711B

#EB711B
(235,113,27)
#EC7D2F
(236,125,47)
#ED8943
(237,137,67)
#EE9557
(238,149,87)
#EFA16B
(239,161,107)
#F0AD7F
(240,173,127)
#F1B993
(241,185,147)
#F2C5A7
(242,197,167)
#F3D1BB
(243,209,187)
#F4DDCF
(244,221,207)
#F5E9E3
(245,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB711B; }

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

This text font color is #EB711B.


Background Color

.myBgColor { background-color: #EB711B; }

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

This div background color is #EB711B.


Border color

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

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

This div border color is #EB711B.


Opacity

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

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

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

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

This text has shadow with #EB711B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB711B on black background.


Color preview on white background

This text has color #EB711B on white background.



Black color preview on #EB711B background

This text has black color on #EB711B background.


White color preview on #EB711B background

This text has white color on #EB711B background.