Shades of Salmon #EF8675
Tints of Salmon #EF8675
RGB
CMYK
RGB Variations
Color information
#EF8675 (or 0xEF8675) is known color: Salmon. HEX triplet: EF, 86 and 75. RGB value is (239,134,117). Sum of RGB (Red+Green+Blue) = 239+134+117=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8675 is #10798A. Grayscale: #A3A3A3. Windows color (decimal): -1079691 or 7702255. OLE color: 7702255.
HSL color Cylindrical-coordinate representation of color #EF8675: hue angle of 8.36º 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 #EF8675 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 117 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.06 |
| HSL | 8.36º | 0.79% | 0.7% | - |
| HSV(B) | 8.36º | 0.51% | 0.94% | - |
| XYZ | 47.33 | 36.69 | 21.42 | - |
| YUV | 163.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 117 | 0 | 0.44 | 0.51 | 0.06 | 8.36 | 0.79 | 0.7 |
| Hex | EF | 86 | 75 | 0 | 2C | 33 | 6 | 8 | 4F | 46 |
| Octal | 357 | 206 | 165 | 0 | 54 | 63 | 6 | 10 | 117 | 106 |
| Binary | 11101111 | 10000110 | 1110101 | 0 | 101100 | 110011 | 110 | 1000 | 1001111 | 1000110 |
Color Harmonies of #EF8675
Complementary color
Monochromatic Colors of #EF8675
Black with #EF8675
Text Example
Text Example
White with #EF8675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8675; }
p { color: rgb(239,134,117); }
H1.HeaderClassName
{
color: #EF8675;
}
.AnyTagClassName
{
color: #EF8675;
}
</style>
background-color css
<style>
a { background-color: #EF8675; }
a { background-color: rgb(239,134,117); }
div.DivClassName
{
background-color: #EF8675;
}
.BgClassName
{
background-color: #EF8675;
}
</style>
border-color css
<style>
span { border-color: #EF8675; }
span { border-color: rgb(239,134,117); }
td.TdClassName
{
border-color: #EF8675;
}
.TagClassName
{
border-color: #EF8675;
}
</style>