HEX: #ED8563
RGB: (237,133,99)
#ED8563 contains mainly red color. Web safe color of #ED8563 is #FF9966 (or #F96).
#ED8563 color RGB value is (237,133,99).
RGB: (237,133,99)
(93%, 52%, 39%)
R 237 of 255 = 93%
G 133 of 255 = 52%
B 99 of 255 = 39%
R + G + B ~ 61%. #ED8563 is quite light color.
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'%
#ED8563 color CMYK value is (0,44,58,7).
CMYK: (0,44,58,7)
C0M44Y58K7 (0%, 44%, 58%, 7%)
(0.00 / 0.44 / 0.58 / 0.07)
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 of #ED8563
Tints of #ED8563
Examples of css and html codes for elements with #ED8563 color. Also use rgb(237,133,99) instead hex code.
.myTextColor { color: #ED8563; }
<p style="color:#ED8563">This sample text font color is #ED8563.</p>
This text font color is #ED8563.
.myBgColor { background-color: #ED8563; }
<div style="background-color:#ED8563">Inner text</div>
This div background color is #ED8563.
.myBorderColor { border: 1px solid #ED8563; }
<div style="border:3px solid #ED8563">Div</div>
This div border color is #ED8563.
.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%.
.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.
/* 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 text has color #ED8563 on black background.
This text has color #ED8563 on white background.
This text has black color on #ED8563 background.
This text has white color on #ED8563 background.
Complementary color for #hex is #127A9C.