Shades of Dark Salmon #ED9581
Tints of Dark Salmon #ED9581
RGB
CMYK
RGB Variations
Color information
#ED9581 (or 0xED9581) is known color: Dark Salmon. HEX triplet: ED, 95 and 81. RGB value is (237,149,129). Sum of RGB (Red+Green+Blue) = 237+149+129=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9581 is #126A7E. Grayscale: #ADADAD. Windows color (decimal): -1206911 or 8492525. OLE color: 8492525.
HSL color Cylindrical-coordinate representation of color #ED9581: hue angle of 11.11º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED9581 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 129 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.07 |
| HSL | 11.11º | 0.75% | 0.72% | - |
| HSV(B) | 11.11º | 0.46% | 0.93% | - |
| XYZ | 49.63 | 41.08 | 26.08 | - |
| YUV | 173.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 129 | 0 | 0.37 | 0.46 | 0.07 | 11.11 | 0.75 | 0.72 |
| Hex | ED | 95 | 81 | 0 | 25 | 2E | 7 | B | 4B | 48 |
| Octal | 355 | 225 | 201 | 0 | 45 | 56 | 7 | 13 | 113 | 110 |
| Binary | 11101101 | 10010101 | 10000001 | 0 | 100101 | 101110 | 111 | 1011 | 1001011 | 1001000 |
Color Harmonies of #ED9581
Complementary color
Monochromatic Colors of #ED9581
Black with #ED9581
Text Example
Text Example
White with #ED9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9581; }
p { color: rgb(237,149,129); }
H1.HeaderClassName
{
color: #ED9581;
}
.AnyTagClassName
{
color: #ED9581;
}
</style>
background-color css
<style>
a { background-color: #ED9581; }
a { background-color: rgb(237,149,129); }
div.DivClassName
{
background-color: #ED9581;
}
.BgClassName
{
background-color: #ED9581;
}
</style>
border-color css
<style>
span { border-color: #ED9581; }
span { border-color: rgb(237,149,129); }
td.TdClassName
{
border-color: #ED9581;
}
.TagClassName
{
border-color: #ED9581;
}
</style>