COLOR #EB9E41

HEX: #EB9E41
RGB: (235,158,65)

Color info

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

RGB color model

#EB9E41 color RGB value is (235,158,65).

  • red value is 235;
  • green value is 158;
  • blue value is 65.
RGB:
(235,158,65)
(92%,62%,25%)

RGB channels and saturation

R 235 of 255 = 92%
G 158 of 255 = 62%
B 65 of 255 = 25%

235
158
65

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

Portions of RGB colors in percentages

R + G + B =
235 + 158 + 65 = 458 (100%)
R 235 of 458 ~ 51.31%
G 158 of 458 ~ 34.5%
B 65 of 458 ~ 14.19%

%51.31
%34.5
%14.19

CMYK color model

#EB9E41 color CMYK value is (0,33,72,8).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 72.34%
  • key color value is 7.84%
CMYK:
(0,33,72,8)
C0M33Y72K8 
(0%,33%,72%,8%)
(0.00/0.33/0.72/0.08)	

CMYK percentages

%0
%32.77
%72.34
%7.84

Codes

Color #EB9E41 in popluar color models

EB9E41
RGB23515865
HSL33°80.95%58.82%
HSB/HSV33°72.34%92.16%
CMYK0.00%32.77%72.34%
7.84%

Color #EB9E41 in popluar number systems.

HEXEB9E41
Decimal23515865
Binary11101011100111101000001
Octal353236101

Shades and tints

Shades of #EB9E41

#EB9E41
(235,158,65)
#D6903C
(214,144,60)
#C18237
(193,130,55)
#AC7432
(172,116,50)
#97662D
(151,102,45)
#825828
(130,88,40)
#6D4A23
(109,74,35)
#583C1E
(88,60,30)
#432E19
(67,46,25)
#2E2014
(46,32,20)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #EB9E41

#EB9E41
(235,158,65)
#ECA652
(236,166,82)
#EDAE63
(237,174,99)
#EEB674
(238,182,116)
#EFBE85
(239,190,133)
#F0C696
(240,198,150)
#F1CEA7
(241,206,167)
#F2D6B8
(242,214,184)
#F3DEC9
(243,222,201)
#F4E6DA
(244,230,218)
#F5EEEB
(245,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9E41 color. Also use rgb(235,158,65) instead hex code.

Text Font Color

.myTextColor { color: #EB9E41; }

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

This text font color is #EB9E41.


Background Color

.myBgColor { background-color: #EB9E41; }

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

This div background color is #EB9E41.


Border color

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

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

This div border color is #EB9E41.


Opacity

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

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

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

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

This text has shadow with #EB9E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9E41 on black background.


Color preview on white background

This text has color #EB9E41 on white background.



Black color preview on #EB9E41 background

This text has black color on #EB9E41 background.


White color preview on #EB9E41 background

This text has white color on #EB9E41 background.