Shades of Salmon #EF816D
Tints of Salmon #EF816D
RGB
CMYK
RGB Variations
Color information
#EF816D (or 0xEF816D) is known color: Salmon. HEX triplet: EF, 81 and 6D. RGB value is (239,129,109). Sum of RGB (Red+Green+Blue) = 239+129+109=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF816D is #107E92. Grayscale: #9F9F9F. Windows color (decimal): -1080979 or 7176687. OLE color: 7176687.
HSL color Cylindrical-coordinate representation of color #EF816D: hue angle of 9.23º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF816D is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 109 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.06 |
| HSL | 9.23º | 0.8% | 0.68% | - |
| HSV(B) | 9.23º | 0.54% | 0.94% | - |
| XYZ | 46.21 | 35.16 | 18.82 | - |
| YUV | 159.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 109 | 0 | 0.46 | 0.54 | 0.06 | 9.23 | 0.8 | 0.68 |
| Hex | EF | 81 | 6D | 0 | 2E | 36 | 6 | 9 | 50 | 44 |
| Octal | 357 | 201 | 155 | 0 | 56 | 66 | 6 | 11 | 120 | 104 |
| Binary | 11101111 | 10000001 | 1101101 | 0 | 101110 | 110110 | 110 | 1001 | 1010000 | 1000100 |
Color Harmonies of #EF816D
Complementary color
Monochromatic Colors of #EF816D
Black with #EF816D
Text Example
Text Example
White with #EF816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF816D; }
p { color: rgb(239,129,109); }
H1.HeaderClassName
{
color: #EF816D;
}
.AnyTagClassName
{
color: #EF816D;
}
</style>
background-color css
<style>
a { background-color: #EF816D; }
a { background-color: rgb(239,129,109); }
div.DivClassName
{
background-color: #EF816D;
}
.BgClassName
{
background-color: #EF816D;
}
</style>
border-color css
<style>
span { border-color: #EF816D; }
span { border-color: rgb(239,129,109); }
td.TdClassName
{
border-color: #EF816D;
}
.TagClassName
{
border-color: #EF816D;
}
</style>