COLOR #ED786B

HEX: #ED786B RGB: (237,120,107)

Color info

#ED786B contains mainly red color. Web safe color of #ED786B is #FF6666 (or #F66).

RGB color model

#ED786B color RGB value is (237,120,107).

RGB: (237,120,107) (93%, 47%, 42%)

RGB channels and saturation

R 237 of 255 = 93%
G 120 of 255 = 47%
B 107 of 255 = 42%

237
120
107

R + G + B ~ 61%. #ED786B is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 120 + 107 = 464 (100%)
R 237 of 464 ~ 51.08%
G 120 of 464 ~ 25.86%
B 107 of 464 ~ 23.06'%

%51.08
%25.86
%23.06

CMYK color model

#ED786B color CMYK value is (0,49,55,7).

  • cyan value is 0.00%
  • magenta value is 49.37%
  • yellow value is 54.85%
  • key color value is 7.06%

CMYK: (0,49,55,7)
C0M49Y55K7 (0%, 49%, 55%, 7%)
(0.00 / 0.49 / 0.55 / 0.07)

CMYK percentages

%0
%49.37
%54.85
%7.06

Codes

Color #ED786B in popluar color models

ED 78 6B
RGB 237 120 107
HSL 78.31% 67.45%
HSB/HSV 54.85% 92.94%
CMYK 0.00% 49.37% 54.85%
7.06%

Color #ED786B in popluar number systems.

HEX ED 78 6B
Decimal 237 120 107
Binary 11101101 1111000 1101011
Octal 355 170 153

Shades and tints

Shades of #ED786B

#ED786B
(237,120,107)
#D86E62
(216,110,98)
#C36459
(195,100,89)
#AE5A50
(174,90,80)
#995047
(153,80,71)
#84463E
(132,70,62)
#6F3C35
(111,60,53)
#5A322C
(90,50,44)
#452823
(69,40,35)
#301E1A
(48,30,26)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #ED786B

#ED786B
(237,120,107)
#EE8478
(238,132,120)
#EF9085
(239,144,133)
#F09C92
(240,156,146)
#F1A89F
(241,168,159)
#F2B4AC
(242,180,172)
#F3C0B9
(243,192,185)
#F4CCC6
(244,204,198)
#F5D8D3
(245,216,211)
#F6E4E0
(246,228,224)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED786B color. Also use rgb(237,120,107) instead hex code.

Text Font Color

.myTextColor { color: #ED786B; }

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

This text font color is #ED786B.

Background Color

.myBgColor { background-color: #ED786B; }

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

This div background color is #ED786B.

Border color

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

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

This div border color is #ED786B.

Opacity

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

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

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

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

This text has shadow with #ED786B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED786B.

Preview

Color preview on black background

This text has color #ED786B on black background.


Color preview on white background

This text has color #ED786B on white background.


Black color preview on #ED786B background

This text has black color on #ED786B background.


White color preview on #ED786B background

This text has white color on #ED786B background.


Related colors

Complementary color

Complementary color for #ED786B is #128794.


I love getcolorcode.com

Triadic colors

1 #6BED78 and #786BED with #ED786B are triadic colors.

2 #6B78ED and #78ED6B with #ED786B are triadic colors.