Shades of Dark Salmon #EF997B
Tints of Dark Salmon #EF997B
RGB
CMYK
RGB Variations
Color information
#EF997B (or 0xEF997B) is known color: Dark Salmon. HEX triplet: EF, 99 and 7B. RGB value is (239,153,123). Sum of RGB (Red+Green+Blue) = 239+153+123=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF997B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF997B is #106684. Grayscale: #AFAFAF. Windows color (decimal): -1074821 or 8100335. OLE color: 8100335.
HSL color Cylindrical-coordinate representation of color #EF997B: hue angle of 15.52º 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 #EF997B is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 123 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.06 |
| HSL | 15.52º | 0.78% | 0.71% | - |
| HSV(B) | 15.52º | 0.49% | 0.94% | - |
| XYZ | 50.56 | 42.56 | 24.29 | - |
| YUV | 175.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 123 | 0 | 0.36 | 0.49 | 0.06 | 15.52 | 0.78 | 0.71 |
| Hex | EF | 99 | 7B | 0 | 24 | 31 | 6 | 10 | 4E | 47 |
| Octal | 357 | 231 | 173 | 0 | 44 | 61 | 6 | 20 | 116 | 107 |
| Binary | 11101111 | 10011001 | 1111011 | 0 | 100100 | 110001 | 110 | 10000 | 1001110 | 1000111 |
Color Harmonies of #EF997B
Complementary color
Monochromatic Colors of #EF997B
Black with #EF997B
Text Example
Text Example
White with #EF997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF997B; }
p { color: rgb(239,153,123); }
H1.HeaderClassName
{
color: #EF997B;
}
.AnyTagClassName
{
color: #EF997B;
}
</style>
background-color css
<style>
a { background-color: #EF997B; }
a { background-color: rgb(239,153,123); }
div.DivClassName
{
background-color: #EF997B;
}
.BgClassName
{
background-color: #EF997B;
}
</style>
border-color css
<style>
span { border-color: #EF997B; }
span { border-color: rgb(239,153,123); }
td.TdClassName
{
border-color: #EF997B;
}
.TagClassName
{
border-color: #EF997B;
}
</style>