Shades of Salmon #EF7D6C
Tints of Salmon #EF7D6C
RGB
CMYK
RGB Variations
Color information
#EF7D6C (or 0xEF7D6C) is known color: Salmon. HEX triplet: EF, 7D and 6C. RGB value is (239,125,108). Sum of RGB (Red+Green+Blue) = 239+125+108=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7D6C is #108293. Grayscale: #9D9D9D. Windows color (decimal): -1082004 or 7110127. OLE color: 7110127.
HSL color Cylindrical-coordinate representation of color #EF7D6C: hue angle of 7.79º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF7D6C is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 108 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.06 |
| HSL | 7.79º | 0.8% | 0.68% | - |
| HSV(B) | 7.79º | 0.55% | 0.94% | - |
| XYZ | 45.64 | 34.1 | 18.36 | - |
| YUV | 157.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 108 | 0 | 0.48 | 0.55 | 0.06 | 7.79 | 0.8 | 0.68 |
| Hex | EF | 7D | 6C | 0 | 30 | 37 | 6 | 8 | 50 | 44 |
| Octal | 357 | 175 | 154 | 0 | 60 | 67 | 6 | 10 | 120 | 104 |
| Binary | 11101111 | 1111101 | 1101100 | 0 | 110000 | 110111 | 110 | 1000 | 1010000 | 1000100 |
Color Harmonies of #EF7D6C
Complementary color
Monochromatic Colors of #EF7D6C
Black with #EF7D6C
Text Example
Text Example
White with #EF7D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D6C; }
p { color: rgb(239,125,108); }
H1.HeaderClassName
{
color: #EF7D6C;
}
.AnyTagClassName
{
color: #EF7D6C;
}
</style>
background-color css
<style>
a { background-color: #EF7D6C; }
a { background-color: rgb(239,125,108); }
div.DivClassName
{
background-color: #EF7D6C;
}
.BgClassName
{
background-color: #EF7D6C;
}
</style>
border-color css
<style>
span { border-color: #EF7D6C; }
span { border-color: rgb(239,125,108); }
td.TdClassName
{
border-color: #EF7D6C;
}
.TagClassName
{
border-color: #EF7D6C;
}
</style>