COLOR #ED9C90

HEX: #ED9C90
RGB: (237,156,144)

Color info

#ED9C90 contains mainly red color. Web safe color of #ED9C90 is #FF9999 (or #F99).

RGB color model

#ED9C90 color RGB value is (237,156,144).

  • red value is 237;
  • green value is 156;
  • blue value is 144.
RGB:
(237,156,144)
(93%,61%,56%)

RGB channels and saturation

R 237 of 255 = 93%
G 156 of 255 = 61%
B 144 of 255 = 56%

237
156
144

R + G + B ~ 70%. #ED9C90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 156 + 144 = 537 (100%)
R 237 of 537 ~ 44.13%
G 156 of 537 ~ 29.05%
B 144 of 537 ~ 26.82%

%44.13
%29.05
%26.82

CMYK color model

#ED9C90 color CMYK value is (0,34,39,7).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 39.24%
  • key color value is 7.06%
CMYK:
(0,34,39,7)
C0M34Y39K7 
(0%,34%,39%,7%)
(0.00/0.34/0.39/0.07)	

CMYK percentages

%0
%34.18
%39.24
%7.06

Codes

Color #ED9C90 in popluar color models

ED9C90
RGB237156144
HSL72.09%74.71%
HSB/HSV39.24%92.94%
CMYK0.00%34.18%39.24%
7.06%

Color #ED9C90 in popluar number systems.

HEXED9C90
Decimal237156144
Binary111011011001110010010000
Octal355234220

Shades and tints

Shades of #ED9C90

#ED9C90
(237,156,144)
#D88E83
(216,142,131)
#C38076
(195,128,118)
#AE7269
(174,114,105)
#99645C
(153,100,92)
#84564F
(132,86,79)
#6F4842
(111,72,66)
#5A3A35
(90,58,53)
#452C28
(69,44,40)
#301E1B
(48,30,27)
#1B100E
(27,16,14)
#000000
(0,0,0)

Tints of #ED9C90

#ED9C90
(237,156,144)
#EEA59A
(238,165,154)
#EFAEA4
(239,174,164)
#F0B7AE
(240,183,174)
#F1C0B8
(241,192,184)
#F2C9C2
(242,201,194)
#F3D2CC
(243,210,204)
#F4DBD6
(244,219,214)
#F5E4E0
(245,228,224)
#F6EDEA
(246,237,234)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9C90 color. Also use rgb(237,156,144) instead hex code.

Text Font Color

.myTextColor { color: #ED9C90; }

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

This text font color is #ED9C90.


Background Color

.myBgColor { background-color: #ED9C90; }

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

This div background color is #ED9C90.


Border color

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

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

This div border color is #ED9C90.


Opacity

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

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

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

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

This text has shadow with #ED9C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9C90 on black background.


Color preview on white background

This text has color #ED9C90 on white background.



Black color preview on #ED9C90 background

This text has black color on #ED9C90 background.


White color preview on #ED9C90 background

This text has white color on #ED9C90 background.