Shades of Dark Salmon #EF8C7D
Tints of Dark Salmon #EF8C7D
RGB
CMYK
RGB Variations
Color information
#EF8C7D (or 0xEF8C7D) is known color: Dark Salmon. HEX triplet: EF, 8C and 7D. RGB value is (239,140,125). Sum of RGB (Red+Green+Blue) = 239+140+125=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C7D is #107382. Grayscale: #A8A8A8. Windows color (decimal): -1078147 or 8228079. OLE color: 8228079.
HSL color Cylindrical-coordinate representation of color #EF8C7D: hue angle of 7.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF8C7D is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 125 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.06 |
| HSL | 7.89º | 0.78% | 0.71% | - |
| HSV(B) | 7.89º | 0.48% | 0.94% | - |
| XYZ | 48.68 | 38.59 | 24.28 | - |
| YUV | 167.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 125 | 0 | 0.41 | 0.48 | 0.06 | 7.89 | 0.78 | 0.71 |
| Hex | EF | 8C | 7D | 0 | 29 | 30 | 6 | 8 | 4E | 47 |
| Octal | 357 | 214 | 175 | 0 | 51 | 60 | 6 | 10 | 116 | 107 |
| Binary | 11101111 | 10001100 | 1111101 | 0 | 101001 | 110000 | 110 | 1000 | 1001110 | 1000111 |
Color Harmonies of #EF8C7D
Complementary color
Monochromatic Colors of #EF8C7D
Black with #EF8C7D
Text Example
Text Example
White with #EF8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C7D; }
p { color: rgb(239,140,125); }
H1.HeaderClassName
{
color: #EF8C7D;
}
.AnyTagClassName
{
color: #EF8C7D;
}
</style>
background-color css
<style>
a { background-color: #EF8C7D; }
a { background-color: rgb(239,140,125); }
div.DivClassName
{
background-color: #EF8C7D;
}
.BgClassName
{
background-color: #EF8C7D;
}
</style>
border-color css
<style>
span { border-color: #EF8C7D; }
span { border-color: rgb(239,140,125); }
td.TdClassName
{
border-color: #EF8C7D;
}
.TagClassName
{
border-color: #EF8C7D;
}
</style>