Shades of Salmon #EF7B68
Tints of Salmon #EF7B68
RGB
CMYK
RGB Variations
Color information
#EF7B68 (or 0xEF7B68) is known color: Salmon. HEX triplet: EF, 7B and 68. RGB value is (239,123,104). Sum of RGB (Red+Green+Blue) = 239+123+104=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B68 is #108497. Grayscale: #9B9B9B. Windows color (decimal): -1082520 or 6847471. OLE color: 6847471.
HSL color Cylindrical-coordinate representation of color #EF7B68: hue angle of 8.44º 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 #EF7B68 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 104 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.06 |
| HSL | 8.44º | 0.81% | 0.67% | - |
| HSV(B) | 8.44º | 0.56% | 0.94% | - |
| XYZ | 45.18 | 33.52 | 17.18 | - |
| YUV | 155.52 | 98.93 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 104 | 0 | 0.49 | 0.56 | 0.06 | 8.44 | 0.81 | 0.67 |
| Hex | EF | 7B | 68 | 0 | 31 | 38 | 6 | 8 | 51 | 43 |
| Octal | 357 | 173 | 150 | 0 | 61 | 70 | 6 | 10 | 121 | 103 |
| Binary | 11101111 | 1111011 | 1101000 | 0 | 110001 | 111000 | 110 | 1000 | 1010001 | 1000011 |
Color Harmonies of #EF7B68
Complementary color
Monochromatic Colors of #EF7B68
Black with #EF7B68
Text Example
Text Example
White with #EF7B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B68; }
p { color: rgb(239,123,104); }
H1.HeaderClassName
{
color: #EF7B68;
}
.AnyTagClassName
{
color: #EF7B68;
}
</style>
background-color css
<style>
a { background-color: #EF7B68; }
a { background-color: rgb(239,123,104); }
div.DivClassName
{
background-color: #EF7B68;
}
.BgClassName
{
background-color: #EF7B68;
}
</style>
border-color css
<style>
span { border-color: #EF7B68; }
span { border-color: rgb(239,123,104); }
td.TdClassName
{
border-color: #EF7B68;
}
.TagClassName
{
border-color: #EF7B68;
}
</style>