Shades of Dark Salmon #EF9781
Tints of Dark Salmon #EF9781
RGB
CMYK
RGB Variations
Color information
#EF9781 (or 0xEF9781) is known color: Dark Salmon. HEX triplet: EF, 97 and 81. RGB value is (239,151,129). Sum of RGB (Red+Green+Blue) = 239+151+129=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9781 is #10687E. Grayscale: #AEAEAE. Windows color (decimal): -1075327 or 8493039. OLE color: 8493039.
HSL color Cylindrical-coordinate representation of color #EF9781: hue angle of 12º 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 #EF9781 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 129 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.06 |
| HSL | 12º | 0.77% | 0.72% | - |
| HSV(B) | 12º | 0.46% | 0.94% | - |
| XYZ | 50.63 | 42.07 | 26.22 | - |
| YUV | 174.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 129 | 0 | 0.37 | 0.46 | 0.06 | 12 | 0.77 | 0.72 |
| Hex | EF | 97 | 81 | 0 | 25 | 2E | 6 | C | 4D | 48 |
| Octal | 357 | 227 | 201 | 0 | 45 | 56 | 6 | 14 | 115 | 110 |
| Binary | 11101111 | 10010111 | 10000001 | 0 | 100101 | 101110 | 110 | 1100 | 1001101 | 1001000 |
Color Harmonies of #EF9781
Complementary color
Monochromatic Colors of #EF9781
Black with #EF9781
Text Example
Text Example
White with #EF9781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9781; }
p { color: rgb(239,151,129); }
H1.HeaderClassName
{
color: #EF9781;
}
.AnyTagClassName
{
color: #EF9781;
}
</style>
background-color css
<style>
a { background-color: #EF9781; }
a { background-color: rgb(239,151,129); }
div.DivClassName
{
background-color: #EF9781;
}
.BgClassName
{
background-color: #EF9781;
}
</style>
border-color css
<style>
span { border-color: #EF9781; }
span { border-color: rgb(239,151,129); }
td.TdClassName
{
border-color: #EF9781;
}
.TagClassName
{
border-color: #EF9781;
}
</style>