Shades of Dark Salmon #EF9676
Tints of Dark Salmon #EF9676
RGB
CMYK
RGB Variations
Color information
#EF9676 (or 0xEF9676) is known color: Dark Salmon. HEX triplet: EF, 96 and 76. RGB value is (239,150,118). Sum of RGB (Red+Green+Blue) = 239+150+118=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9676 is #106989. Grayscale: #ADADAD. Windows color (decimal): -1075594 or 7771887. OLE color: 7771887.
HSL color Cylindrical-coordinate representation of color #EF9676: hue angle of 15.87º 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 #EF9676 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 118 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.06 |
| HSL | 15.87º | 0.79% | 0.7% | - |
| HSV(B) | 15.87º | 0.51% | 0.94% | - |
| XYZ | 49.77 | 41.47 | 22.52 | - |
| YUV | 172.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 118 | 0 | 0.37 | 0.51 | 0.06 | 15.87 | 0.79 | 0.7 |
| Hex | EF | 96 | 76 | 0 | 25 | 33 | 6 | 10 | 4F | 46 |
| Octal | 357 | 226 | 166 | 0 | 45 | 63 | 6 | 20 | 117 | 106 |
| Binary | 11101111 | 10010110 | 1110110 | 0 | 100101 | 110011 | 110 | 10000 | 1001111 | 1000110 |
Color Harmonies of #EF9676
Complementary color
Monochromatic Colors of #EF9676
Black with #EF9676
Text Example
Text Example
White with #EF9676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9676; }
p { color: rgb(239,150,118); }
H1.HeaderClassName
{
color: #EF9676;
}
.AnyTagClassName
{
color: #EF9676;
}
</style>
background-color css
<style>
a { background-color: #EF9676; }
a { background-color: rgb(239,150,118); }
div.DivClassName
{
background-color: #EF9676;
}
.BgClassName
{
background-color: #EF9676;
}
</style>
border-color css
<style>
span { border-color: #EF9676; }
span { border-color: rgb(239,150,118); }
td.TdClassName
{
border-color: #EF9676;
}
.TagClassName
{
border-color: #EF9676;
}
</style>