Shades of Dark Salmon #EF9C7D
Tints of Dark Salmon #EF9C7D
RGB
CMYK
RGB Variations
Color information
#EF9C7D (or 0xEF9C7D) is known color: Dark Salmon. HEX triplet: EF, 9C and 7D. RGB value is (239,156,125). Sum of RGB (Red+Green+Blue) = 239+156+125=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9C7D is #106382. Grayscale: #B1B1B1. Windows color (decimal): -1074051 or 8232175. OLE color: 8232175.
HSL color Cylindrical-coordinate representation of color #EF9C7D: hue angle of 16.32º 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 #EF9C7D is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 125 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.06 |
| HSL | 16.32º | 0.78% | 0.71% | - |
| HSV(B) | 16.32º | 0.48% | 0.94% | - |
| XYZ | 51.19 | 43.61 | 25.12 | - |
| YUV | 177.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 125 | 0 | 0.35 | 0.48 | 0.06 | 16.32 | 0.78 | 0.71 |
| Hex | EF | 9C | 7D | 0 | 23 | 30 | 6 | 10 | 4E | 47 |
| Octal | 357 | 234 | 175 | 0 | 43 | 60 | 6 | 20 | 116 | 107 |
| Binary | 11101111 | 10011100 | 1111101 | 0 | 100011 | 110000 | 110 | 10000 | 1001110 | 1000111 |
Color Harmonies of #EF9C7D
Complementary color
Monochromatic Colors of #EF9C7D
Black with #EF9C7D
Text Example
Text Example
White with #EF9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9C7D; }
p { color: rgb(239,156,125); }
H1.HeaderClassName
{
color: #EF9C7D;
}
.AnyTagClassName
{
color: #EF9C7D;
}
</style>
background-color css
<style>
a { background-color: #EF9C7D; }
a { background-color: rgb(239,156,125); }
div.DivClassName
{
background-color: #EF9C7D;
}
.BgClassName
{
background-color: #EF9C7D;
}
</style>
border-color css
<style>
span { border-color: #EF9C7D; }
span { border-color: rgb(239,156,125); }
td.TdClassName
{
border-color: #EF9C7D;
}
.TagClassName
{
border-color: #EF9C7D;
}
</style>