Shades of Dark Salmon #EF8C6F
Tints of Dark Salmon #EF8C6F
RGB
CMYK
RGB Variations
Color information
#EF8C6F (or 0xEF8C6F) is known color: Dark Salmon. HEX triplet: EF, 8C and 6F. RGB value is (239,140,111). Sum of RGB (Red+Green+Blue) = 239+140+111=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C6F is #107390. Grayscale: #A6A6A6. Windows color (decimal): -1078161 or 7310575. OLE color: 7310575.
HSL color Cylindrical-coordinate representation of color #EF8C6F: hue angle of 13.59º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF8C6F is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 111 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.06 |
| HSL | 13.59º | 0.8% | 0.69% | - |
| HSV(B) | 13.59º | 0.54% | 0.94% | - |
| XYZ | 47.84 | 38.25 | 19.9 | - |
| YUV | 166.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 111 | 0 | 0.41 | 0.54 | 0.06 | 13.59 | 0.8 | 0.69 |
| Hex | EF | 8C | 6F | 0 | 29 | 36 | 6 | E | 50 | 45 |
| Octal | 357 | 214 | 157 | 0 | 51 | 66 | 6 | 16 | 120 | 105 |
| Binary | 11101111 | 10001100 | 1101111 | 0 | 101001 | 110110 | 110 | 1110 | 1010000 | 1000101 |
Color Harmonies of #EF8C6F
Complementary color
Monochromatic Colors of #EF8C6F
Black with #EF8C6F
Text Example
Text Example
White with #EF8C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C6F; }
p { color: rgb(239,140,111); }
H1.HeaderClassName
{
color: #EF8C6F;
}
.AnyTagClassName
{
color: #EF8C6F;
}
</style>
background-color css
<style>
a { background-color: #EF8C6F; }
a { background-color: rgb(239,140,111); }
div.DivClassName
{
background-color: #EF8C6F;
}
.BgClassName
{
background-color: #EF8C6F;
}
</style>
border-color css
<style>
span { border-color: #EF8C6F; }
span { border-color: rgb(239,140,111); }
td.TdClassName
{
border-color: #EF8C6F;
}
.TagClassName
{
border-color: #EF8C6F;
}
</style>