Shades of Salmon #EF816F
Tints of Salmon #EF816F
RGB
CMYK
RGB Variations
Color information
#EF816F (or 0xEF816F) is known color: Salmon. HEX triplet: EF, 81 and 6F. RGB value is (239,129,111). Sum of RGB (Red+Green+Blue) = 239+129+111=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF816F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF816F is #107E90. Grayscale: #A0A0A0. Windows color (decimal): -1080977 or 7307759. OLE color: 7307759.
HSL color Cylindrical-coordinate representation of color #EF816F: hue angle of 8.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF816F is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 111 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.06 |
| HSL | 8.44º | 0.8% | 0.69% | - |
| HSV(B) | 8.44º | 0.54% | 0.94% | - |
| XYZ | 46.32 | 35.2 | 19.39 | - |
| YUV | 159.84 | 100.44 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 111 | 0 | 0.46 | 0.54 | 0.06 | 8.44 | 0.8 | 0.69 |
| Hex | EF | 81 | 6F | 0 | 2E | 36 | 6 | 8 | 50 | 45 |
| Octal | 357 | 201 | 157 | 0 | 56 | 66 | 6 | 10 | 120 | 105 |
| Binary | 11101111 | 10000001 | 1101111 | 0 | 101110 | 110110 | 110 | 1000 | 1010000 | 1000101 |
Color Harmonies of #EF816F
Complementary color
Monochromatic Colors of #EF816F
Black with #EF816F
Text Example
Text Example
White with #EF816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF816F; }
p { color: rgb(239,129,111); }
H1.HeaderClassName
{
color: #EF816F;
}
.AnyTagClassName
{
color: #EF816F;
}
</style>
background-color css
<style>
a { background-color: #EF816F; }
a { background-color: rgb(239,129,111); }
div.DivClassName
{
background-color: #EF816F;
}
.BgClassName
{
background-color: #EF816F;
}
</style>
border-color css
<style>
span { border-color: #EF816F; }
span { border-color: rgb(239,129,111); }
td.TdClassName
{
border-color: #EF816F;
}
.TagClassName
{
border-color: #EF816F;
}
</style>