Shades of Dark Salmon #EF997A
Tints of Dark Salmon #EF997A
RGB
CMYK
RGB Variations
Color information
#EF997A (or 0xEF997A) is known color: Dark Salmon. HEX triplet: EF, 99 and 7A. RGB value is (239,153,122). Sum of RGB (Red+Green+Blue) = 239+153+122=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF997A is #106685. Grayscale: #AFAFAF. Windows color (decimal): -1074822 or 8034799. OLE color: 8034799.
HSL color Cylindrical-coordinate representation of color #EF997A: hue angle of 15.9º 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 #EF997A is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 122 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.06 |
| HSL | 15.9º | 0.79% | 0.71% | - |
| HSV(B) | 15.9º | 0.49% | 0.94% | - |
| XYZ | 50.5 | 42.54 | 23.96 | - |
| YUV | 175.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 122 | 0 | 0.36 | 0.49 | 0.06 | 15.9 | 0.79 | 0.71 |
| Hex | EF | 99 | 7A | 0 | 24 | 31 | 6 | 10 | 4F | 47 |
| Octal | 357 | 231 | 172 | 0 | 44 | 61 | 6 | 20 | 117 | 107 |
| Binary | 11101111 | 10011001 | 1111010 | 0 | 100100 | 110001 | 110 | 10000 | 1001111 | 1000111 |
Color Harmonies of #EF997A
Complementary color
Monochromatic Colors of #EF997A
Black with #EF997A
Text Example
Text Example
White with #EF997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF997A; }
p { color: rgb(239,153,122); }
H1.HeaderClassName
{
color: #EF997A;
}
.AnyTagClassName
{
color: #EF997A;
}
</style>
background-color css
<style>
a { background-color: #EF997A; }
a { background-color: rgb(239,153,122); }
div.DivClassName
{
background-color: #EF997A;
}
.BgClassName
{
background-color: #EF997A;
}
</style>
border-color css
<style>
span { border-color: #EF997A; }
span { border-color: rgb(239,153,122); }
td.TdClassName
{
border-color: #EF997A;
}
.TagClassName
{
border-color: #EF997A;
}
</style>