Shades of Dark Salmon #EF947A
Tints of Dark Salmon #EF947A
RGB
CMYK
RGB Variations
Color information
#EF947A (or 0xEF947A) is known color: Dark Salmon. HEX triplet: EF, 94 and 7A. RGB value is (239,148,122). Sum of RGB (Red+Green+Blue) = 239+148+122=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF947A is #106B85. Grayscale: #ACACAC. Windows color (decimal): -1076102 or 8033519. OLE color: 8033519.
HSL color Cylindrical-coordinate representation of color #EF947A: hue angle of 13.33º 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 #EF947A is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 122 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.06 |
| HSL | 13.33º | 0.79% | 0.71% | - |
| HSV(B) | 13.33º | 0.49% | 0.94% | - |
| XYZ | 49.7 | 40.94 | 23.69 | - |
| YUV | 172.25 | 99.65 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 122 | 0 | 0.38 | 0.49 | 0.06 | 13.33 | 0.79 | 0.71 |
| Hex | EF | 94 | 7A | 0 | 26 | 31 | 6 | D | 4F | 47 |
| Octal | 357 | 224 | 172 | 0 | 46 | 61 | 6 | 15 | 117 | 107 |
| Binary | 11101111 | 10010100 | 1111010 | 0 | 100110 | 110001 | 110 | 1101 | 1001111 | 1000111 |
Color Harmonies of #EF947A
Complementary color
Monochromatic Colors of #EF947A
Black with #EF947A
Text Example
Text Example
White with #EF947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF947A; }
p { color: rgb(239,148,122); }
H1.HeaderClassName
{
color: #EF947A;
}
.AnyTagClassName
{
color: #EF947A;
}
</style>
background-color css
<style>
a { background-color: #EF947A; }
a { background-color: rgb(239,148,122); }
div.DivClassName
{
background-color: #EF947A;
}
.BgClassName
{
background-color: #EF947A;
}
</style>
border-color css
<style>
span { border-color: #EF947A; }
span { border-color: rgb(239,148,122); }
td.TdClassName
{
border-color: #EF947A;
}
.TagClassName
{
border-color: #EF947A;
}
</style>