Shades of Dark Salmon #EC977F
Tints of Dark Salmon #EC977F
RGB
CMYK
RGB Variations
Color information
#EC977F (or 0xEC977F) is known color: Dark Salmon. HEX triplet: EC, 97 and 7F. RGB value is (236,151,127). Sum of RGB (Red+Green+Blue) = 236+151+127=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC977F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC977F is #136880. Grayscale: #ADADAD. Windows color (decimal): -1271937 or 8361964. OLE color: 8361964.
HSL color Cylindrical-coordinate representation of color #EC977F: hue angle of 13.21º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC977F is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 127 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.07 |
| HSL | 13.21º | 0.74% | 0.71% | - |
| HSV(B) | 13.21º | 0.46% | 0.93% | - |
| XYZ | 49.49 | 41.5 | 25.48 | - |
| YUV | 173.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 127 | 0 | 0.36 | 0.46 | 0.07 | 13.21 | 0.74 | 0.71 |
| Hex | EC | 97 | 7F | 0 | 24 | 2E | 7 | D | 4A | 47 |
| Octal | 354 | 227 | 177 | 0 | 44 | 56 | 7 | 15 | 112 | 107 |
| Binary | 11101100 | 10010111 | 1111111 | 0 | 100100 | 101110 | 111 | 1101 | 1001010 | 1000111 |
Color Harmonies of #EC977F
Complementary color
Monochromatic Colors of #EC977F
Black with #EC977F
Text Example
Text Example
White with #EC977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC977F; }
p { color: rgb(236,151,127); }
H1.HeaderClassName
{
color: #EC977F;
}
.AnyTagClassName
{
color: #EC977F;
}
</style>
background-color css
<style>
a { background-color: #EC977F; }
a { background-color: rgb(236,151,127); }
div.DivClassName
{
background-color: #EC977F;
}
.BgClassName
{
background-color: #EC977F;
}
</style>
border-color css
<style>
span { border-color: #EC977F; }
span { border-color: rgb(236,151,127); }
td.TdClassName
{
border-color: #EC977F;
}
.TagClassName
{
border-color: #EC977F;
}
</style>