Shades of Dark Salmon #EF8B6C
Tints of Dark Salmon #EF8B6C
RGB
CMYK
RGB Variations
Color information
#EF8B6C (or 0xEF8B6C) is known color: Dark Salmon. HEX triplet: EF, 8B and 6C. RGB value is (239,139,108). Sum of RGB (Red+Green+Blue) = 239+139+108=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8B6C is #107493. Grayscale: #A5A5A5. Windows color (decimal): -1078420 or 7113711. OLE color: 7113711.
HSL color Cylindrical-coordinate representation of color #EF8B6C: hue angle of 14.2º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF8B6C is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 108 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.06 |
| HSL | 14.2º | 0.8% | 0.68% | - |
| HSV(B) | 14.2º | 0.55% | 0.94% | - |
| XYZ | 47.54 | 37.9 | 19 | - |
| YUV | 165.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 108 | 0 | 0.42 | 0.55 | 0.06 | 14.2 | 0.8 | 0.68 |
| Hex | EF | 8B | 6C | 0 | 2A | 37 | 6 | E | 50 | 44 |
| Octal | 357 | 213 | 154 | 0 | 52 | 67 | 6 | 16 | 120 | 104 |
| Binary | 11101111 | 10001011 | 1101100 | 0 | 101010 | 110111 | 110 | 1110 | 1010000 | 1000100 |
Color Harmonies of #EF8B6C
Complementary color
Monochromatic Colors of #EF8B6C
Black with #EF8B6C
Text Example
Text Example
White with #EF8B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8B6C; }
p { color: rgb(239,139,108); }
H1.HeaderClassName
{
color: #EF8B6C;
}
.AnyTagClassName
{
color: #EF8B6C;
}
</style>
background-color css
<style>
a { background-color: #EF8B6C; }
a { background-color: rgb(239,139,108); }
div.DivClassName
{
background-color: #EF8B6C;
}
.BgClassName
{
background-color: #EF8B6C;
}
</style>
border-color css
<style>
span { border-color: #EF8B6C; }
span { border-color: rgb(239,139,108); }
td.TdClassName
{
border-color: #EF8B6C;
}
.TagClassName
{
border-color: #EF8B6C;
}
</style>