Shades of Salmon #EF8870
Tints of Salmon #EF8870
RGB
CMYK
RGB Variations
Color information
#EF8870 (or 0xEF8870) is known color: Salmon. HEX triplet: EF, 88 and 70. RGB value is (239,136,112). Sum of RGB (Red+Green+Blue) = 239+136+112=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8870 is #10778F. Grayscale: #A4A4A4. Windows color (decimal): -1079184 or 7375087. OLE color: 7375087.
HSL color Cylindrical-coordinate representation of color #EF8870: hue angle of 11.34º 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 #EF8870 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 112 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.06 |
| HSL | 11.34º | 0.8% | 0.69% | - |
| HSV(B) | 11.34º | 0.53% | 0.94% | - |
| XYZ | 47.33 | 37.13 | 20 | - |
| YUV | 164.06 | 98.62 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 112 | 0 | 0.43 | 0.53 | 0.06 | 11.34 | 0.8 | 0.69 |
| Hex | EF | 88 | 70 | 0 | 2B | 35 | 6 | B | 50 | 45 |
| Octal | 357 | 210 | 160 | 0 | 53 | 65 | 6 | 13 | 120 | 105 |
| Binary | 11101111 | 10001000 | 1110000 | 0 | 101011 | 110101 | 110 | 1011 | 1010000 | 1000101 |
Color Harmonies of #EF8870
Complementary color
Monochromatic Colors of #EF8870
Black with #EF8870
Text Example
Text Example
White with #EF8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8870; }
p { color: rgb(239,136,112); }
H1.HeaderClassName
{
color: #EF8870;
}
.AnyTagClassName
{
color: #EF8870;
}
</style>
background-color css
<style>
a { background-color: #EF8870; }
a { background-color: rgb(239,136,112); }
div.DivClassName
{
background-color: #EF8870;
}
.BgClassName
{
background-color: #EF8870;
}
</style>
border-color css
<style>
span { border-color: #EF8870; }
span { border-color: rgb(239,136,112); }
td.TdClassName
{
border-color: #EF8870;
}
.TagClassName
{
border-color: #EF8870;
}
</style>