Shades of Salmon #EF8067
Tints of Salmon #EF8067
RGB
CMYK
RGB Variations
Color information
#EF8067 (or 0xEF8067) is known color: Salmon. HEX triplet: EF, 80 and 67. RGB value is (239,128,103). Sum of RGB (Red+Green+Blue) = 239+128+103=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8067 is #107F98. Grayscale: #9E9E9E. Windows color (decimal): -1081241 or 6783215. OLE color: 6783215.
HSL color Cylindrical-coordinate representation of color #EF8067: hue angle of 11.03º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF8067 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 103 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.06 |
| HSL | 11.03º | 0.81% | 0.67% | - |
| HSV(B) | 11.03º | 0.57% | 0.94% | - |
| XYZ | 45.76 | 34.77 | 17.13 | - |
| YUV | 158.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 103 | 0 | 0.46 | 0.57 | 0.06 | 11.03 | 0.81 | 0.67 |
| Hex | EF | 80 | 67 | 0 | 2E | 39 | 6 | B | 51 | 43 |
| Octal | 357 | 200 | 147 | 0 | 56 | 71 | 6 | 13 | 121 | 103 |
| Binary | 11101111 | 10000000 | 1100111 | 0 | 101110 | 111001 | 110 | 1011 | 1010001 | 1000011 |
Color Harmonies of #EF8067
Complementary color
Monochromatic Colors of #EF8067
Black with #EF8067
Text Example
Text Example
White with #EF8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8067; }
p { color: rgb(239,128,103); }
H1.HeaderClassName
{
color: #EF8067;
}
.AnyTagClassName
{
color: #EF8067;
}
</style>
background-color css
<style>
a { background-color: #EF8067; }
a { background-color: rgb(239,128,103); }
div.DivClassName
{
background-color: #EF8067;
}
.BgClassName
{
background-color: #EF8067;
}
</style>
border-color css
<style>
span { border-color: #EF8067; }
span { border-color: rgb(239,128,103); }
td.TdClassName
{
border-color: #EF8067;
}
.TagClassName
{
border-color: #EF8067;
}
</style>