Shades of Dark Salmon #EF977A
Tints of Dark Salmon #EF977A
RGB
CMYK
RGB Variations
Color information
#EF977A (or 0xEF977A) is known color: Dark Salmon. HEX triplet: EF, 97 and 7A. RGB value is (239,151,122). Sum of RGB (Red+Green+Blue) = 239+151+122=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF977A is #106885. Grayscale: #AEAEAE. Windows color (decimal): -1075334 or 8034287. OLE color: 8034287.
HSL color Cylindrical-coordinate representation of color #EF977A: hue angle of 14.87º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF977A is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 122 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.06 |
| HSL | 14.87º | 0.79% | 0.71% | - |
| HSV(B) | 14.87º | 0.49% | 0.94% | - |
| XYZ | 50.18 | 41.89 | 23.85 | - |
| YUV | 174.01 | 98.65 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 122 | 0 | 0.37 | 0.49 | 0.06 | 14.87 | 0.79 | 0.71 |
| Hex | EF | 97 | 7A | 0 | 25 | 31 | 6 | F | 4F | 47 |
| Octal | 357 | 227 | 172 | 0 | 45 | 61 | 6 | 17 | 117 | 107 |
| Binary | 11101111 | 10010111 | 1111010 | 0 | 100101 | 110001 | 110 | 1111 | 1001111 | 1000111 |
Color Harmonies of #EF977A
Complementary color
Monochromatic Colors of #EF977A
Black with #EF977A
Text Example
Text Example
White with #EF977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF977A; }
p { color: rgb(239,151,122); }
H1.HeaderClassName
{
color: #EF977A;
}
.AnyTagClassName
{
color: #EF977A;
}
</style>
background-color css
<style>
a { background-color: #EF977A; }
a { background-color: rgb(239,151,122); }
div.DivClassName
{
background-color: #EF977A;
}
.BgClassName
{
background-color: #EF977A;
}
</style>
border-color css
<style>
span { border-color: #EF977A; }
span { border-color: rgb(239,151,122); }
td.TdClassName
{
border-color: #EF977A;
}
.TagClassName
{
border-color: #EF977A;
}
</style>