Shades of Salmon #EF8472
Tints of Salmon #EF8472
RGB
CMYK
RGB Variations
Color information
#EF8472 (or 0xEF8472) is known color: Salmon. HEX triplet: EF, 84 and 72. RGB value is (239,132,114). Sum of RGB (Red+Green+Blue) = 239+132+114=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8472 is #107B8D. Grayscale: #A2A2A2. Windows color (decimal): -1080206 or 7505135. OLE color: 7505135.
HSL color Cylindrical-coordinate representation of color #EF8472: hue angle of 8.64º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF8472 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 114 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.06 |
| HSL | 8.64º | 0.8% | 0.69% | - |
| HSV(B) | 8.64º | 0.52% | 0.94% | - |
| XYZ | 46.89 | 36.07 | 20.41 | - |
| YUV | 161.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 114 | 0 | 0.45 | 0.52 | 0.06 | 8.64 | 0.8 | 0.69 |
| Hex | EF | 84 | 72 | 0 | 2D | 34 | 6 | 9 | 50 | 45 |
| Octal | 357 | 204 | 162 | 0 | 55 | 64 | 6 | 11 | 120 | 105 |
| Binary | 11101111 | 10000100 | 1110010 | 0 | 101101 | 110100 | 110 | 1001 | 1010000 | 1000101 |
Color Harmonies of #EF8472
Complementary color
Monochromatic Colors of #EF8472
Black with #EF8472
Text Example
Text Example
White with #EF8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8472; }
p { color: rgb(239,132,114); }
H1.HeaderClassName
{
color: #EF8472;
}
.AnyTagClassName
{
color: #EF8472;
}
</style>
background-color css
<style>
a { background-color: #EF8472; }
a { background-color: rgb(239,132,114); }
div.DivClassName
{
background-color: #EF8472;
}
.BgClassName
{
background-color: #EF8472;
}
</style>
border-color css
<style>
span { border-color: #EF8472; }
span { border-color: rgb(239,132,114); }
td.TdClassName
{
border-color: #EF8472;
}
.TagClassName
{
border-color: #EF8472;
}
</style>