Shades of Dark Salmon #EC9073
Tints of Dark Salmon #EC9073
RGB
CMYK
RGB Variations
Color information
#EC9073 (or 0xEC9073) is known color: Dark Salmon. HEX triplet: EC, 90 and 73. RGB value is (236,144,115). Sum of RGB (Red+Green+Blue) = 236+144+115=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9073 is #136F8C. Grayscale: #A8A8A8. Windows color (decimal): -1273741 or 7573740. OLE color: 7573740.
HSL color Cylindrical-coordinate representation of color #EC9073: hue angle of 14.38º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC9073 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 115 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.07 |
| HSL | 14.38º | 0.76% | 0.69% | - |
| HSV(B) | 14.38º | 0.51% | 0.93% | - |
| XYZ | 47.66 | 39.02 | 21.24 | - |
| YUV | 168.2 | 97.98 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 115 | 0 | 0.39 | 0.51 | 0.07 | 14.38 | 0.76 | 0.69 |
| Hex | EC | 90 | 73 | 0 | 27 | 33 | 7 | E | 4C | 45 |
| Octal | 354 | 220 | 163 | 0 | 47 | 63 | 7 | 16 | 114 | 105 |
| Binary | 11101100 | 10010000 | 1110011 | 0 | 100111 | 110011 | 111 | 1110 | 1001100 | 1000101 |
Color Harmonies of #EC9073
Complementary color
Monochromatic Colors of #EC9073
Black with #EC9073
Text Example
Text Example
White with #EC9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9073; }
p { color: rgb(236,144,115); }
H1.HeaderClassName
{
color: #EC9073;
}
.AnyTagClassName
{
color: #EC9073;
}
</style>
background-color css
<style>
a { background-color: #EC9073; }
a { background-color: rgb(236,144,115); }
div.DivClassName
{
background-color: #EC9073;
}
.BgClassName
{
background-color: #EC9073;
}
</style>
border-color css
<style>
span { border-color: #EC9073; }
span { border-color: rgb(236,144,115); }
td.TdClassName
{
border-color: #EC9073;
}
.TagClassName
{
border-color: #EC9073;
}
</style>