Shades of Dark Salmon #EF9E7A
Tints of Dark Salmon #EF9E7A
RGB
CMYK
RGB Variations
Color information
#EF9E7A (or 0xEF9E7A) is known color: Dark Salmon. HEX triplet: EF, 9E and 7A. RGB value is (239,158,122). Sum of RGB (Red+Green+Blue) = 239+158+122=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E7A is #106185. Grayscale: #B2B2B2. Windows color (decimal): -1073542 or 8036079. OLE color: 8036079.
HSL color Cylindrical-coordinate representation of color #EF9E7A: hue angle of 18.46º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF9E7A is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 122 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.06 |
| HSL | 18.46º | 0.79% | 0.71% | - |
| HSV(B) | 18.46º | 0.49% | 0.94% | - |
| XYZ | 51.34 | 44.21 | 24.24 | - |
| YUV | 178.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 122 | 0 | 0.34 | 0.49 | 0.06 | 18.46 | 0.79 | 0.71 |
| Hex | EF | 9E | 7A | 0 | 22 | 31 | 6 | 12 | 4F | 47 |
| Octal | 357 | 236 | 172 | 0 | 42 | 61 | 6 | 22 | 117 | 107 |
| Binary | 11101111 | 10011110 | 1111010 | 0 | 100010 | 110001 | 110 | 10010 | 1001111 | 1000111 |
Color Harmonies of #EF9E7A
Complementary color
Monochromatic Colors of #EF9E7A
Black with #EF9E7A
Text Example
Text Example
White with #EF9E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9E7A; }
p { color: rgb(239,158,122); }
H1.HeaderClassName
{
color: #EF9E7A;
}
.AnyTagClassName
{
color: #EF9E7A;
}
</style>
background-color css
<style>
a { background-color: #EF9E7A; }
a { background-color: rgb(239,158,122); }
div.DivClassName
{
background-color: #EF9E7A;
}
.BgClassName
{
background-color: #EF9E7A;
}
</style>
border-color css
<style>
span { border-color: #EF9E7A; }
span { border-color: rgb(239,158,122); }
td.TdClassName
{
border-color: #EF9E7A;
}
.TagClassName
{
border-color: #EF9E7A;
}
</style>