Shades of Dark Salmon #EF9B7D
Tints of Dark Salmon #EF9B7D
RGB
CMYK
RGB Variations
Color information
#EF9B7D (or 0xEF9B7D) is known color: Dark Salmon. HEX triplet: EF, 9B and 7D. RGB value is (239,155,125). Sum of RGB (Red+Green+Blue) = 239+155+125=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9B7D is #106482. Grayscale: #B0B0B0. Windows color (decimal): -1074307 or 8231919. OLE color: 8231919.
HSL color Cylindrical-coordinate representation of color #EF9B7D: hue angle of 15.79º 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 #EF9B7D is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 125 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.06 |
| HSL | 15.79º | 0.78% | 0.71% | - |
| HSV(B) | 15.79º | 0.48% | 0.94% | - |
| XYZ | 51.02 | 43.27 | 25.07 | - |
| YUV | 176.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 125 | 0 | 0.35 | 0.48 | 0.06 | 15.79 | 0.78 | 0.71 |
| Hex | EF | 9B | 7D | 0 | 23 | 30 | 6 | 10 | 4E | 47 |
| Octal | 357 | 233 | 175 | 0 | 43 | 60 | 6 | 20 | 116 | 107 |
| Binary | 11101111 | 10011011 | 1111101 | 0 | 100011 | 110000 | 110 | 10000 | 1001110 | 1000111 |
Color Harmonies of #EF9B7D
Complementary color
Monochromatic Colors of #EF9B7D
Black with #EF9B7D
Text Example
Text Example
White with #EF9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9B7D; }
p { color: rgb(239,155,125); }
H1.HeaderClassName
{
color: #EF9B7D;
}
.AnyTagClassName
{
color: #EF9B7D;
}
</style>
background-color css
<style>
a { background-color: #EF9B7D; }
a { background-color: rgb(239,155,125); }
div.DivClassName
{
background-color: #EF9B7D;
}
.BgClassName
{
background-color: #EF9B7D;
}
</style>
border-color css
<style>
span { border-color: #EF9B7D; }
span { border-color: rgb(239,155,125); }
td.TdClassName
{
border-color: #EF9B7D;
}
.TagClassName
{
border-color: #EF9B7D;
}
</style>