COLOR #EB9D23

HEX: #EB9D23
RGB: (235,157,35)

Color info

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

RGB color model

#EB9D23 color RGB value is (235,157,35).

  • red value is 235;
  • green value is 157;
  • blue value is 35.
RGB:
(235,157,35)
(92%,62%,14%)

RGB channels and saturation

R 235 of 255 = 92%
G 157 of 255 = 62%
B 35 of 255 = 14%

235
157
35

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

Portions of RGB colors in percentages

R + G + B =
235 + 157 + 35 = 427 (100%)
R 235 of 427 ~ 55.04%
G 157 of 427 ~ 36.77%
B 35 of 427 ~ 8.2%

%55.04
%36.77

CMYK color model

#EB9D23 color CMYK value is (0,33,85,8).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 85.11%
  • key color value is 7.84%
CMYK:
(0,33,85,8)
C0M33Y85K8 
(0%,33%,85%,8%)
(0.00/0.33/0.85/0.08)	

CMYK percentages

%0
%33.19
%85.11
%7.84

Codes

Color #EB9D23 in popluar color models

EB9D23
RGB23515735
HSL37°83.33%52.94%
HSB/HSV37°85.11%92.16%
CMYK0.00%33.19%85.11%
7.84%

Color #EB9D23 in popluar number systems.

HEXEB9D23
Decimal23515735
Binary1110101110011101100011
Octal35323543

Shades and tints

Shades of #EB9D23

#EB9D23
(235,157,35)
#D68F20
(214,143,32)
#C1811D
(193,129,29)
#AC731A
(172,115,26)
#976517
(151,101,23)
#825714
(130,87,20)
#6D4911
(109,73,17)
#583B0E
(88,59,14)
#432D0B
(67,45,11)
#2E1F08
(46,31,8)
#191105
(25,17,5)
#000000
(0,0,0)

Tints of #EB9D23

#EB9D23
(235,157,35)
#ECA537
(236,165,55)
#EDAD4B
(237,173,75)
#EEB55F
(238,181,95)
#EFBD73
(239,189,115)
#F0C587
(240,197,135)
#F1CD9B
(241,205,155)
#F2D5AF
(242,213,175)
#F3DDC3
(243,221,195)
#F4E5D7
(244,229,215)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB9D23 color. Also use rgb(235,157,35) instead hex code.

Text Font Color

.myTextColor { color: #EB9D23; }

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

This text font color is #EB9D23.


Background Color

.myBgColor { background-color: #EB9D23; }

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

This div background color is #EB9D23.


Border color

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

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

This div border color is #EB9D23.


Opacity

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

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

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

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

This text has shadow with #EB9D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB9D23 on black background.


Color preview on white background

This text has color #EB9D23 on white background.



Black color preview on #EB9D23 background

This text has black color on #EB9D23 background.


White color preview on #EB9D23 background

This text has white color on #EB9D23 background.