COLOR #ED9858

HEX: #ED9858
RGB: (237,152,88)

Color info

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

RGB color model

#ED9858 color RGB value is (237,152,88).

  • red value is 237;
  • green value is 152;
  • blue value is 88.
RGB:
(237,152,88)
(93%,60%,35%)

RGB channels and saturation

R 237 of 255 = 93%
G 152 of 255 = 60%
B 88 of 255 = 35%

237
152
88

R + G + B ~ 63%. #ED9858 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 152 + 88 = 477 (100%)
R 237 of 477 ~ 49.69%
G 152 of 477 ~ 31.87%
B 88 of 477 ~ 18.45%

%49.69
%31.87
%18.45

CMYK color model

#ED9858 color CMYK value is (0,36,63,7).

  • cyan value is 0.00%
  • magenta value is 35.86%
  • yellow value is 62.87%
  • key color value is 7.06%
CMYK:
(0,36,63,7)
C0M36Y63K7 
(0%,36%,63%,7%)
(0.00/0.36/0.63/0.07)	

CMYK percentages

%0
%35.86
%62.87
%7.06

Codes

Color #ED9858 in popluar color models

ED9858
RGB23715288
HSL26°80.54%63.73%
HSB/HSV26°62.87%92.94%
CMYK0.00%35.86%62.87%
7.06%

Color #ED9858 in popluar number systems.

HEXED9858
Decimal23715288
Binary11101101100110001011000
Octal355230130

Shades and tints

Shades of #ED9858

#ED9858
(237,152,88)
#D88B50
(216,139,80)
#C37E48
(195,126,72)
#AE7140
(174,113,64)
#996438
(153,100,56)
#845730
(132,87,48)
#6F4A28
(111,74,40)
#5A3D20
(90,61,32)
#453018
(69,48,24)
#302310
(48,35,16)
#1B1608
(27,22,8)
#000000
(0,0,0)

Tints of #ED9858

#ED9858
(237,152,88)
#EEA167
(238,161,103)
#EFAA76
(239,170,118)
#F0B385
(240,179,133)
#F1BC94
(241,188,148)
#F2C5A3
(242,197,163)
#F3CEB2
(243,206,178)
#F4D7C1
(244,215,193)
#F5E0D0
(245,224,208)
#F6E9DF
(246,233,223)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9858 color. Also use rgb(237,152,88) instead hex code.

Text Font Color

.myTextColor { color: #ED9858; }

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

This text font color is #ED9858.


Background Color

.myBgColor { background-color: #ED9858; }

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

This div background color is #ED9858.


Border color

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

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

This div border color is #ED9858.


Opacity

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

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

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

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

This text has shadow with #ED9858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9858 on black background.


Color preview on white background

This text has color #ED9858 on white background.



Black color preview on #ED9858 background

This text has black color on #ED9858 background.


White color preview on #ED9858 background

This text has white color on #ED9858 background.