COLOR #ED9558

HEX: #ED9558
RGB: (237,149,88)

Color info

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

RGB color model

#ED9558 color RGB value is (237,149,88).

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

RGB channels and saturation

R 237 of 255 = 93%
G 149 of 255 = 58%
B 88 of 255 = 35%

237
149
88

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

Portions of RGB colors in percentages

R + G + B =
237 + 149 + 88 = 474 (100%)
R 237 of 474 ~ 50%
G 149 of 474 ~ 31.43%
B 88 of 474 ~ 18.57%

%50
%31.43
%18.57

CMYK color model

#ED9558 color CMYK value is (0,37,63,7).

  • cyan value is 0.00%
  • magenta value is 37.13%
  • yellow value is 62.87%
  • key color value is 7.06%
CMYK:
(0,37,63,7)
C0M37Y63K7 
(0%,37%,63%,7%)
(0.00/0.37/0.63/0.07)	

CMYK percentages

%0
%37.13
%62.87
%7.06

Codes

Color #ED9558 in popluar color models

ED9558
RGB23714988
HSL25°80.54%63.73%
HSB/HSV25°62.87%92.94%
CMYK0.00%37.13%62.87%
7.06%

Color #ED9558 in popluar number systems.

HEXED9558
Decimal23714988
Binary11101101100101011011000
Octal355225130

Shades and tints

Shades of #ED9558

#ED9558
(237,149,88)
#D88850
(216,136,80)
#C37B48
(195,123,72)
#AE6E40
(174,110,64)
#996138
(153,97,56)
#845430
(132,84,48)
#6F4728
(111,71,40)
#5A3A20
(90,58,32)
#452D18
(69,45,24)
#302010
(48,32,16)
#1B1308
(27,19,8)
#000000
(0,0,0)

Tints of #ED9558

#ED9558
(237,149,88)
#EE9E67
(238,158,103)
#EFA776
(239,167,118)
#F0B085
(240,176,133)
#F1B994
(241,185,148)
#F2C2A3
(242,194,163)
#F3CBB2
(243,203,178)
#F4D4C1
(244,212,193)
#F5DDD0
(245,221,208)
#F6E6DF
(246,230,223)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9558; }

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

This text font color is #ED9558.


Background Color

.myBgColor { background-color: #ED9558; }

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

This div background color is #ED9558.


Border color

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

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

This div border color is #ED9558.


Opacity

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

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

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

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

This text has shadow with #ED9558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9558 on black background.


Color preview on white background

This text has color #ED9558 on white background.



Black color preview on #ED9558 background

This text has black color on #ED9558 background.


White color preview on #ED9558 background

This text has white color on #ED9558 background.