Shades of Salmon #EF8970
Tints of Salmon #EF8970
RGB
CMYK
RGB Variations
Color information
#EF8970 (or 0xEF8970) is known color: Salmon. HEX triplet: EF, 89 and 70. RGB value is (239,137,112). Sum of RGB (Red+Green+Blue) = 239+137+112=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8970 is #10768F. Grayscale: #A4A4A4. Windows color (decimal): -1078928 or 7375343. OLE color: 7375343.
HSL color Cylindrical-coordinate representation of color #EF8970: hue angle of 11.81º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF8970 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 112 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.06 |
| HSL | 11.81º | 0.8% | 0.69% | - |
| HSV(B) | 11.81º | 0.53% | 0.94% | - |
| XYZ | 47.47 | 37.41 | 20.05 | - |
| YUV | 164.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 112 | 0 | 0.43 | 0.53 | 0.06 | 11.81 | 0.8 | 0.69 |
| Hex | EF | 89 | 70 | 0 | 2B | 35 | 6 | C | 50 | 45 |
| Octal | 357 | 211 | 160 | 0 | 53 | 65 | 6 | 14 | 120 | 105 |
| Binary | 11101111 | 10001001 | 1110000 | 0 | 101011 | 110101 | 110 | 1100 | 1010000 | 1000101 |
Color Harmonies of #EF8970
Complementary color
Monochromatic Colors of #EF8970
Black with #EF8970
Text Example
Text Example
White with #EF8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8970; }
p { color: rgb(239,137,112); }
H1.HeaderClassName
{
color: #EF8970;
}
.AnyTagClassName
{
color: #EF8970;
}
</style>
background-color css
<style>
a { background-color: #EF8970; }
a { background-color: rgb(239,137,112); }
div.DivClassName
{
background-color: #EF8970;
}
.BgClassName
{
background-color: #EF8970;
}
</style>
border-color css
<style>
span { border-color: #EF8970; }
span { border-color: rgb(239,137,112); }
td.TdClassName
{
border-color: #EF8970;
}
.TagClassName
{
border-color: #EF8970;
}
</style>