Shades of Salmon #EF8875
Tints of Salmon #EF8875
RGB
CMYK
RGB Variations
Color information
#EF8875 (or 0xEF8875) is known color: Salmon. HEX triplet: EF, 88 and 75. RGB value is (239,136,117). Sum of RGB (Red+Green+Blue) = 239+136+117=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8875 is #10778A. Grayscale: #A4A4A4. Windows color (decimal): -1079179 or 7702767. OLE color: 7702767.
HSL color Cylindrical-coordinate representation of color #EF8875: hue angle of 9.34º 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 #EF8875 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 117 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.06 |
| HSL | 9.34º | 0.79% | 0.7% | - |
| HSV(B) | 9.34º | 0.51% | 0.94% | - |
| XYZ | 47.61 | 37.24 | 21.51 | - |
| YUV | 164.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 117 | 0 | 0.43 | 0.51 | 0.06 | 9.34 | 0.79 | 0.7 |
| Hex | EF | 88 | 75 | 0 | 2B | 33 | 6 | 9 | 4F | 46 |
| Octal | 357 | 210 | 165 | 0 | 53 | 63 | 6 | 11 | 117 | 106 |
| Binary | 11101111 | 10001000 | 1110101 | 0 | 101011 | 110011 | 110 | 1001 | 1001111 | 1000110 |
Color Harmonies of #EF8875
Complementary color
Monochromatic Colors of #EF8875
Black with #EF8875
Text Example
Text Example
White with #EF8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8875; }
p { color: rgb(239,136,117); }
H1.HeaderClassName
{
color: #EF8875;
}
.AnyTagClassName
{
color: #EF8875;
}
</style>
background-color css
<style>
a { background-color: #EF8875; }
a { background-color: rgb(239,136,117); }
div.DivClassName
{
background-color: #EF8875;
}
.BgClassName
{
background-color: #EF8875;
}
</style>
border-color css
<style>
span { border-color: #EF8875; }
span { border-color: rgb(239,136,117); }
td.TdClassName
{
border-color: #EF8875;
}
.TagClassName
{
border-color: #EF8875;
}
</style>