COLOR #ED8563

HEX: #ED8563 RGB: (237,133,99)

Color info

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

RGB color model

#ED8563 color RGB value is (237,133,99).

RGB: (237,133,99) (93%, 52%, 39%)

RGB channels and saturation

R 237 of 255 = 93%
G 133 of 255 = 52%
B 99 of 255 = 39%

237
133
99

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

Portions of RGB colors in percentages

R + G + B = 237 + 133 + 99 = 469 (100%)
R 237 of 469 ~ 50.53%
G 133 of 469 ~ 28.36%
B 99 of 469 ~ 21.11'%

%50.53
%28.36
%21.11

CMYK color model

#ED8563 color CMYK value is (0,44,58,7).

  • cyan value is 0.00%
  • magenta value is 43.88%
  • yellow value is 58.23%
  • key color value is 7.06%

CMYK: (0,44,58,7)
C0M44Y58K7 (0%, 44%, 58%, 7%)
(0.00 / 0.44 / 0.58 / 0.07)

CMYK percentages

%0
%43.88
%58.23
%7.06

Codes

Color #ED8563 in popluar color models

ED 85 63
RGB 237 133 99
HSL 15° 79.31% 65.88%
HSB/HSV 15° 58.23% 92.94%
CMYK 0.00% 43.88% 58.23%
7.06%

Color #ED8563 in popluar number systems.

HEX ED 85 63
Decimal 237 133 99
Binary 11101101 10000101 1100011
Octal 355 205 143

Shades and tints

Shades of #ED8563

#ED8563
(237,133,99)
#D8795A
(216,121,90)
#C36D51
(195,109,81)
#AE6148
(174,97,72)
#99553F
(153,85,63)
#844936
(132,73,54)
#6F3D2D
(111,61,45)
#5A3124
(90,49,36)
#45251B
(69,37,27)
#301912
(48,25,18)
#1B0D09
(27,13,9)
#000000
(0,0,0)

Tints of #ED8563

#ED8563
(237,133,99)
#EE9071
(238,144,113)
#EF9B7F
(239,155,127)
#F0A68D
(240,166,141)
#F1B19B
(241,177,155)
#F2BCA9
(242,188,169)
#F3C7B7
(243,199,183)
#F4D2C5
(244,210,197)
#F5DDD3
(245,221,211)
#F6E8E1
(246,232,225)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8563 color. Also use rgb(237,133,99) instead hex code.

Text Font Color

.myTextColor { color: #ED8563; }

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

This text font color is #ED8563.

Background Color

.myBgColor { background-color: #ED8563; }

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

This div background color is #ED8563.

Border color

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

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

This div border color is #ED8563.

Opacity

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

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

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

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

This text has shadow with #ED8563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED8563.

Preview

Color preview on black background

This text has color #ED8563 on black background.


Color preview on white background

This text has color #ED8563 on white background.


Black color preview on #ED8563 background

This text has black color on #ED8563 background.


White color preview on #ED8563 background

This text has white color on #ED8563 background.


Related colors

Complementary color

Complementary color for #hex is #127A9C.


I love getcolorcode.com

Triadic colors

1 #63ED85 and #8563ED with #ED8563 are triadic colors.

2 #6385ED and #85ED63 with #ED8563 are triadic colors.