Shades of Dark Salmon #EF9E7C
Tints of Dark Salmon #EF9E7C
RGB
CMYK
RGB Variations
Color information
#EF9E7C (or 0xEF9E7C) is known color: Dark Salmon. HEX triplet: EF, 9E and 7C. RGB value is (239,158,124). Sum of RGB (Red+Green+Blue) = 239+158+124=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E7C is #106183. Grayscale: #B2B2B2. Windows color (decimal): -1073540 or 8167151. OLE color: 8167151.
HSL color Cylindrical-coordinate representation of color #EF9E7C: hue angle of 17.74º 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 #EF9E7C is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 124 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.06 |
| HSL | 17.74º | 0.78% | 0.71% | - |
| HSV(B) | 17.74º | 0.48% | 0.94% | - |
| XYZ | 51.46 | 44.26 | 24.9 | - |
| YUV | 178.34 | 97.34 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 124 | 0 | 0.34 | 0.48 | 0.06 | 17.74 | 0.78 | 0.71 |
| Hex | EF | 9E | 7C | 0 | 22 | 30 | 6 | 12 | 4E | 47 |
| Octal | 357 | 236 | 174 | 0 | 42 | 60 | 6 | 22 | 116 | 107 |
| Binary | 11101111 | 10011110 | 1111100 | 0 | 100010 | 110000 | 110 | 10010 | 1001110 | 1000111 |
Color Harmonies of #EF9E7C
Complementary color
Monochromatic Colors of #EF9E7C
Black with #EF9E7C
Text Example
Text Example
White with #EF9E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E7C; }
p { color: rgb(239,158,124); }
H1.HeaderClassName
{
color: #EF9E7C;
}
.AnyTagClassName
{
color: #EF9E7C;
}
</style>
background-color css
<style>
a { background-color: #EF9E7C; }
a { background-color: rgb(239,158,124); }
div.DivClassName
{
background-color: #EF9E7C;
}
.BgClassName
{
background-color: #EF9E7C;
}
</style>
border-color css
<style>
span { border-color: #EF9E7C; }
span { border-color: rgb(239,158,124); }
td.TdClassName
{
border-color: #EF9E7C;
}
.TagClassName
{
border-color: #EF9E7C;
}
</style>