Shades of Salmon #EF8672
Tints of Salmon #EF8672
RGB
CMYK
RGB Variations
Color information
#EF8672 (or 0xEF8672) is known color: Salmon. HEX triplet: EF, 86 and 72. RGB value is (239,134,114). Sum of RGB (Red+Green+Blue) = 239+134+114=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8672 is #10798D. Grayscale: #A3A3A3. Windows color (decimal): -1079694 or 7505647. OLE color: 7505647.
HSL color Cylindrical-coordinate representation of color #EF8672: hue angle of 9.6º 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 #EF8672 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 114 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.06 |
| HSL | 9.6º | 0.8% | 0.69% | - |
| HSV(B) | 9.6º | 0.52% | 0.94% | - |
| XYZ | 47.16 | 36.62 | 20.5 | - |
| YUV | 163.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 114 | 0 | 0.44 | 0.52 | 0.06 | 9.6 | 0.8 | 0.69 |
| Hex | EF | 86 | 72 | 0 | 2C | 34 | 6 | A | 50 | 45 |
| Octal | 357 | 206 | 162 | 0 | 54 | 64 | 6 | 12 | 120 | 105 |
| Binary | 11101111 | 10000110 | 1110010 | 0 | 101100 | 110100 | 110 | 1010 | 1010000 | 1000101 |
Color Harmonies of #EF8672
Complementary color
Monochromatic Colors of #EF8672
Black with #EF8672
Text Example
Text Example
White with #EF8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8672; }
p { color: rgb(239,134,114); }
H1.HeaderClassName
{
color: #EF8672;
}
.AnyTagClassName
{
color: #EF8672;
}
</style>
background-color css
<style>
a { background-color: #EF8672; }
a { background-color: rgb(239,134,114); }
div.DivClassName
{
background-color: #EF8672;
}
.BgClassName
{
background-color: #EF8672;
}
</style>
border-color css
<style>
span { border-color: #EF8672; }
span { border-color: rgb(239,134,114); }
td.TdClassName
{
border-color: #EF8672;
}
.TagClassName
{
border-color: #EF8672;
}
</style>