Shades of Dark Salmon #EF967B
Tints of Dark Salmon #EF967B
RGB
CMYK
RGB Variations
Color information
#EF967B (or 0xEF967B) is known color: Dark Salmon. HEX triplet: EF, 96 and 7B. RGB value is (239,150,123). Sum of RGB (Red+Green+Blue) = 239+150+123=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF967B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF967B is #106984. Grayscale: #ADADAD. Windows color (decimal): -1075589 or 8099567. OLE color: 8099567.
HSL color Cylindrical-coordinate representation of color #EF967B: hue angle of 13.97º 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 #EF967B is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 123 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.06 |
| HSL | 13.97º | 0.78% | 0.71% | - |
| HSV(B) | 13.97º | 0.49% | 0.94% | - |
| XYZ | 50.08 | 41.59 | 24.13 | - |
| YUV | 173.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 123 | 0 | 0.37 | 0.49 | 0.06 | 13.97 | 0.78 | 0.71 |
| Hex | EF | 96 | 7B | 0 | 25 | 31 | 6 | E | 4E | 47 |
| Octal | 357 | 226 | 173 | 0 | 45 | 61 | 6 | 16 | 116 | 107 |
| Binary | 11101111 | 10010110 | 1111011 | 0 | 100101 | 110001 | 110 | 1110 | 1001110 | 1000111 |
Color Harmonies of #EF967B
Complementary color
Monochromatic Colors of #EF967B
Black with #EF967B
Text Example
Text Example
White with #EF967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF967B; }
p { color: rgb(239,150,123); }
H1.HeaderClassName
{
color: #EF967B;
}
.AnyTagClassName
{
color: #EF967B;
}
</style>
background-color css
<style>
a { background-color: #EF967B; }
a { background-color: rgb(239,150,123); }
div.DivClassName
{
background-color: #EF967B;
}
.BgClassName
{
background-color: #EF967B;
}
</style>
border-color css
<style>
span { border-color: #EF967B; }
span { border-color: rgb(239,150,123); }
td.TdClassName
{
border-color: #EF967B;
}
.TagClassName
{
border-color: #EF967B;
}
</style>