COLOR #ED8941

HEX: #ED8941
RGB: (237,137,65)

Color info

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

RGB color model

#ED8941 color RGB value is (237,137,65).

  • red value is 237;
  • green value is 137;
  • blue value is 65.
RGB:
(237,137,65)
(93%,54%,25%)

RGB channels and saturation

R 237 of 255 = 93%
G 137 of 255 = 54%
B 65 of 255 = 25%

237
137
65

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

Portions of RGB colors in percentages

R + G + B =
237 + 137 + 65 = 439 (100%)
R 237 of 439 ~ 53.99%
G 137 of 439 ~ 31.21%
B 65 of 439 ~ 14.81%

%53.99
%31.21
%14.81

CMYK color model

#ED8941 color CMYK value is (0,42,73,7).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 72.57%
  • key color value is 7.06%
CMYK:
(0,42,73,7)
C0M42Y73K7 
(0%,42%,73%,7%)
(0.00/0.42/0.73/0.07)	

CMYK percentages

%0
%42.19
%72.57
%7.06

Codes

Color #ED8941 in popluar color models

ED8941
RGB23713765
HSL25°82.69%59.22%
HSB/HSV25°72.57%92.94%
CMYK0.00%42.19%72.57%
7.06%

Color #ED8941 in popluar number systems.

HEXED8941
Decimal23713765
Binary11101101100010011000001
Octal355211101

Shades and tints

Shades of #ED8941

#ED8941
(237,137,65)
#D87D3C
(216,125,60)
#C37137
(195,113,55)
#AE6532
(174,101,50)
#99592D
(153,89,45)
#844D28
(132,77,40)
#6F4123
(111,65,35)
#5A351E
(90,53,30)
#452919
(69,41,25)
#301D14
(48,29,20)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #ED8941

#ED8941
(237,137,65)
#EE9352
(238,147,82)
#EF9D63
(239,157,99)
#F0A774
(240,167,116)
#F1B185
(241,177,133)
#F2BB96
(242,187,150)
#F3C5A7
(243,197,167)
#F4CFB8
(244,207,184)
#F5D9C9
(245,217,201)
#F6E3DA
(246,227,218)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8941 color. Also use rgb(237,137,65) instead hex code.

Text Font Color

.myTextColor { color: #ED8941; }

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

This text font color is #ED8941.


Background Color

.myBgColor { background-color: #ED8941; }

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

This div background color is #ED8941.


Border color

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

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

This div border color is #ED8941.


Opacity

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

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

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

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

This text has shadow with #ED8941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8941 on black background.


Color preview on white background

This text has color #ED8941 on white background.



Black color preview on #ED8941 background

This text has black color on #ED8941 background.


White color preview on #ED8941 background

This text has white color on #ED8941 background.