Shades of Salmon #EF8374
Tints of Salmon #EF8374
RGB
CMYK
RGB Variations
Color information
#EF8374 (or 0xEF8374) is known color: Salmon. HEX triplet: EF, 83 and 74. RGB value is (239,131,116). Sum of RGB (Red+Green+Blue) = 239+131+116=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8374 is #107C8B. Grayscale: #A1A1A1. Windows color (decimal): -1080460 or 7635951. OLE color: 7635951.
HSL color Cylindrical-coordinate representation of color #EF8374: hue angle of 7.32º 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 #EF8374 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 116 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.06 |
| HSL | 7.32º | 0.79% | 0.7% | - |
| HSV(B) | 7.32º | 0.51% | 0.94% | - |
| XYZ | 46.87 | 35.84 | 20.97 | - |
| YUV | 161.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 116 | 0 | 0.45 | 0.51 | 0.06 | 7.32 | 0.79 | 0.7 |
| Hex | EF | 83 | 74 | 0 | 2D | 33 | 6 | 7 | 4F | 46 |
| Octal | 357 | 203 | 164 | 0 | 55 | 63 | 6 | 7 | 117 | 106 |
| Binary | 11101111 | 10000011 | 1110100 | 0 | 101101 | 110011 | 110 | 111 | 1001111 | 1000110 |
Color Harmonies of #EF8374
Complementary color
Monochromatic Colors of #EF8374
Black with #EF8374
Text Example
Text Example
White with #EF8374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8374; }
p { color: rgb(239,131,116); }
H1.HeaderClassName
{
color: #EF8374;
}
.AnyTagClassName
{
color: #EF8374;
}
</style>
background-color css
<style>
a { background-color: #EF8374; }
a { background-color: rgb(239,131,116); }
div.DivClassName
{
background-color: #EF8374;
}
.BgClassName
{
background-color: #EF8374;
}
</style>
border-color css
<style>
span { border-color: #EF8374; }
span { border-color: rgb(239,131,116); }
td.TdClassName
{
border-color: #EF8374;
}
.TagClassName
{
border-color: #EF8374;
}
</style>