Shades of Dark Salmon #EF9582
Tints of Dark Salmon #EF9582
RGB
CMYK
RGB Variations
Color information
#EF9582 (or 0xEF9582) is known color: Dark Salmon. HEX triplet: EF, 95 and 82. RGB value is (239,149,130). Sum of RGB (Red+Green+Blue) = 239+149+130=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9582 is #106A7D. Grayscale: #ADADAD. Windows color (decimal): -1075838 or 8558063. OLE color: 8558063.
HSL color Cylindrical-coordinate representation of color #EF9582: hue angle of 10.46º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF9582 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 130 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.06 |
| HSL | 10.46º | 0.77% | 0.72% | - |
| HSV(B) | 10.46º | 0.46% | 0.94% | - |
| XYZ | 50.37 | 41.46 | 26.47 | - |
| YUV | 173.74 | 103.32 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 130 | 0 | 0.38 | 0.46 | 0.06 | 10.46 | 0.77 | 0.72 |
| Hex | EF | 95 | 82 | 0 | 26 | 2E | 6 | A | 4D | 48 |
| Octal | 357 | 225 | 202 | 0 | 46 | 56 | 6 | 12 | 115 | 110 |
| Binary | 11101111 | 10010101 | 10000010 | 0 | 100110 | 101110 | 110 | 1010 | 1001101 | 1001000 |
Color Harmonies of #EF9582
Complementary color
Monochromatic Colors of #EF9582
Black with #EF9582
Text Example
Text Example
White with #EF9582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9582; }
p { color: rgb(239,149,130); }
H1.HeaderClassName
{
color: #EF9582;
}
.AnyTagClassName
{
color: #EF9582;
}
</style>
background-color css
<style>
a { background-color: #EF9582; }
a { background-color: rgb(239,149,130); }
div.DivClassName
{
background-color: #EF9582;
}
.BgClassName
{
background-color: #EF9582;
}
</style>
border-color css
<style>
span { border-color: #EF9582; }
span { border-color: rgb(239,149,130); }
td.TdClassName
{
border-color: #EF9582;
}
.TagClassName
{
border-color: #EF9582;
}
</style>