Shades of Dark Salmon #EF907E
Tints of Dark Salmon #EF907E
RGB
CMYK
RGB Variations
Color information
#EF907E (or 0xEF907E) is known color: Dark Salmon. HEX triplet: EF, 90 and 7E. RGB value is (239,144,126). Sum of RGB (Red+Green+Blue) = 239+144+126=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF907E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF907E is #106F81. Grayscale: #AAAAAA. Windows color (decimal): -1077122 or 8294639. OLE color: 8294639.
HSL color Cylindrical-coordinate representation of color #EF907E: hue angle of 9.56º 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 #EF907E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 126 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.06 |
| HSL | 9.56º | 0.78% | 0.72% | - |
| HSV(B) | 9.56º | 0.47% | 0.94% | - |
| XYZ | 49.34 | 39.8 | 24.82 | - |
| YUV | 170.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 126 | 0 | 0.40 | 0.47 | 0.06 | 9.56 | 0.78 | 0.72 |
| Hex | EF | 90 | 7E | 0 | 28 | 2F | 6 | A | 4E | 48 |
| Octal | 357 | 220 | 176 | 0 | 50 | 57 | 6 | 12 | 116 | 110 |
| Binary | 11101111 | 10010000 | 1111110 | 0 | 101000 | 101111 | 110 | 1010 | 1001110 | 1001000 |
Color Harmonies of #EF907E
Complementary color
Monochromatic Colors of #EF907E
Black with #EF907E
Text Example
Text Example
White with #EF907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF907E; }
p { color: rgb(239,144,126); }
H1.HeaderClassName
{
color: #EF907E;
}
.AnyTagClassName
{
color: #EF907E;
}
</style>
background-color css
<style>
a { background-color: #EF907E; }
a { background-color: rgb(239,144,126); }
div.DivClassName
{
background-color: #EF907E;
}
.BgClassName
{
background-color: #EF907E;
}
</style>
border-color css
<style>
span { border-color: #EF907E; }
span { border-color: rgb(239,144,126); }
td.TdClassName
{
border-color: #EF907E;
}
.TagClassName
{
border-color: #EF907E;
}
</style>