Shades of Dark Salmon #EF9075
Tints of Dark Salmon #EF9075
RGB
CMYK
RGB Variations
Color information
#EF9075 (or 0xEF9075) is known color: Dark Salmon. HEX triplet: EF, 90 and 75. RGB value is (239,144,117). Sum of RGB (Red+Green+Blue) = 239+144+117=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9075 is #106F8A. Grayscale: #A9A9A9. Windows color (decimal): -1077131 or 7704815. OLE color: 7704815.
HSL color Cylindrical-coordinate representation of color #EF9075: hue angle of 13.28º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF9075 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 117 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.06 |
| HSL | 13.28º | 0.79% | 0.7% | - |
| HSV(B) | 13.28º | 0.51% | 0.94% | - |
| XYZ | 48.78 | 39.58 | 21.9 | - |
| YUV | 169.33 | 98.47 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 117 | 0 | 0.40 | 0.51 | 0.06 | 13.28 | 0.79 | 0.7 |
| Hex | EF | 90 | 75 | 0 | 28 | 33 | 6 | D | 4F | 46 |
| Octal | 357 | 220 | 165 | 0 | 50 | 63 | 6 | 15 | 117 | 106 |
| Binary | 11101111 | 10010000 | 1110101 | 0 | 101000 | 110011 | 110 | 1101 | 1001111 | 1000110 |
Color Harmonies of #EF9075
Complementary color
Monochromatic Colors of #EF9075
Black with #EF9075
Text Example
Text Example
White with #EF9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9075; }
p { color: rgb(239,144,117); }
H1.HeaderClassName
{
color: #EF9075;
}
.AnyTagClassName
{
color: #EF9075;
}
</style>
background-color css
<style>
a { background-color: #EF9075; }
a { background-color: rgb(239,144,117); }
div.DivClassName
{
background-color: #EF9075;
}
.BgClassName
{
background-color: #EF9075;
}
</style>
border-color css
<style>
span { border-color: #EF9075; }
span { border-color: rgb(239,144,117); }
td.TdClassName
{
border-color: #EF9075;
}
.TagClassName
{
border-color: #EF9075;
}
</style>