Shades of Salmon #EF8467
Tints of Salmon #EF8467
RGB
CMYK
RGB Variations
Color information
#EF8467 (or 0xEF8467) is known color: Salmon. HEX triplet: EF, 84 and 67. RGB value is (239,132,103). Sum of RGB (Red+Green+Blue) = 239+132+103=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8467 is #107B98. Grayscale: #A0A0A0. Windows color (decimal): -1080217 or 6784239. OLE color: 6784239.
HSL color Cylindrical-coordinate representation of color #EF8467: hue angle of 12.79º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF8467 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 103 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.06 |
| HSL | 12.79º | 0.81% | 0.67% | - |
| HSV(B) | 12.79º | 0.57% | 0.94% | - |
| XYZ | 46.3 | 35.83 | 17.31 | - |
| YUV | 160.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 103 | 0 | 0.45 | 0.57 | 0.06 | 12.79 | 0.81 | 0.67 |
| Hex | EF | 84 | 67 | 0 | 2D | 39 | 6 | D | 51 | 43 |
| Octal | 357 | 204 | 147 | 0 | 55 | 71 | 6 | 15 | 121 | 103 |
| Binary | 11101111 | 10000100 | 1100111 | 0 | 101101 | 111001 | 110 | 1101 | 1010001 | 1000011 |
Color Harmonies of #EF8467
Complementary color
Monochromatic Colors of #EF8467
Black with #EF8467
Text Example
Text Example
White with #EF8467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8467; }
p { color: rgb(239,132,103); }
H1.HeaderClassName
{
color: #EF8467;
}
.AnyTagClassName
{
color: #EF8467;
}
</style>
background-color css
<style>
a { background-color: #EF8467; }
a { background-color: rgb(239,132,103); }
div.DivClassName
{
background-color: #EF8467;
}
.BgClassName
{
background-color: #EF8467;
}
</style>
border-color css
<style>
span { border-color: #EF8467; }
span { border-color: rgb(239,132,103); }
td.TdClassName
{
border-color: #EF8467;
}
.TagClassName
{
border-color: #EF8467;
}
</style>