Shades of Dark Salmon #EF9C75
Tints of Dark Salmon #EF9C75
RGB
CMYK
RGB Variations
Color information
#EF9C75 (or 0xEF9C75) is known color: Dark Salmon. HEX triplet: EF, 9C and 75. RGB value is (239,156,117). Sum of RGB (Red+Green+Blue) = 239+156+117=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9C75 is #10638A. Grayscale: #B0B0B0. Windows color (decimal): -1074059 or 7707887. OLE color: 7707887.
HSL color Cylindrical-coordinate representation of color #EF9C75: hue angle of 19.18º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF9C75 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 117 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.06 |
| HSL | 19.18º | 0.79% | 0.7% | - |
| HSV(B) | 19.18º | 0.51% | 0.94% | - |
| XYZ | 50.7 | 43.41 | 22.54 | - |
| YUV | 176.37 | 94.5 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 117 | 0 | 0.35 | 0.51 | 0.06 | 19.18 | 0.79 | 0.7 |
| Hex | EF | 9C | 75 | 0 | 23 | 33 | 6 | 13 | 4F | 46 |
| Octal | 357 | 234 | 165 | 0 | 43 | 63 | 6 | 23 | 117 | 106 |
| Binary | 11101111 | 10011100 | 1110101 | 0 | 100011 | 110011 | 110 | 10011 | 1001111 | 1000110 |
Color Harmonies of #EF9C75
Complementary color
Monochromatic Colors of #EF9C75
Black with #EF9C75
Text Example
Text Example
White with #EF9C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C75; }
p { color: rgb(239,156,117); }
H1.HeaderClassName
{
color: #EF9C75;
}
.AnyTagClassName
{
color: #EF9C75;
}
</style>
background-color css
<style>
a { background-color: #EF9C75; }
a { background-color: rgb(239,156,117); }
div.DivClassName
{
background-color: #EF9C75;
}
.BgClassName
{
background-color: #EF9C75;
}
</style>
border-color css
<style>
span { border-color: #EF9C75; }
span { border-color: rgb(239,156,117); }
td.TdClassName
{
border-color: #EF9C75;
}
.TagClassName
{
border-color: #EF9C75;
}
</style>