Shades of Dark Salmon #EF9682
Tints of Dark Salmon #EF9682
RGB
CMYK
RGB Variations
Color information
#EF9682 (or 0xEF9682) is known color: Dark Salmon. HEX triplet: EF, 96 and 82. RGB value is (239,150,130). Sum of RGB (Red+Green+Blue) = 239+150+130=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9682 is #10697D. Grayscale: #AEAEAE. Windows color (decimal): -1075582 or 8558319. OLE color: 8558319.
HSL color Cylindrical-coordinate representation of color #EF9682: hue angle of 11.01º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF9682 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 130 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.06 |
| HSL | 11.01º | 0.77% | 0.72% | - |
| HSV(B) | 11.01º | 0.46% | 0.94% | - |
| XYZ | 50.53 | 41.78 | 26.52 | - |
| YUV | 174.33 | 102.99 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 130 | 0 | 0.37 | 0.46 | 0.06 | 11.01 | 0.77 | 0.72 |
| Hex | EF | 96 | 82 | 0 | 25 | 2E | 6 | B | 4D | 48 |
| Octal | 357 | 226 | 202 | 0 | 45 | 56 | 6 | 13 | 115 | 110 |
| Binary | 11101111 | 10010110 | 10000010 | 0 | 100101 | 101110 | 110 | 1011 | 1001101 | 1001000 |
Color Harmonies of #EF9682
Complementary color
Monochromatic Colors of #EF9682
Black with #EF9682
Text Example
Text Example
White with #EF9682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9682; }
p { color: rgb(239,150,130); }
H1.HeaderClassName
{
color: #EF9682;
}
.AnyTagClassName
{
color: #EF9682;
}
</style>
background-color css
<style>
a { background-color: #EF9682; }
a { background-color: rgb(239,150,130); }
div.DivClassName
{
background-color: #EF9682;
}
.BgClassName
{
background-color: #EF9682;
}
</style>
border-color css
<style>
span { border-color: #EF9682; }
span { border-color: rgb(239,150,130); }
td.TdClassName
{
border-color: #EF9682;
}
.TagClassName
{
border-color: #EF9682;
}
</style>