Shades of Salmon #EF8274
Tints of Salmon #EF8274
RGB
CMYK
RGB Variations
Color information
#EF8274 (or 0xEF8274) is known color: Salmon. HEX triplet: EF, 82 and 74. RGB value is (239,130,116). Sum of RGB (Red+Green+Blue) = 239+130+116=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8274 is #107D8B. Grayscale: #A1A1A1. Windows color (decimal): -1080716 or 7635695. OLE color: 7635695.
HSL color Cylindrical-coordinate representation of color #EF8274: hue angle of 6.83º 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 #EF8274 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 116 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.06 |
| HSL | 6.83º | 0.79% | 0.7% | - |
| HSV(B) | 6.83º | 0.51% | 0.94% | - |
| XYZ | 46.73 | 35.58 | 20.93 | - |
| YUV | 161 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 116 | 0 | 0.46 | 0.51 | 0.06 | 6.83 | 0.79 | 0.7 |
| Hex | EF | 82 | 74 | 0 | 2E | 33 | 6 | 7 | 4F | 46 |
| Octal | 357 | 202 | 164 | 0 | 56 | 63 | 6 | 7 | 117 | 106 |
| Binary | 11101111 | 10000010 | 1110100 | 0 | 101110 | 110011 | 110 | 111 | 1001111 | 1000110 |
Color Harmonies of #EF8274
Complementary color
Monochromatic Colors of #EF8274
Black with #EF8274
Text Example
Text Example
White with #EF8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8274; }
p { color: rgb(239,130,116); }
H1.HeaderClassName
{
color: #EF8274;
}
.AnyTagClassName
{
color: #EF8274;
}
</style>
background-color css
<style>
a { background-color: #EF8274; }
a { background-color: rgb(239,130,116); }
div.DivClassName
{
background-color: #EF8274;
}
.BgClassName
{
background-color: #EF8274;
}
</style>
border-color css
<style>
span { border-color: #EF8274; }
span { border-color: rgb(239,130,116); }
td.TdClassName
{
border-color: #EF8274;
}
.TagClassName
{
border-color: #EF8274;
}
</style>