COLOR #ED9323

HEX: #ED9323
RGB: (237,147,35)

Color info

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

RGB color model

#ED9323 color RGB value is (237,147,35).

  • red value is 237;
  • green value is 147;
  • blue value is 35.
RGB:
(237,147,35)
(93%,58%,14%)

RGB channels and saturation

R 237 of 255 = 93%
G 147 of 255 = 58%
B 35 of 255 = 14%

237
147
35

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

Portions of RGB colors in percentages

R + G + B =
237 + 147 + 35 = 419 (100%)
R 237 of 419 ~ 56.56%
G 147 of 419 ~ 35.08%
B 35 of 419 ~ 8.35%

%56.56
%35.08

CMYK color model

#ED9323 color CMYK value is (0,38,85,7).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 85.23%
  • key color value is 7.06%
CMYK:
(0,38,85,7)
C0M38Y85K7 
(0%,38%,85%,7%)
(0.00/0.38/0.85/0.07)	

CMYK percentages

%0
%37.97
%85.23
%7.06

Codes

Color #ED9323 in popluar color models

ED9323
RGB23714735
HSL33°84.87%53.33%
HSB/HSV33°85.23%92.94%
CMYK0.00%37.97%85.23%
7.06%

Color #ED9323 in popluar number systems.

HEXED9323
Decimal23714735
Binary1110110110010011100011
Octal35522343

Shades and tints

Shades of #ED9323

#ED9323
(237,147,35)
#D88620
(216,134,32)
#C3791D
(195,121,29)
#AE6C1A
(174,108,26)
#995F17
(153,95,23)
#845214
(132,82,20)
#6F4511
(111,69,17)
#5A380E
(90,56,14)
#452B0B
(69,43,11)
#301E08
(48,30,8)
#1B1105
(27,17,5)
#000000
(0,0,0)

Tints of #ED9323

#ED9323
(237,147,35)
#EE9C37
(238,156,55)
#EFA54B
(239,165,75)
#F0AE5F
(240,174,95)
#F1B773
(241,183,115)
#F2C087
(242,192,135)
#F3C99B
(243,201,155)
#F4D2AF
(244,210,175)
#F5DBC3
(245,219,195)
#F6E4D7
(246,228,215)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9323 color. Also use rgb(237,147,35) instead hex code.

Text Font Color

.myTextColor { color: #ED9323; }

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

This text font color is #ED9323.


Background Color

.myBgColor { background-color: #ED9323; }

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

This div background color is #ED9323.


Border color

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

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

This div border color is #ED9323.


Opacity

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

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

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

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

This text has shadow with #ED9323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9323 on black background.


Color preview on white background

This text has color #ED9323 on white background.



Black color preview on #ED9323 background

This text has black color on #ED9323 background.


White color preview on #ED9323 background

This text has white color on #ED9323 background.