Shades of Dark Salmon #EC957A
Tints of Dark Salmon #EC957A
RGB
CMYK
RGB Variations
Color information
#EC957A (or 0xEC957A) is known color: Dark Salmon. HEX triplet: EC, 95 and 7A. RGB value is (236,149,122). Sum of RGB (Red+Green+Blue) = 236+149+122=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC957A is #136A85. Grayscale: #ACACAC. Windows color (decimal): -1272454 or 8033772. OLE color: 8033772.
HSL color Cylindrical-coordinate representation of color #EC957A: hue angle of 14.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC957A is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 122 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.07 |
| HSL | 14.21º | 0.75% | 0.7% | - |
| HSV(B) | 14.21º | 0.48% | 0.93% | - |
| XYZ | 48.85 | 40.73 | 23.7 | - |
| YUV | 171.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 122 | 0 | 0.37 | 0.48 | 0.07 | 14.21 | 0.75 | 0.7 |
| Hex | EC | 95 | 7A | 0 | 25 | 30 | 7 | E | 4B | 46 |
| Octal | 354 | 225 | 172 | 0 | 45 | 60 | 7 | 16 | 113 | 106 |
| Binary | 11101100 | 10010101 | 1111010 | 0 | 100101 | 110000 | 111 | 1110 | 1001011 | 1000110 |
Color Harmonies of #EC957A
Complementary color
Monochromatic Colors of #EC957A
Black with #EC957A
Text Example
Text Example
White with #EC957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC957A; }
p { color: rgb(236,149,122); }
H1.HeaderClassName
{
color: #EC957A;
}
.AnyTagClassName
{
color: #EC957A;
}
</style>
background-color css
<style>
a { background-color: #EC957A; }
a { background-color: rgb(236,149,122); }
div.DivClassName
{
background-color: #EC957A;
}
.BgClassName
{
background-color: #EC957A;
}
</style>
border-color css
<style>
span { border-color: #EC957A; }
span { border-color: rgb(236,149,122); }
td.TdClassName
{
border-color: #EC957A;
}
.TagClassName
{
border-color: #EC957A;
}
</style>