Shades of Salmon #EF7D68
Tints of Salmon #EF7D68
RGB
CMYK
RGB Variations
Color information
#EF7D68 (or 0xEF7D68) is known color: Salmon. HEX triplet: EF, 7D and 68. RGB value is (239,125,104). Sum of RGB (Red+Green+Blue) = 239+125+104=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7D68 is #108297. Grayscale: #9C9C9C. Windows color (decimal): -1082008 or 6847983. OLE color: 6847983.
HSL color Cylindrical-coordinate representation of color #EF7D68: hue angle of 9.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF7D68 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 104 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.06 |
| HSL | 9.33º | 0.81% | 0.67% | - |
| HSV(B) | 9.33º | 0.56% | 0.94% | - |
| XYZ | 45.43 | 34.02 | 17.27 | - |
| YUV | 156.69 | 98.27 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 104 | 0 | 0.48 | 0.56 | 0.06 | 9.33 | 0.81 | 0.67 |
| Hex | EF | 7D | 68 | 0 | 30 | 38 | 6 | 9 | 51 | 43 |
| Octal | 357 | 175 | 150 | 0 | 60 | 70 | 6 | 11 | 121 | 103 |
| Binary | 11101111 | 1111101 | 1101000 | 0 | 110000 | 111000 | 110 | 1001 | 1010001 | 1000011 |
Color Harmonies of #EF7D68
Complementary color
Monochromatic Colors of #EF7D68
Black with #EF7D68
Text Example
Text Example
White with #EF7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D68; }
p { color: rgb(239,125,104); }
H1.HeaderClassName
{
color: #EF7D68;
}
.AnyTagClassName
{
color: #EF7D68;
}
</style>
background-color css
<style>
a { background-color: #EF7D68; }
a { background-color: rgb(239,125,104); }
div.DivClassName
{
background-color: #EF7D68;
}
.BgClassName
{
background-color: #EF7D68;
}
</style>
border-color css
<style>
span { border-color: #EF7D68; }
span { border-color: rgb(239,125,104); }
td.TdClassName
{
border-color: #EF7D68;
}
.TagClassName
{
border-color: #EF7D68;
}
</style>