Shades of Dark Salmon #EF9477
Tints of Dark Salmon #EF9477
RGB
CMYK
RGB Variations
Color information
#EF9477 (or 0xEF9477) is known color: Dark Salmon. HEX triplet: EF, 94 and 77. RGB value is (239,148,119). Sum of RGB (Red+Green+Blue) = 239+148+119=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9477 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9477 is #106B88. Grayscale: #ACACAC. Windows color (decimal): -1076105 or 7836911. OLE color: 7836911.
HSL color Cylindrical-coordinate representation of color #EF9477: hue angle of 14.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF9477 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 119 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.06 |
| HSL | 14.5º | 0.79% | 0.7% | - |
| HSV(B) | 14.5º | 0.5% | 0.94% | - |
| XYZ | 49.52 | 40.86 | 22.73 | - |
| YUV | 171.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 119 | 0 | 0.38 | 0.50 | 0.06 | 14.5 | 0.79 | 0.7 |
| Hex | EF | 94 | 77 | 0 | 26 | 32 | 6 | E | 4F | 46 |
| Octal | 357 | 224 | 167 | 0 | 46 | 62 | 6 | 16 | 117 | 106 |
| Binary | 11101111 | 10010100 | 1110111 | 0 | 100110 | 110010 | 110 | 1110 | 1001111 | 1000110 |
Color Harmonies of #EF9477
Complementary color
Monochromatic Colors of #EF9477
Black with #EF9477
Text Example
Text Example
White with #EF9477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9477; }
p { color: rgb(239,148,119); }
H1.HeaderClassName
{
color: #EF9477;
}
.AnyTagClassName
{
color: #EF9477;
}
</style>
background-color css
<style>
a { background-color: #EF9477; }
a { background-color: rgb(239,148,119); }
div.DivClassName
{
background-color: #EF9477;
}
.BgClassName
{
background-color: #EF9477;
}
</style>
border-color css
<style>
span { border-color: #EF9477; }
span { border-color: rgb(239,148,119); }
td.TdClassName
{
border-color: #EF9477;
}
.TagClassName
{
border-color: #EF9477;
}
</style>