Shades of Salmon #EF826C
Tints of Salmon #EF826C
RGB
CMYK
RGB Variations
Color information
#EF826C (or 0xEF826C) is known color: Salmon. HEX triplet: EF, 82 and 6C. RGB value is (239,130,108). Sum of RGB (Red+Green+Blue) = 239+130+108=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF826C is #107D93. Grayscale: #A0A0A0. Windows color (decimal): -1080724 or 7111407. OLE color: 7111407.
HSL color Cylindrical-coordinate representation of color #EF826C: hue angle of 10.08º 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 #EF826C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 108 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.06 |
| HSL | 10.08º | 0.8% | 0.68% | - |
| HSV(B) | 10.08º | 0.55% | 0.94% | - |
| XYZ | 46.29 | 35.4 | 18.58 | - |
| YUV | 160.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 108 | 0 | 0.46 | 0.55 | 0.06 | 10.08 | 0.8 | 0.68 |
| Hex | EF | 82 | 6C | 0 | 2E | 37 | 6 | A | 50 | 44 |
| Octal | 357 | 202 | 154 | 0 | 56 | 67 | 6 | 12 | 120 | 104 |
| Binary | 11101111 | 10000010 | 1101100 | 0 | 101110 | 110111 | 110 | 1010 | 1010000 | 1000100 |
Color Harmonies of #EF826C
Complementary color
Monochromatic Colors of #EF826C
Black with #EF826C
Text Example
Text Example
White with #EF826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF826C; }
p { color: rgb(239,130,108); }
H1.HeaderClassName
{
color: #EF826C;
}
.AnyTagClassName
{
color: #EF826C;
}
</style>
background-color css
<style>
a { background-color: #EF826C; }
a { background-color: rgb(239,130,108); }
div.DivClassName
{
background-color: #EF826C;
}
.BgClassName
{
background-color: #EF826C;
}
</style>
border-color css
<style>
span { border-color: #EF826C; }
span { border-color: rgb(239,130,108); }
td.TdClassName
{
border-color: #EF826C;
}
.TagClassName
{
border-color: #EF826C;
}
</style>