COLOR #ED907A

HEX: #ED907A
RGB: (237,144,122)

Color info

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

RGB color model

#ED907A color RGB value is (237,144,122).

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

RGB channels and saturation

R 237 of 255 = 93%
G 144 of 255 = 56%
B 122 of 255 = 48%

237
144
122

R + G + B ~ 66%. #ED907A is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 144 + 122 = 503 (100%)
R 237 of 503 ~ 47.12%
G 144 of 503 ~ 28.63%
B 122 of 503 ~ 24.25%

%47.12
%28.63
%24.25

CMYK color model

#ED907A color CMYK value is (0,39,49,7).

  • cyan value is 0.00%
  • magenta value is 39.24%
  • yellow value is 48.52%
  • key color value is 7.06%
CMYK:
(0,39,49,7)
C0M39Y49K7 
(0%,39%,49%,7%)
(0.00/0.39/0.49/0.07)	

CMYK percentages

%0
%39.24
%48.52
%7.06

Codes

Color #ED907A in popluar color models

ED907A
RGB237144122
HSL11°76.16%70.39%
HSB/HSV11°48.52%92.94%
CMYK0.00%39.24%48.52%
7.06%

Color #ED907A in popluar number systems.

HEXED907A
Decimal237144122
Binary11101101100100001111010
Octal355220172

Shades and tints

Shades of #ED907A

#ED907A
(237,144,122)
#D8836F
(216,131,111)
#C37664
(195,118,100)
#AE6959
(174,105,89)
#995C4E
(153,92,78)
#844F43
(132,79,67)
#6F4238
(111,66,56)
#5A352D
(90,53,45)
#452822
(69,40,34)
#301B17
(48,27,23)
#1B0E0C
(27,14,12)
#000000
(0,0,0)

Tints of #ED907A

#ED907A
(237,144,122)
#EE9A86
(238,154,134)
#EFA492
(239,164,146)
#F0AE9E
(240,174,158)
#F1B8AA
(241,184,170)
#F2C2B6
(242,194,182)
#F3CCC2
(243,204,194)
#F4D6CE
(244,214,206)
#F5E0DA
(245,224,218)
#F6EAE6
(246,234,230)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED907A; }

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

This text font color is #ED907A.


Background Color

.myBgColor { background-color: #ED907A; }

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

This div background color is #ED907A.


Border color

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

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

This div border color is #ED907A.


Opacity

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

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

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

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

This text has shadow with #ED907A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED907A on black background.


Color preview on white background

This text has color #ED907A on white background.



Black color preview on #ED907A background

This text has black color on #ED907A background.


White color preview on #ED907A background

This text has white color on #ED907A background.