Shades of Dark Salmon #EC977D
Tints of Dark Salmon #EC977D
RGB
CMYK
RGB Variations
Color information
#EC977D (or 0xEC977D) is known color: Dark Salmon. HEX triplet: EC, 97 and 7D. RGB value is (236,151,125). Sum of RGB (Red+Green+Blue) = 236+151+125=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC977D is #136882. Grayscale: #ADADAD. Windows color (decimal): -1271939 or 8230892. OLE color: 8230892.
HSL color Cylindrical-coordinate representation of color #EC977D: hue angle of 14.05º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC977D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 125 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.07 |
| HSL | 14.05º | 0.74% | 0.71% | - |
| HSV(B) | 14.05º | 0.47% | 0.93% | - |
| XYZ | 49.36 | 41.45 | 24.8 | - |
| YUV | 173.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 125 | 0 | 0.36 | 0.47 | 0.07 | 14.05 | 0.74 | 0.71 |
| Hex | EC | 97 | 7D | 0 | 24 | 2F | 7 | E | 4A | 47 |
| Octal | 354 | 227 | 175 | 0 | 44 | 57 | 7 | 16 | 112 | 107 |
| Binary | 11101100 | 10010111 | 1111101 | 0 | 100100 | 101111 | 111 | 1110 | 1001010 | 1000111 |
Color Harmonies of #EC977D
Complementary color
Monochromatic Colors of #EC977D
Black with #EC977D
Text Example
Text Example
White with #EC977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC977D; }
p { color: rgb(236,151,125); }
H1.HeaderClassName
{
color: #EC977D;
}
.AnyTagClassName
{
color: #EC977D;
}
</style>
background-color css
<style>
a { background-color: #EC977D; }
a { background-color: rgb(236,151,125); }
div.DivClassName
{
background-color: #EC977D;
}
.BgClassName
{
background-color: #EC977D;
}
</style>
border-color css
<style>
span { border-color: #EC977D; }
span { border-color: rgb(236,151,125); }
td.TdClassName
{
border-color: #EC977D;
}
.TagClassName
{
border-color: #EC977D;
}
</style>