Shades of Dark Salmon #EC9380
Tints of Dark Salmon #EC9380
RGB
CMYK
RGB Variations
Color information
#EC9380 (or 0xEC9380) is known color: Dark Salmon. HEX triplet: EC, 93 and 80. RGB value is (236,147,128). Sum of RGB (Red+Green+Blue) = 236+147+128=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9380 is #136C7F. Grayscale: #ABABAB. Windows color (decimal): -1272960 or 8426476. OLE color: 8426476.
HSL color Cylindrical-coordinate representation of color #EC9380: hue angle of 10.56º 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 #EC9380 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 128 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.07 |
| HSL | 10.56º | 0.74% | 0.71% | - |
| HSV(B) | 10.56º | 0.46% | 0.93% | - |
| XYZ | 48.92 | 40.26 | 25.61 | - |
| YUV | 171.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 128 | 0 | 0.38 | 0.46 | 0.07 | 10.56 | 0.74 | 0.71 |
| Hex | EC | 93 | 80 | 0 | 26 | 2E | 7 | B | 4A | 47 |
| Octal | 354 | 223 | 200 | 0 | 46 | 56 | 7 | 13 | 112 | 107 |
| Binary | 11101100 | 10010011 | 10000000 | 0 | 100110 | 101110 | 111 | 1011 | 1001010 | 1000111 |
Color Harmonies of #EC9380
Complementary color
Monochromatic Colors of #EC9380
Black with #EC9380
Text Example
Text Example
White with #EC9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9380; }
p { color: rgb(236,147,128); }
H1.HeaderClassName
{
color: #EC9380;
}
.AnyTagClassName
{
color: #EC9380;
}
</style>
background-color css
<style>
a { background-color: #EC9380; }
a { background-color: rgb(236,147,128); }
div.DivClassName
{
background-color: #EC9380;
}
.BgClassName
{
background-color: #EC9380;
}
</style>
border-color css
<style>
span { border-color: #EC9380; }
span { border-color: rgb(236,147,128); }
td.TdClassName
{
border-color: #EC9380;
}
.TagClassName
{
border-color: #EC9380;
}
</style>