Shades of Salmon #EF8072
Tints of Salmon #EF8072
RGB
CMYK
RGB Variations
Color information
#EF8072 (or 0xEF8072) is known color: Salmon. HEX triplet: EF, 80 and 72. RGB value is (239,128,114). Sum of RGB (Red+Green+Blue) = 239+128+114=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8072 is #107F8D. Grayscale: #9F9F9F. Windows color (decimal): -1081230 or 7504111. OLE color: 7504111.
HSL color Cylindrical-coordinate representation of color #EF8072: hue angle of 6.72º degrees, saturation: 0.8, 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 #EF8072 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 114 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.06 |
| HSL | 6.72º | 0.8% | 0.69% | - |
| HSV(B) | 6.72º | 0.52% | 0.94% | - |
| XYZ | 46.35 | 35 | 20.23 | - |
| YUV | 159.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 114 | 0 | 0.46 | 0.52 | 0.06 | 6.72 | 0.8 | 0.69 |
| Hex | EF | 80 | 72 | 0 | 2E | 34 | 6 | 7 | 50 | 45 |
| Octal | 357 | 200 | 162 | 0 | 56 | 64 | 6 | 7 | 120 | 105 |
| Binary | 11101111 | 10000000 | 1110010 | 0 | 101110 | 110100 | 110 | 111 | 1010000 | 1000101 |
Color Harmonies of #EF8072
Complementary color
Monochromatic Colors of #EF8072
Black with #EF8072
Text Example
Text Example
White with #EF8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8072; }
p { color: rgb(239,128,114); }
H1.HeaderClassName
{
color: #EF8072;
}
.AnyTagClassName
{
color: #EF8072;
}
</style>
background-color css
<style>
a { background-color: #EF8072; }
a { background-color: rgb(239,128,114); }
div.DivClassName
{
background-color: #EF8072;
}
.BgClassName
{
background-color: #EF8072;
}
</style>
border-color css
<style>
span { border-color: #EF8072; }
span { border-color: rgb(239,128,114); }
td.TdClassName
{
border-color: #EF8072;
}
.TagClassName
{
border-color: #EF8072;
}
</style>