Shades of Salmon #EF816B
Tints of Salmon #EF816B
RGB
CMYK
RGB Variations
Color information
#EF816B (or 0xEF816B) is known color: Salmon. HEX triplet: EF, 81 and 6B. RGB value is (239,129,107). Sum of RGB (Red+Green+Blue) = 239+129+107=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF816B is #107E94. Grayscale: #9F9F9F. Windows color (decimal): -1080981 or 7045615. OLE color: 7045615.
HSL color Cylindrical-coordinate representation of color #EF816B: hue angle of 10º 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 #EF816B is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 107 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.06 |
| HSL | 10º | 0.8% | 0.68% | - |
| HSV(B) | 10º | 0.55% | 0.94% | - |
| XYZ | 46.1 | 35.11 | 18.26 | - |
| YUV | 159.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 107 | 0 | 0.46 | 0.55 | 0.06 | 10 | 0.8 | 0.68 |
| Hex | EF | 81 | 6B | 0 | 2E | 37 | 6 | A | 50 | 44 |
| Octal | 357 | 201 | 153 | 0 | 56 | 67 | 6 | 12 | 120 | 104 |
| Binary | 11101111 | 10000001 | 1101011 | 0 | 101110 | 110111 | 110 | 1010 | 1010000 | 1000100 |
Color Harmonies of #EF816B
Complementary color
Monochromatic Colors of #EF816B
Black with #EF816B
Text Example
Text Example
White with #EF816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF816B; }
p { color: rgb(239,129,107); }
H1.HeaderClassName
{
color: #EF816B;
}
.AnyTagClassName
{
color: #EF816B;
}
</style>
background-color css
<style>
a { background-color: #EF816B; }
a { background-color: rgb(239,129,107); }
div.DivClassName
{
background-color: #EF816B;
}
.BgClassName
{
background-color: #EF816B;
}
</style>
border-color css
<style>
span { border-color: #EF816B; }
span { border-color: rgb(239,129,107); }
td.TdClassName
{
border-color: #EF816B;
}
.TagClassName
{
border-color: #EF816B;
}
</style>