Shades of Dark Salmon #EF9A7E
Tints of Dark Salmon #EF9A7E
RGB
CMYK
RGB Variations
Color information
#EF9A7E (or 0xEF9A7E) is known color: Dark Salmon. HEX triplet: EF, 9A and 7E. RGB value is (239,154,126). Sum of RGB (Red+Green+Blue) = 239+154+126=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A7E is #106581. Grayscale: #B0B0B0. Windows color (decimal): -1074562 or 8297199. OLE color: 8297199.
HSL color Cylindrical-coordinate representation of color #EF9A7E: hue angle of 14.87º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF9A7E is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 126 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.06 |
| HSL | 14.87º | 0.78% | 0.72% | - |
| HSV(B) | 14.87º | 0.47% | 0.94% | - |
| XYZ | 50.92 | 42.97 | 25.35 | - |
| YUV | 176.22 | 99.66 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 126 | 0 | 0.36 | 0.47 | 0.06 | 14.87 | 0.78 | 0.72 |
| Hex | EF | 9A | 7E | 0 | 24 | 2F | 6 | F | 4E | 48 |
| Octal | 357 | 232 | 176 | 0 | 44 | 57 | 6 | 17 | 116 | 110 |
| Binary | 11101111 | 10011010 | 1111110 | 0 | 100100 | 101111 | 110 | 1111 | 1001110 | 1001000 |
Color Harmonies of #EF9A7E
Complementary color
Monochromatic Colors of #EF9A7E
Black with #EF9A7E
Text Example
Text Example
White with #EF9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9A7E; }
p { color: rgb(239,154,126); }
H1.HeaderClassName
{
color: #EF9A7E;
}
.AnyTagClassName
{
color: #EF9A7E;
}
</style>
background-color css
<style>
a { background-color: #EF9A7E; }
a { background-color: rgb(239,154,126); }
div.DivClassName
{
background-color: #EF9A7E;
}
.BgClassName
{
background-color: #EF9A7E;
}
</style>
border-color css
<style>
span { border-color: #EF9A7E; }
span { border-color: rgb(239,154,126); }
td.TdClassName
{
border-color: #EF9A7E;
}
.TagClassName
{
border-color: #EF9A7E;
}
</style>