Shades of Dark Salmon #EC916B
Tints of Dark Salmon #EC916B
RGB
CMYK
RGB Variations
Color information
#EC916B (or 0xEC916B) is known color: Dark Salmon. HEX triplet: EC, 91 and 6B. RGB value is (236,145,107). Sum of RGB (Red+Green+Blue) = 236+145+107=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC916B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC916B is #136E94. Grayscale: #A8A8A8. Windows color (decimal): -1273493 or 7049708. OLE color: 7049708.
HSL color Cylindrical-coordinate representation of color #EC916B: hue angle of 17.67º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC916B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 107 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.07 |
| HSL | 17.67º | 0.77% | 0.67% | - |
| HSV(B) | 17.67º | 0.55% | 0.93% | - |
| XYZ | 47.37 | 39.15 | 18.97 | - |
| YUV | 167.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 107 | 0 | 0.39 | 0.55 | 0.07 | 17.67 | 0.77 | 0.67 |
| Hex | EC | 91 | 6B | 0 | 27 | 37 | 7 | 12 | 4D | 43 |
| Octal | 354 | 221 | 153 | 0 | 47 | 67 | 7 | 22 | 115 | 103 |
| Binary | 11101100 | 10010001 | 1101011 | 0 | 100111 | 110111 | 111 | 10010 | 1001101 | 1000011 |
Color Harmonies of #EC916B
Complementary color
Monochromatic Colors of #EC916B
Black with #EC916B
Text Example
Text Example
White with #EC916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC916B; }
p { color: rgb(236,145,107); }
H1.HeaderClassName
{
color: #EC916B;
}
.AnyTagClassName
{
color: #EC916B;
}
</style>
background-color css
<style>
a { background-color: #EC916B; }
a { background-color: rgb(236,145,107); }
div.DivClassName
{
background-color: #EC916B;
}
.BgClassName
{
background-color: #EC916B;
}
</style>
border-color css
<style>
span { border-color: #EC916B; }
span { border-color: rgb(236,145,107); }
td.TdClassName
{
border-color: #EC916B;
}
.TagClassName
{
border-color: #EC916B;
}
</style>