Shades of Salmon #EF8575
Tints of Salmon #EF8575
RGB
CMYK
RGB Variations
Color information
#EF8575 (or 0xEF8575) is known color: Salmon. HEX triplet: EF, 85 and 75. RGB value is (239,133,117). Sum of RGB (Red+Green+Blue) = 239+133+117=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8575 is #107A8A. Grayscale: #A3A3A3. Windows color (decimal): -1079947 or 7701999. OLE color: 7701999.
HSL color Cylindrical-coordinate representation of color #EF8575: hue angle of 7.87º 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 #EF8575 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 117 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.06 |
| HSL | 7.87º | 0.79% | 0.7% | - |
| HSV(B) | 7.87º | 0.51% | 0.94% | - |
| XYZ | 47.2 | 36.41 | 21.37 | - |
| YUV | 162.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 117 | 0 | 0.44 | 0.51 | 0.06 | 7.87 | 0.79 | 0.7 |
| Hex | EF | 85 | 75 | 0 | 2C | 33 | 6 | 8 | 4F | 46 |
| Octal | 357 | 205 | 165 | 0 | 54 | 63 | 6 | 10 | 117 | 106 |
| Binary | 11101111 | 10000101 | 1110101 | 0 | 101100 | 110011 | 110 | 1000 | 1001111 | 1000110 |
Color Harmonies of #EF8575
Complementary color
Monochromatic Colors of #EF8575
Black with #EF8575
Text Example
Text Example
White with #EF8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8575; }
p { color: rgb(239,133,117); }
H1.HeaderClassName
{
color: #EF8575;
}
.AnyTagClassName
{
color: #EF8575;
}
</style>
background-color css
<style>
a { background-color: #EF8575; }
a { background-color: rgb(239,133,117); }
div.DivClassName
{
background-color: #EF8575;
}
.BgClassName
{
background-color: #EF8575;
}
</style>
border-color css
<style>
span { border-color: #EF8575; }
span { border-color: rgb(239,133,117); }
td.TdClassName
{
border-color: #EF8575;
}
.TagClassName
{
border-color: #EF8575;
}
</style>