COLOR #EB7B17

HEX: #EB7B17
RGB: (235,123,23)

Color info

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

RGB color model

#EB7B17 color RGB value is (235,123,23).

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

RGB channels and saturation

R 235 of 255 = 92%
G 123 of 255 = 48%
B 23 of 255 = 9%

235
123
23

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

Portions of RGB colors in percentages

R + G + B =
235 + 123 + 23 = 381 (100%)
R 235 of 381 ~ 61.68%
G 123 of 381 ~ 32.28%
B 23 of 381 ~ 6.04%

%61.68
%32.28

CMYK color model

#EB7B17 color CMYK value is (0,48,90,8).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 90.21%
  • key color value is 7.84%
CMYK:
(0,48,90,8)
C0M48Y90K8 
(0%,48%,90%,8%)
(0.00/0.48/0.90/0.08)	

CMYK percentages

%0
%47.66
%90.21
%7.84

Codes

Color #EB7B17 in popluar color models

EB7B17
RGB23512323
HSL28°84.13%50.59%
HSB/HSV28°90.21%92.16%
CMYK0.00%47.66%90.21%
7.84%

Color #EB7B17 in popluar number systems.

HEXEB7B17
Decimal23512323
Binary11101011111101110111
Octal35317327

Shades and tints

Shades of #EB7B17

#EB7B17
(235,123,23)
#D67015
(214,112,21)
#C16513
(193,101,19)
#AC5A11
(172,90,17)
#974F0F
(151,79,15)
#82440D
(130,68,13)
#6D390B
(109,57,11)
#582E09
(88,46,9)
#432307
(67,35,7)
#2E1805
(46,24,5)
#190D03
(25,13,3)
#000000
(0,0,0)

Tints of #EB7B17

#EB7B17
(235,123,23)
#EC872C
(236,135,44)
#ED9341
(237,147,65)
#EE9F56
(238,159,86)
#EFAB6B
(239,171,107)
#F0B780
(240,183,128)
#F1C395
(241,195,149)
#F2CFAA
(242,207,170)
#F3DBBF
(243,219,191)
#F4E7D4
(244,231,212)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB7B17; }

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

This text font color is #EB7B17.


Background Color

.myBgColor { background-color: #EB7B17; }

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

This div background color is #EB7B17.


Border color

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

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

This div border color is #EB7B17.


Opacity

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

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

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

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

This text has shadow with #EB7B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7B17 on black background.


Color preview on white background

This text has color #EB7B17 on white background.



Black color preview on #EB7B17 background

This text has black color on #EB7B17 background.


White color preview on #EB7B17 background

This text has white color on #EB7B17 background.