Shades of Salmon #EF8267
Tints of Salmon #EF8267
RGB
CMYK
RGB Variations
Color information
#EF8267 (or 0xEF8267) is known color: Salmon. HEX triplet: EF, 82 and 67. RGB value is (239,130,103). Sum of RGB (Red+Green+Blue) = 239+130+103=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8267 is #107D98. Grayscale: #9F9F9F. Windows color (decimal): -1080729 or 6783727. OLE color: 6783727.
HSL color Cylindrical-coordinate representation of color #EF8267: hue angle of 11.91º 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 #EF8267 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 103 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.06 |
| HSL | 11.91º | 0.81% | 0.67% | - |
| HSV(B) | 11.91º | 0.57% | 0.94% | - |
| XYZ | 46.03 | 35.3 | 17.22 | - |
| YUV | 159.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 103 | 0 | 0.46 | 0.57 | 0.06 | 11.91 | 0.81 | 0.67 |
| Hex | EF | 82 | 67 | 0 | 2E | 39 | 6 | C | 51 | 43 |
| Octal | 357 | 202 | 147 | 0 | 56 | 71 | 6 | 14 | 121 | 103 |
| Binary | 11101111 | 10000010 | 1100111 | 0 | 101110 | 111001 | 110 | 1100 | 1010001 | 1000011 |
Color Harmonies of #EF8267
Complementary color
Monochromatic Colors of #EF8267
Black with #EF8267
Text Example
Text Example
White with #EF8267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8267; }
p { color: rgb(239,130,103); }
H1.HeaderClassName
{
color: #EF8267;
}
.AnyTagClassName
{
color: #EF8267;
}
</style>
background-color css
<style>
a { background-color: #EF8267; }
a { background-color: rgb(239,130,103); }
div.DivClassName
{
background-color: #EF8267;
}
.BgClassName
{
background-color: #EF8267;
}
</style>
border-color css
<style>
span { border-color: #EF8267; }
span { border-color: rgb(239,130,103); }
td.TdClassName
{
border-color: #EF8267;
}
.TagClassName
{
border-color: #EF8267;
}
</style>