COLOR #ED8950

HEX: #ED8950
RGB: (237,137,80)

Color info

#ED8950 contains mainly red color. Web safe color of #ED8950 is #FF9966 (or #F96).

RGB color model

#ED8950 color RGB value is (237,137,80).

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

RGB channels and saturation

R 237 of 255 = 93%
G 137 of 255 = 54%
B 80 of 255 = 31%

237
137
80

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

Portions of RGB colors in percentages

R + G + B =
237 + 137 + 80 = 454 (100%)
R 237 of 454 ~ 52.2%
G 137 of 454 ~ 30.18%
B 80 of 454 ~ 17.62%

%52.2
%30.18
%17.62

CMYK color model

#ED8950 color CMYK value is (0,42,66,7).

  • cyan value is 0.00%
  • magenta value is 42.19%
  • yellow value is 66.24%
  • key color value is 7.06%
CMYK:
(0,42,66,7)
C0M42Y66K7 
(0%,42%,66%,7%)
(0.00/0.42/0.66/0.07)	

CMYK percentages

%0
%42.19
%66.24
%7.06

Codes

Color #ED8950 in popluar color models

ED8950
RGB23713780
HSL22°81.35%62.16%
HSB/HSV22°66.24%92.94%
CMYK0.00%42.19%66.24%
7.06%

Color #ED8950 in popluar number systems.

HEXED8950
Decimal23713780
Binary11101101100010011010000
Octal355211120

Shades and tints

Shades of #ED8950

#ED8950
(237,137,80)
#D87D49
(216,125,73)
#C37142
(195,113,66)
#AE653B
(174,101,59)
#995934
(153,89,52)
#844D2D
(132,77,45)
#6F4126
(111,65,38)
#5A351F
(90,53,31)
#452918
(69,41,24)
#301D11
(48,29,17)
#1B110A
(27,17,10)
#000000
(0,0,0)

Tints of #ED8950

#ED8950
(237,137,80)
#EE935F
(238,147,95)
#EF9D6E
(239,157,110)
#F0A77D
(240,167,125)
#F1B18C
(241,177,140)
#F2BB9B
(242,187,155)
#F3C5AA
(243,197,170)
#F4CFB9
(244,207,185)
#F5D9C8
(245,217,200)
#F6E3D7
(246,227,215)
#F7EDE6
(247,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED8950; }

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

This text font color is #ED8950.


Background Color

.myBgColor { background-color: #ED8950; }

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

This div background color is #ED8950.


Border color

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

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

This div border color is #ED8950.


Opacity

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

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

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

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

This text has shadow with #ED8950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8950 on black background.


Color preview on white background

This text has color #ED8950 on white background.



Black color preview on #ED8950 background

This text has black color on #ED8950 background.


White color preview on #ED8950 background

This text has white color on #ED8950 background.