Shades of Dark Salmon #EF927D
Tints of Dark Salmon #EF927D
RGB
CMYK
RGB Variations
Color information
#EF927D (or 0xEF927D) is known color: Dark Salmon. HEX triplet: EF, 92 and 7D. RGB value is (239,146,125). Sum of RGB (Red+Green+Blue) = 239+146+125=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF927D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF927D is #106D82. Grayscale: #ABABAB. Windows color (decimal): -1076611 or 8229615. OLE color: 8229615.
HSL color Cylindrical-coordinate representation of color #EF927D: hue angle of 11.05º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF927D is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 125 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.06 |
| HSL | 11.05º | 0.78% | 0.71% | - |
| HSV(B) | 11.05º | 0.48% | 0.94% | - |
| XYZ | 49.58 | 40.39 | 24.58 | - |
| YUV | 171.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 125 | 0 | 0.39 | 0.48 | 0.06 | 11.05 | 0.78 | 0.71 |
| Hex | EF | 92 | 7D | 0 | 27 | 30 | 6 | B | 4E | 47 |
| Octal | 357 | 222 | 175 | 0 | 47 | 60 | 6 | 13 | 116 | 107 |
| Binary | 11101111 | 10010010 | 1111101 | 0 | 100111 | 110000 | 110 | 1011 | 1001110 | 1000111 |
Color Harmonies of #EF927D
Complementary color
Monochromatic Colors of #EF927D
Black with #EF927D
Text Example
Text Example
White with #EF927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF927D; }
p { color: rgb(239,146,125); }
H1.HeaderClassName
{
color: #EF927D;
}
.AnyTagClassName
{
color: #EF927D;
}
</style>
background-color css
<style>
a { background-color: #EF927D; }
a { background-color: rgb(239,146,125); }
div.DivClassName
{
background-color: #EF927D;
}
.BgClassName
{
background-color: #EF927D;
}
</style>
border-color css
<style>
span { border-color: #EF927D; }
span { border-color: rgb(239,146,125); }
td.TdClassName
{
border-color: #EF927D;
}
.TagClassName
{
border-color: #EF927D;
}
</style>