Shades of Dark Salmon #EF9C7A
Tints of Dark Salmon #EF9C7A
RGB
CMYK
RGB Variations
Color information
#EF9C7A (or 0xEF9C7A) is known color: Dark Salmon. HEX triplet: EF, 9C and 7A. RGB value is (239,156,122). Sum of RGB (Red+Green+Blue) = 239+156+122=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9C7A is #106385. Grayscale: #B1B1B1. Windows color (decimal): -1074054 or 8035567. OLE color: 8035567.
HSL color Cylindrical-coordinate representation of color #EF9C7A: hue angle of 17.44º 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 #EF9C7A is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 122 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.06 |
| HSL | 17.44º | 0.79% | 0.71% | - |
| HSV(B) | 17.44º | 0.49% | 0.94% | - |
| XYZ | 51 | 43.53 | 24.13 | - |
| YUV | 176.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 122 | 0 | 0.35 | 0.49 | 0.06 | 17.44 | 0.79 | 0.71 |
| Hex | EF | 9C | 7A | 0 | 23 | 31 | 6 | 11 | 4F | 47 |
| Octal | 357 | 234 | 172 | 0 | 43 | 61 | 6 | 21 | 117 | 107 |
| Binary | 11101111 | 10011100 | 1111010 | 0 | 100011 | 110001 | 110 | 10001 | 1001111 | 1000111 |
Color Harmonies of #EF9C7A
Complementary color
Monochromatic Colors of #EF9C7A
Black with #EF9C7A
Text Example
Text Example
White with #EF9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C7A; }
p { color: rgb(239,156,122); }
H1.HeaderClassName
{
color: #EF9C7A;
}
.AnyTagClassName
{
color: #EF9C7A;
}
</style>
background-color css
<style>
a { background-color: #EF9C7A; }
a { background-color: rgb(239,156,122); }
div.DivClassName
{
background-color: #EF9C7A;
}
.BgClassName
{
background-color: #EF9C7A;
}
</style>
border-color css
<style>
span { border-color: #EF9C7A; }
span { border-color: rgb(239,156,122); }
td.TdClassName
{
border-color: #EF9C7A;
}
.TagClassName
{
border-color: #EF9C7A;
}
</style>