COLOR #EB8C0D

HEX: #EB8C0D
RGB: (235,140,13)

Color info

#EB8C0D contains mainly red color. Web safe color of #EB8C0D is #FF9900 (or #F90).

RGB color model

#EB8C0D color RGB value is (235,140,13).

  • red value is 235;
  • green value is 140;
  • blue value is 13.
RGB:
(235,140,13)
(92%,55%,5%)

RGB channels and saturation

R 235 of 255 = 92%
G 140 of 255 = 55%
B 13 of 255 = 5%

235
140
13

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

Portions of RGB colors in percentages

R + G + B =
235 + 140 + 13 = 388 (100%)
R 235 of 388 ~ 60.57%
G 140 of 388 ~ 36.08%
B 13 of 388 ~ 3.35%

%60.57
%36.08

CMYK color model

#EB8C0D color CMYK value is (0,40,94,8).

  • cyan value is 0.00%
  • magenta value is 40.43%
  • yellow value is 94.47%
  • key color value is 7.84%
CMYK:
(0,40,94,8)
C0M40Y94K8 
(0%,40%,94%,8%)
(0.00/0.40/0.94/0.08)	

CMYK percentages

%0
%40.43
%94.47
%7.84

Codes

Color #EB8C0D in popluar color models

EB8C0D
RGB23514013
HSL34°89.52%48.63%
HSB/HSV34°94.47%92.16%
CMYK0.00%40.43%94.47%
7.84%

Color #EB8C0D in popluar number systems.

HEXEB8C0D
Decimal23514013
Binary11101011100011001101
Octal35321415

Shades and tints

Shades of #EB8C0D

#EB8C0D
(235,140,13)
#D6800C
(214,128,12)
#C1740B
(193,116,11)
#AC680A
(172,104,10)
#975C09
(151,92,9)
#825008
(130,80,8)
#6D4407
(109,68,7)
#583806
(88,56,6)
#432C05
(67,44,5)
#2E2004
(46,32,4)
#191403
(25,20,3)
#000000
(0,0,0)

Tints of #EB8C0D

#EB8C0D
(235,140,13)
#EC9623
(236,150,35)
#EDA039
(237,160,57)
#EEAA4F
(238,170,79)
#EFB465
(239,180,101)
#F0BE7B
(240,190,123)
#F1C891
(241,200,145)
#F2D2A7
(242,210,167)
#F3DCBD
(243,220,189)
#F4E6D3
(244,230,211)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8C0D color. Also use rgb(235,140,13) instead hex code.

Text Font Color

.myTextColor { color: #EB8C0D; }

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

This text font color is #EB8C0D.


Background Color

.myBgColor { background-color: #EB8C0D; }

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

This div background color is #EB8C0D.


Border color

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

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

This div border color is #EB8C0D.


Opacity

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

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

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

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

This text has shadow with #EB8C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8C0D on black background.


Color preview on white background

This text has color #EB8C0D on white background.



Black color preview on #EB8C0D background

This text has black color on #EB8C0D background.


White color preview on #EB8C0D background

This text has white color on #EB8C0D background.