Shades of Dark Salmon #EC917F
Tints of Dark Salmon #EC917F
RGB
CMYK
RGB Variations
Color information
#EC917F (or 0xEC917F) is known color: Dark Salmon. HEX triplet: EC, 91 and 7F. RGB value is (236,145,127). Sum of RGB (Red+Green+Blue) = 236+145+127=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC917F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC917F is #136E80. Grayscale: #AAAAAA. Windows color (decimal): -1273473 or 8360428. OLE color: 8360428.
HSL color Cylindrical-coordinate representation of color #EC917F: hue angle of 9.91º 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 #EC917F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 127 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.07 |
| HSL | 9.91º | 0.74% | 0.71% | - |
| HSV(B) | 9.91º | 0.46% | 0.93% | - |
| XYZ | 48.55 | 39.62 | 25.17 | - |
| YUV | 170.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 127 | 0 | 0.39 | 0.46 | 0.07 | 9.91 | 0.74 | 0.71 |
| Hex | EC | 91 | 7F | 0 | 27 | 2E | 7 | A | 4A | 47 |
| Octal | 354 | 221 | 177 | 0 | 47 | 56 | 7 | 12 | 112 | 107 |
| Binary | 11101100 | 10010001 | 1111111 | 0 | 100111 | 101110 | 111 | 1010 | 1001010 | 1000111 |
Color Harmonies of #EC917F
Complementary color
Monochromatic Colors of #EC917F
Black with #EC917F
Text Example
Text Example
White with #EC917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC917F; }
p { color: rgb(236,145,127); }
H1.HeaderClassName
{
color: #EC917F;
}
.AnyTagClassName
{
color: #EC917F;
}
</style>
background-color css
<style>
a { background-color: #EC917F; }
a { background-color: rgb(236,145,127); }
div.DivClassName
{
background-color: #EC917F;
}
.BgClassName
{
background-color: #EC917F;
}
</style>
border-color css
<style>
span { border-color: #EC917F; }
span { border-color: rgb(236,145,127); }
td.TdClassName
{
border-color: #EC917F;
}
.TagClassName
{
border-color: #EC917F;
}
</style>