Shades of Dark Salmon #ED9380
Tints of Dark Salmon #ED9380
RGB
CMYK
RGB Variations
Color information
#ED9380 (or 0xED9380) is known color: Dark Salmon. HEX triplet: ED, 93 and 80. RGB value is (237,147,128). Sum of RGB (Red+Green+Blue) = 237+147+128=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9380 is #126C7F. Grayscale: #ABABAB. Windows color (decimal): -1207424 or 8426477. OLE color: 8426477.
HSL color Cylindrical-coordinate representation of color #ED9380: hue angle of 10.46º 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 #ED9380 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 128 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.07 |
| HSL | 10.46º | 0.75% | 0.72% | - |
| HSV(B) | 10.46º | 0.46% | 0.93% | - |
| XYZ | 49.26 | 40.43 | 25.63 | - |
| YUV | 171.74 | 103.32 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 128 | 0 | 0.38 | 0.46 | 0.07 | 10.46 | 0.75 | 0.72 |
| Hex | ED | 93 | 80 | 0 | 26 | 2E | 7 | A | 4B | 48 |
| Octal | 355 | 223 | 200 | 0 | 46 | 56 | 7 | 12 | 113 | 110 |
| Binary | 11101101 | 10010011 | 10000000 | 0 | 100110 | 101110 | 111 | 1010 | 1001011 | 1001000 |
Color Harmonies of #ED9380
Complementary color
Monochromatic Colors of #ED9380
Black with #ED9380
Text Example
Text Example
White with #ED9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9380; }
p { color: rgb(237,147,128); }
H1.HeaderClassName
{
color: #ED9380;
}
.AnyTagClassName
{
color: #ED9380;
}
</style>
background-color css
<style>
a { background-color: #ED9380; }
a { background-color: rgb(237,147,128); }
div.DivClassName
{
background-color: #ED9380;
}
.BgClassName
{
background-color: #ED9380;
}
</style>
border-color css
<style>
span { border-color: #ED9380; }
span { border-color: rgb(237,147,128); }
td.TdClassName
{
border-color: #ED9380;
}
.TagClassName
{
border-color: #ED9380;
}
</style>