COLOR #EB9343

HEX: #EB9343
RGB: (235,147,67)

Color info

#EB9343 contains mainly red color. Web safe color of #EB9343 is #FF9933 (or #F93).

RGB color model

#EB9343 color RGB value is (235,147,67).

  • red value is 235;
  • green value is 147;
  • blue value is 67.
RGB:
(235,147,67)
(92%,58%,26%)

RGB channels and saturation

R 235 of 255 = 92%
G 147 of 255 = 58%
B 67 of 255 = 26%

235
147
67

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

Portions of RGB colors in percentages

R + G + B =
235 + 147 + 67 = 449 (100%)
R 235 of 449 ~ 52.34%
G 147 of 449 ~ 32.74%
B 67 of 449 ~ 14.92%

%52.34
%32.74
%14.92

CMYK color model

#EB9343 color CMYK value is (0,37,71,8).

  • cyan value is 0.00%
  • magenta value is 37.45%
  • yellow value is 71.49%
  • key color value is 7.84%
CMYK:
(0,37,71,8)
C0M37Y71K8 
(0%,37%,71%,8%)
(0.00/0.37/0.71/0.08)	

CMYK percentages

%0
%37.45
%71.49
%7.84

Codes

Color #EB9343 in popluar color models

EB9343
RGB23514767
HSL29°80.77%59.22%
HSB/HSV29°71.49%92.16%
CMYK0.00%37.45%71.49%
7.84%

Color #EB9343 in popluar number systems.

HEXEB9343
Decimal23514767
Binary11101011100100111000011
Octal353223103

Shades and tints

Shades of #EB9343

#EB9343
(235,147,67)
#D6863D
(214,134,61)
#C17937
(193,121,55)
#AC6C31
(172,108,49)
#975F2B
(151,95,43)
#825225
(130,82,37)
#6D451F
(109,69,31)
#583819
(88,56,25)
#432B13
(67,43,19)
#2E1E0D
(46,30,13)
#191107
(25,17,7)
#000000
(0,0,0)

Tints of #EB9343

#EB9343
(235,147,67)
#EC9C54
(236,156,84)
#EDA565
(237,165,101)
#EEAE76
(238,174,118)
#EFB787
(239,183,135)
#F0C098
(240,192,152)
#F1C9A9
(241,201,169)
#F2D2BA
(242,210,186)
#F3DBCB
(243,219,203)
#F4E4DC
(244,228,220)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9343 color. Also use rgb(235,147,67) instead hex code.

Text Font Color

.myTextColor { color: #EB9343; }

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

This text font color is #EB9343.


Background Color

.myBgColor { background-color: #EB9343; }

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

This div background color is #EB9343.


Border color

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

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

This div border color is #EB9343.


Opacity

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

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

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

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

This text has shadow with #EB9343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9343 on black background.


Color preview on white background

This text has color #EB9343 on white background.



Black color preview on #EB9343 background

This text has black color on #EB9343 background.


White color preview on #EB9343 background

This text has white color on #EB9343 background.