Shades of Dark Salmon #EF9080
Tints of Dark Salmon #EF9080
RGB
CMYK
RGB Variations
Color information
#EF9080 (or 0xEF9080) is known color: Dark Salmon. HEX triplet: EF, 90 and 80. RGB value is (239,144,128). Sum of RGB (Red+Green+Blue) = 239+144+128=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9080 is #106F7F. Grayscale: #AAAAAA. Windows color (decimal): -1077120 or 8425711. OLE color: 8425711.
HSL color Cylindrical-coordinate representation of color #EF9080: hue angle of 8.65º degrees, saturation: 0.78, 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 #EF9080 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 128 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.06 |
| HSL | 8.65º | 0.78% | 0.72% | - |
| HSV(B) | 8.65º | 0.46% | 0.94% | - |
| XYZ | 49.47 | 39.86 | 25.51 | - |
| YUV | 170.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 128 | 0 | 0.40 | 0.46 | 0.06 | 8.65 | 0.78 | 0.72 |
| Hex | EF | 90 | 80 | 0 | 28 | 2E | 6 | 9 | 4E | 48 |
| Octal | 357 | 220 | 200 | 0 | 50 | 56 | 6 | 11 | 116 | 110 |
| Binary | 11101111 | 10010000 | 10000000 | 0 | 101000 | 101110 | 110 | 1001 | 1001110 | 1001000 |
Color Harmonies of #EF9080
Complementary color
Monochromatic Colors of #EF9080
Black with #EF9080
Text Example
Text Example
White with #EF9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9080; }
p { color: rgb(239,144,128); }
H1.HeaderClassName
{
color: #EF9080;
}
.AnyTagClassName
{
color: #EF9080;
}
</style>
background-color css
<style>
a { background-color: #EF9080; }
a { background-color: rgb(239,144,128); }
div.DivClassName
{
background-color: #EF9080;
}
.BgClassName
{
background-color: #EF9080;
}
</style>
border-color css
<style>
span { border-color: #EF9080; }
span { border-color: rgb(239,144,128); }
td.TdClassName
{
border-color: #EF9080;
}
.TagClassName
{
border-color: #EF9080;
}
</style>