Shades of Dark Salmon #EF8B6D
Tints of Dark Salmon #EF8B6D
RGB
CMYK
RGB Variations
Color information
#EF8B6D (or 0xEF8B6D) is known color: Dark Salmon. HEX triplet: EF, 8B and 6D. RGB value is (239,139,109). Sum of RGB (Red+Green+Blue) = 239+139+109=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8B6D is #107492. Grayscale: #A5A5A5. Windows color (decimal): -1078419 or 7179247. OLE color: 7179247.
HSL color Cylindrical-coordinate representation of color #EF8B6D: hue angle of 13.85º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF8B6D is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 109 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.06 |
| HSL | 13.85º | 0.8% | 0.68% | - |
| HSV(B) | 13.85º | 0.54% | 0.94% | - |
| XYZ | 47.59 | 37.92 | 19.28 | - |
| YUV | 165.48 | 96.13 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 109 | 0 | 0.42 | 0.54 | 0.06 | 13.85 | 0.8 | 0.68 |
| Hex | EF | 8B | 6D | 0 | 2A | 36 | 6 | E | 50 | 44 |
| Octal | 357 | 213 | 155 | 0 | 52 | 66 | 6 | 16 | 120 | 104 |
| Binary | 11101111 | 10001011 | 1101101 | 0 | 101010 | 110110 | 110 | 1110 | 1010000 | 1000100 |
Color Harmonies of #EF8B6D
Complementary color
Monochromatic Colors of #EF8B6D
Black with #EF8B6D
Text Example
Text Example
White with #EF8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8B6D; }
p { color: rgb(239,139,109); }
H1.HeaderClassName
{
color: #EF8B6D;
}
.AnyTagClassName
{
color: #EF8B6D;
}
</style>
background-color css
<style>
a { background-color: #EF8B6D; }
a { background-color: rgb(239,139,109); }
div.DivClassName
{
background-color: #EF8B6D;
}
.BgClassName
{
background-color: #EF8B6D;
}
</style>
border-color css
<style>
span { border-color: #EF8B6D; }
span { border-color: rgb(239,139,109); }
td.TdClassName
{
border-color: #EF8B6D;
}
.TagClassName
{
border-color: #EF8B6D;
}
</style>