Shades of Salmon #EF8373
Tints of Salmon #EF8373
RGB
CMYK
RGB Variations
Color information
#EF8373 (or 0xEF8373) is known color: Salmon. HEX triplet: EF, 83 and 73. RGB value is (239,131,115). Sum of RGB (Red+Green+Blue) = 239+131+115=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8373 is #107C8C. Grayscale: #A1A1A1. Windows color (decimal): -1080461 or 7570415. OLE color: 7570415.
HSL color Cylindrical-coordinate representation of color #EF8373: hue angle of 7.74º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF8373 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 115 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.06 |
| HSL | 7.74º | 0.79% | 0.69% | - |
| HSV(B) | 7.74º | 0.52% | 0.94% | - |
| XYZ | 46.81 | 35.82 | 20.67 | - |
| YUV | 161.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 115 | 0 | 0.45 | 0.52 | 0.06 | 7.74 | 0.79 | 0.69 |
| Hex | EF | 83 | 73 | 0 | 2D | 34 | 6 | 8 | 4F | 45 |
| Octal | 357 | 203 | 163 | 0 | 55 | 64 | 6 | 10 | 117 | 105 |
| Binary | 11101111 | 10000011 | 1110011 | 0 | 101101 | 110100 | 110 | 1000 | 1001111 | 1000101 |
Color Harmonies of #EF8373
Complementary color
Monochromatic Colors of #EF8373
Black with #EF8373
Text Example
Text Example
White with #EF8373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8373; }
p { color: rgb(239,131,115); }
H1.HeaderClassName
{
color: #EF8373;
}
.AnyTagClassName
{
color: #EF8373;
}
</style>
background-color css
<style>
a { background-color: #EF8373; }
a { background-color: rgb(239,131,115); }
div.DivClassName
{
background-color: #EF8373;
}
.BgClassName
{
background-color: #EF8373;
}
</style>
border-color css
<style>
span { border-color: #EF8373; }
span { border-color: rgb(239,131,115); }
td.TdClassName
{
border-color: #EF8373;
}
.TagClassName
{
border-color: #EF8373;
}
</style>