Shades of Dark Salmon #ED9871
Tints of Dark Salmon #ED9871
RGB
CMYK
RGB Variations
Color information
#ED9871 (or 0xED9871) is known color: Dark Salmon. HEX triplet: ED, 98 and 71. RGB value is (237,152,113). Sum of RGB (Red+Green+Blue) = 237+152+113=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9871 is #12678E. Grayscale: #ADADAD. Windows color (decimal): -1206159 or 7444717. OLE color: 7444717.
HSL color Cylindrical-coordinate representation of color #ED9871: hue angle of 18.87º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED9871 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 113 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.07 |
| HSL | 18.87º | 0.78% | 0.69% | - |
| HSV(B) | 18.87º | 0.52% | 0.93% | - |
| XYZ | 49.13 | 41.65 | 21.07 | - |
| YUV | 172.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 113 | 0 | 0.36 | 0.52 | 0.07 | 18.87 | 0.78 | 0.69 |
| Hex | ED | 98 | 71 | 0 | 24 | 34 | 7 | 13 | 4E | 45 |
| Octal | 355 | 230 | 161 | 0 | 44 | 64 | 7 | 23 | 116 | 105 |
| Binary | 11101101 | 10011000 | 1110001 | 0 | 100100 | 110100 | 111 | 10011 | 1001110 | 1000101 |
Color Harmonies of #ED9871
Complementary color
Monochromatic Colors of #ED9871
Black with #ED9871
Text Example
Text Example
White with #ED9871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9871; }
p { color: rgb(237,152,113); }
H1.HeaderClassName
{
color: #ED9871;
}
.AnyTagClassName
{
color: #ED9871;
}
</style>
background-color css
<style>
a { background-color: #ED9871; }
a { background-color: rgb(237,152,113); }
div.DivClassName
{
background-color: #ED9871;
}
.BgClassName
{
background-color: #ED9871;
}
</style>
border-color css
<style>
span { border-color: #ED9871; }
span { border-color: rgb(237,152,113); }
td.TdClassName
{
border-color: #ED9871;
}
.TagClassName
{
border-color: #ED9871;
}
</style>