Shades of Dark Salmon #EC906B
Tints of Dark Salmon #EC906B
RGB
CMYK
RGB Variations
Color information
#EC906B (or 0xEC906B) is known color: Dark Salmon. HEX triplet: EC, 90 and 6B. RGB value is (236,144,107). Sum of RGB (Red+Green+Blue) = 236+144+107=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC906B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC906B is #136F94. Grayscale: #A7A7A7. Windows color (decimal): -1273749 or 7049452. OLE color: 7049452.
HSL color Cylindrical-coordinate representation of color #EC906B: hue angle of 17.21º 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 #EC906B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 107 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.07 |
| HSL | 17.21º | 0.77% | 0.67% | - |
| HSV(B) | 17.21º | 0.55% | 0.93% | - |
| XYZ | 47.22 | 38.84 | 18.92 | - |
| YUV | 167.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 107 | 0 | 0.39 | 0.55 | 0.07 | 17.21 | 0.77 | 0.67 |
| Hex | EC | 90 | 6B | 0 | 27 | 37 | 7 | 11 | 4D | 43 |
| Octal | 354 | 220 | 153 | 0 | 47 | 67 | 7 | 21 | 115 | 103 |
| Binary | 11101100 | 10010000 | 1101011 | 0 | 100111 | 110111 | 111 | 10001 | 1001101 | 1000011 |
Color Harmonies of #EC906B
Complementary color
Monochromatic Colors of #EC906B
Black with #EC906B
Text Example
Text Example
White with #EC906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC906B; }
p { color: rgb(236,144,107); }
H1.HeaderClassName
{
color: #EC906B;
}
.AnyTagClassName
{
color: #EC906B;
}
</style>
background-color css
<style>
a { background-color: #EC906B; }
a { background-color: rgb(236,144,107); }
div.DivClassName
{
background-color: #EC906B;
}
.BgClassName
{
background-color: #EC906B;
}
</style>
border-color css
<style>
span { border-color: #EC906B; }
span { border-color: rgb(236,144,107); }
td.TdClassName
{
border-color: #EC906B;
}
.TagClassName
{
border-color: #EC906B;
}
</style>