Shades of Dark Salmon #EC947A
Tints of Dark Salmon #EC947A
RGB
CMYK
RGB Variations
Color information
#EC947A (or 0xEC947A) is known color: Dark Salmon. HEX triplet: EC, 94 and 7A. RGB value is (236,148,122). Sum of RGB (Red+Green+Blue) = 236+148+122=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC947A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC947A is #136B85. Grayscale: #ABABAB. Windows color (decimal): -1272710 or 8033516. OLE color: 8033516.
HSL color Cylindrical-coordinate representation of color #EC947A: hue angle of 13.68º 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 #EC947A is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 122 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.07 |
| HSL | 13.68º | 0.75% | 0.7% | - |
| HSV(B) | 13.68º | 0.48% | 0.93% | - |
| XYZ | 48.69 | 40.42 | 23.65 | - |
| YUV | 171.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 122 | 0 | 0.37 | 0.48 | 0.07 | 13.68 | 0.75 | 0.7 |
| Hex | EC | 94 | 7A | 0 | 25 | 30 | 7 | E | 4B | 46 |
| Octal | 354 | 224 | 172 | 0 | 45 | 60 | 7 | 16 | 113 | 106 |
| Binary | 11101100 | 10010100 | 1111010 | 0 | 100101 | 110000 | 111 | 1110 | 1001011 | 1000110 |
Color Harmonies of #EC947A
Complementary color
Monochromatic Colors of #EC947A
Black with #EC947A
Text Example
Text Example
White with #EC947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC947A; }
p { color: rgb(236,148,122); }
H1.HeaderClassName
{
color: #EC947A;
}
.AnyTagClassName
{
color: #EC947A;
}
</style>
background-color css
<style>
a { background-color: #EC947A; }
a { background-color: rgb(236,148,122); }
div.DivClassName
{
background-color: #EC947A;
}
.BgClassName
{
background-color: #EC947A;
}
</style>
border-color css
<style>
span { border-color: #EC947A; }
span { border-color: rgb(236,148,122); }
td.TdClassName
{
border-color: #EC947A;
}
.TagClassName
{
border-color: #EC947A;
}
</style>