Shades of Dark Salmon #EF977B
Tints of Dark Salmon #EF977B
RGB
CMYK
RGB Variations
Color information
#EF977B (or 0xEF977B) is known color: Dark Salmon. HEX triplet: EF, 97 and 7B. RGB value is (239,151,123). Sum of RGB (Red+Green+Blue) = 239+151+123=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF977B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF977B is #106884. Grayscale: #AEAEAE. Windows color (decimal): -1075333 or 8099823. OLE color: 8099823.
HSL color Cylindrical-coordinate representation of color #EF977B: hue angle of 14.48º degrees, saturation: 0.78, 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 #EF977B is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 123 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.06 |
| HSL | 14.48º | 0.78% | 0.71% | - |
| HSV(B) | 14.48º | 0.49% | 0.94% | - |
| XYZ | 50.24 | 41.91 | 24.18 | - |
| YUV | 174.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 123 | 0 | 0.37 | 0.49 | 0.06 | 14.48 | 0.78 | 0.71 |
| Hex | EF | 97 | 7B | 0 | 25 | 31 | 6 | E | 4E | 47 |
| Octal | 357 | 227 | 173 | 0 | 45 | 61 | 6 | 16 | 116 | 107 |
| Binary | 11101111 | 10010111 | 1111011 | 0 | 100101 | 110001 | 110 | 1110 | 1001110 | 1000111 |
Color Harmonies of #EF977B
Complementary color
Monochromatic Colors of #EF977B
Black with #EF977B
Text Example
Text Example
White with #EF977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF977B; }
p { color: rgb(239,151,123); }
H1.HeaderClassName
{
color: #EF977B;
}
.AnyTagClassName
{
color: #EF977B;
}
</style>
background-color css
<style>
a { background-color: #EF977B; }
a { background-color: rgb(239,151,123); }
div.DivClassName
{
background-color: #EF977B;
}
.BgClassName
{
background-color: #EF977B;
}
</style>
border-color css
<style>
span { border-color: #EF977B; }
span { border-color: rgb(239,151,123); }
td.TdClassName
{
border-color: #EF977B;
}
.TagClassName
{
border-color: #EF977B;
}
</style>