COLOR #ED8350

HEX: #ED8350
RGB: (237,131,80)

Color info

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

RGB color model

#ED8350 color RGB value is (237,131,80).

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

RGB channels and saturation

R 237 of 255 = 93%
G 131 of 255 = 51%
B 80 of 255 = 31%

237
131
80

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

Portions of RGB colors in percentages

R + G + B =
237 + 131 + 80 = 448 (100%)
R 237 of 448 ~ 52.9%
G 131 of 448 ~ 29.24%
B 80 of 448 ~ 17.86%

%52.9
%29.24
%17.86

CMYK color model

#ED8350 color CMYK value is (0,45,66,7).

  • cyan value is 0.00%
  • magenta value is 44.73%
  • yellow value is 66.24%
  • key color value is 7.06%
CMYK:
(0,45,66,7)
C0M45Y66K7 
(0%,45%,66%,7%)
(0.00/0.45/0.66/0.07)	

CMYK percentages

%0
%44.73
%66.24
%7.06

Codes

Color #ED8350 in popluar color models

ED8350
RGB23713180
HSL19°81.35%62.16%
HSB/HSV19°66.24%92.94%
CMYK0.00%44.73%66.24%
7.06%

Color #ED8350 in popluar number systems.

HEXED8350
Decimal23713180
Binary11101101100000111010000
Octal355203120

Shades and tints

Shades of #ED8350

#ED8350
(237,131,80)
#D87849
(216,120,73)
#C36D42
(195,109,66)
#AE623B
(174,98,59)
#995734
(153,87,52)
#844C2D
(132,76,45)
#6F4126
(111,65,38)
#5A361F
(90,54,31)
#452B18
(69,43,24)
#302011
(48,32,17)
#1B150A
(27,21,10)
#000000
(0,0,0)

Tints of #ED8350

#ED8350
(237,131,80)
#EE8E5F
(238,142,95)
#EF996E
(239,153,110)
#F0A47D
(240,164,125)
#F1AF8C
(241,175,140)
#F2BA9B
(242,186,155)
#F3C5AA
(243,197,170)
#F4D0B9
(244,208,185)
#F5DBC8
(245,219,200)
#F6E6D7
(246,230,215)
#F7F1E6
(247,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED8350; }

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

This text font color is #ED8350.


Background Color

.myBgColor { background-color: #ED8350; }

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

This div background color is #ED8350.


Border color

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

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

This div border color is #ED8350.


Opacity

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

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

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

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

This text has shadow with #ED8350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8350 on black background.


Color preview on white background

This text has color #ED8350 on white background.



Black color preview on #ED8350 background

This text has black color on #ED8350 background.


White color preview on #ED8350 background

This text has white color on #ED8350 background.