COLOR #ED9B50

HEX: #ED9B50
RGB: (237,155,80)

Color info

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

RGB color model

#ED9B50 color RGB value is (237,155,80).

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

RGB channels and saturation

R 237 of 255 = 93%
G 155 of 255 = 61%
B 80 of 255 = 31%

237
155
80

R + G + B ~ 62%. #ED9B50 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 155 + 80 = 472 (100%)
R 237 of 472 ~ 50.21%
G 155 of 472 ~ 32.84%
B 80 of 472 ~ 16.95%

%50.21
%32.84
%16.95

CMYK color model

#ED9B50 color CMYK value is (0,35,66,7).

  • cyan value is 0.00%
  • magenta value is 34.60%
  • yellow value is 66.24%
  • key color value is 7.06%
CMYK:
(0,35,66,7)
C0M35Y66K7 
(0%,35%,66%,7%)
(0.00/0.35/0.66/0.07)	

CMYK percentages

%0
%34.6
%66.24
%7.06

Codes

Color #ED9B50 in popluar color models

ED9B50
RGB23715580
HSL29°81.35%62.16%
HSB/HSV29°66.24%92.94%
CMYK0.00%34.60%66.24%
7.06%

Color #ED9B50 in popluar number systems.

HEXED9B50
Decimal23715580
Binary11101101100110111010000
Octal355233120

Shades and tints

Shades of #ED9B50

#ED9B50
(237,155,80)
#D88D49
(216,141,73)
#C37F42
(195,127,66)
#AE713B
(174,113,59)
#996334
(153,99,52)
#84552D
(132,85,45)
#6F4726
(111,71,38)
#5A391F
(90,57,31)
#452B18
(69,43,24)
#301D11
(48,29,17)
#1B0F0A
(27,15,10)
#000000
(0,0,0)

Tints of #ED9B50

#ED9B50
(237,155,80)
#EEA45F
(238,164,95)
#EFAD6E
(239,173,110)
#F0B67D
(240,182,125)
#F1BF8C
(241,191,140)
#F2C89B
(242,200,155)
#F3D1AA
(243,209,170)
#F4DAB9
(244,218,185)
#F5E3C8
(245,227,200)
#F6ECD7
(246,236,215)
#F7F5E6
(247,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9B50; }

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

This text font color is #ED9B50.


Background Color

.myBgColor { background-color: #ED9B50; }

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

This div background color is #ED9B50.


Border color

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

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

This div border color is #ED9B50.


Opacity

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

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

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

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

This text has shadow with #ED9B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9B50 on black background.


Color preview on white background

This text has color #ED9B50 on white background.



Black color preview on #ED9B50 background

This text has black color on #ED9B50 background.


White color preview on #ED9B50 background

This text has white color on #ED9B50 background.