Shades of Salmon #EF816C
Tints of Salmon #EF816C
RGB
CMYK
RGB Variations
Color information
#EF816C (or 0xEF816C) is known color: Salmon. HEX triplet: EF, 81 and 6C. RGB value is (239,129,108). Sum of RGB (Red+Green+Blue) = 239+129+108=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF816C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF816C is #107E93. Grayscale: #9F9F9F. Windows color (decimal): -1080980 or 7111151. OLE color: 7111151.
HSL color Cylindrical-coordinate representation of color #EF816C: hue angle of 9.62º 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 #EF816C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 108 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.06 |
| HSL | 9.62º | 0.8% | 0.68% | - |
| HSV(B) | 9.62º | 0.55% | 0.94% | - |
| XYZ | 46.15 | 35.13 | 18.54 | - |
| YUV | 159.5 | 98.94 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 108 | 0 | 0.46 | 0.55 | 0.06 | 9.62 | 0.8 | 0.68 |
| Hex | EF | 81 | 6C | 0 | 2E | 37 | 6 | A | 50 | 44 |
| Octal | 357 | 201 | 154 | 0 | 56 | 67 | 6 | 12 | 120 | 104 |
| Binary | 11101111 | 10000001 | 1101100 | 0 | 101110 | 110111 | 110 | 1010 | 1010000 | 1000100 |
Color Harmonies of #EF816C
Complementary color
Monochromatic Colors of #EF816C
Black with #EF816C
Text Example
Text Example
White with #EF816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF816C; }
p { color: rgb(239,129,108); }
H1.HeaderClassName
{
color: #EF816C;
}
.AnyTagClassName
{
color: #EF816C;
}
</style>
background-color css
<style>
a { background-color: #EF816C; }
a { background-color: rgb(239,129,108); }
div.DivClassName
{
background-color: #EF816C;
}
.BgClassName
{
background-color: #EF816C;
}
</style>
border-color css
<style>
span { border-color: #EF816C; }
span { border-color: rgb(239,129,108); }
td.TdClassName
{
border-color: #EF816C;
}
.TagClassName
{
border-color: #EF816C;
}
</style>