Shades of Dark Salmon #EF9A7D
Tints of Dark Salmon #EF9A7D
RGB
CMYK
RGB Variations
Color information
#EF9A7D (or 0xEF9A7D) is known color: Dark Salmon. HEX triplet: EF, 9A and 7D. RGB value is (239,154,125). Sum of RGB (Red+Green+Blue) = 239+154+125=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A7D is #106582. Grayscale: #B0B0B0. Windows color (decimal): -1074563 or 8231663. OLE color: 8231663.
HSL color Cylindrical-coordinate representation of color #EF9A7D: hue angle of 15.26º 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 #EF9A7D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 125 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.06 |
| HSL | 15.26º | 0.78% | 0.71% | - |
| HSV(B) | 15.26º | 0.48% | 0.94% | - |
| XYZ | 50.85 | 42.94 | 25.01 | - |
| YUV | 176.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 125 | 0 | 0.36 | 0.48 | 0.06 | 15.26 | 0.78 | 0.71 |
| Hex | EF | 9A | 7D | 0 | 24 | 30 | 6 | F | 4E | 47 |
| Octal | 357 | 232 | 175 | 0 | 44 | 60 | 6 | 17 | 116 | 107 |
| Binary | 11101111 | 10011010 | 1111101 | 0 | 100100 | 110000 | 110 | 1111 | 1001110 | 1000111 |
Color Harmonies of #EF9A7D
Complementary color
Monochromatic Colors of #EF9A7D
Black with #EF9A7D
Text Example
Text Example
White with #EF9A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A7D; }
p { color: rgb(239,154,125); }
H1.HeaderClassName
{
color: #EF9A7D;
}
.AnyTagClassName
{
color: #EF9A7D;
}
</style>
background-color css
<style>
a { background-color: #EF9A7D; }
a { background-color: rgb(239,154,125); }
div.DivClassName
{
background-color: #EF9A7D;
}
.BgClassName
{
background-color: #EF9A7D;
}
</style>
border-color css
<style>
span { border-color: #EF9A7D; }
span { border-color: rgb(239,154,125); }
td.TdClassName
{
border-color: #EF9A7D;
}
.TagClassName
{
border-color: #EF9A7D;
}
</style>