Shades of Dark Salmon #EF9E7D
Tints of Dark Salmon #EF9E7D
RGB
CMYK
RGB Variations
Color information
#EF9E7D (or 0xEF9E7D) is known color: Dark Salmon. HEX triplet: EF, 9E and 7D. RGB value is (239,158,125). Sum of RGB (Red+Green+Blue) = 239+158+125=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E7D is #106182. Grayscale: #B2B2B2. Windows color (decimal): -1073539 or 8232687. OLE color: 8232687.
HSL color Cylindrical-coordinate representation of color #EF9E7D: hue angle of 17.37º 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 #EF9E7D is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 125 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.06 |
| HSL | 17.37º | 0.78% | 0.71% | - |
| HSV(B) | 17.37º | 0.48% | 0.94% | - |
| XYZ | 51.53 | 44.29 | 25.23 | - |
| YUV | 178.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 125 | 0 | 0.34 | 0.48 | 0.06 | 17.37 | 0.78 | 0.71 |
| Hex | EF | 9E | 7D | 0 | 22 | 30 | 6 | 11 | 4E | 47 |
| Octal | 357 | 236 | 175 | 0 | 42 | 60 | 6 | 21 | 116 | 107 |
| Binary | 11101111 | 10011110 | 1111101 | 0 | 100010 | 110000 | 110 | 10001 | 1001110 | 1000111 |
Color Harmonies of #EF9E7D
Complementary color
Monochromatic Colors of #EF9E7D
Black with #EF9E7D
Text Example
Text Example
White with #EF9E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E7D; }
p { color: rgb(239,158,125); }
H1.HeaderClassName
{
color: #EF9E7D;
}
.AnyTagClassName
{
color: #EF9E7D;
}
</style>
background-color css
<style>
a { background-color: #EF9E7D; }
a { background-color: rgb(239,158,125); }
div.DivClassName
{
background-color: #EF9E7D;
}
.BgClassName
{
background-color: #EF9E7D;
}
</style>
border-color css
<style>
span { border-color: #EF9E7D; }
span { border-color: rgb(239,158,125); }
td.TdClassName
{
border-color: #EF9E7D;
}
.TagClassName
{
border-color: #EF9E7D;
}
</style>