Shades of Dark Salmon #EC907A
Tints of Dark Salmon #EC907A
RGB
CMYK
RGB Variations
Color information
#EC907A (or 0xEC907A) is known color: Dark Salmon. HEX triplet: EC, 90 and 7A. RGB value is (236,144,122). Sum of RGB (Red+Green+Blue) = 236+144+122=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC907A is #136F85. Grayscale: #A9A9A9. Windows color (decimal): -1273734 or 8032492. OLE color: 8032492.
HSL color Cylindrical-coordinate representation of color #EC907A: hue angle of 11.58º 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 #EC907A is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 122 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.07 |
| HSL | 11.58º | 0.75% | 0.7% | - |
| HSV(B) | 11.58º | 0.48% | 0.93% | - |
| XYZ | 48.08 | 39.18 | 23.44 | - |
| YUV | 169 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 122 | 0 | 0.39 | 0.48 | 0.07 | 11.58 | 0.75 | 0.7 |
| Hex | EC | 90 | 7A | 0 | 27 | 30 | 7 | C | 4B | 46 |
| Octal | 354 | 220 | 172 | 0 | 47 | 60 | 7 | 14 | 113 | 106 |
| Binary | 11101100 | 10010000 | 1111010 | 0 | 100111 | 110000 | 111 | 1100 | 1001011 | 1000110 |
Color Harmonies of #EC907A
Complementary color
Monochromatic Colors of #EC907A
Black with #EC907A
Text Example
Text Example
White with #EC907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC907A; }
p { color: rgb(236,144,122); }
H1.HeaderClassName
{
color: #EC907A;
}
.AnyTagClassName
{
color: #EC907A;
}
</style>
background-color css
<style>
a { background-color: #EC907A; }
a { background-color: rgb(236,144,122); }
div.DivClassName
{
background-color: #EC907A;
}
.BgClassName
{
background-color: #EC907A;
}
</style>
border-color css
<style>
span { border-color: #EC907A; }
span { border-color: rgb(236,144,122); }
td.TdClassName
{
border-color: #EC907A;
}
.TagClassName
{
border-color: #EC907A;
}
</style>