Shades of Dark Salmon #EC9472
Tints of Dark Salmon #EC9472
RGB
CMYK
RGB Variations
Color information
#EC9472 (or 0xEC9472) is known color: Dark Salmon. HEX triplet: EC, 94 and 72. RGB value is (236,148,114). Sum of RGB (Red+Green+Blue) = 236+148+114=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9472 is #136B8D. Grayscale: #AAAAAA. Windows color (decimal): -1272718 or 7509228. OLE color: 7509228.
HSL color Cylindrical-coordinate representation of color #EC9472: hue angle of 16.72º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC9472 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 114 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.07 |
| HSL | 16.72º | 0.76% | 0.69% | - |
| HSV(B) | 16.72º | 0.52% | 0.93% | - |
| XYZ | 48.22 | 40.23 | 21.14 | - |
| YUV | 170.44 | 96.15 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 114 | 0 | 0.37 | 0.52 | 0.07 | 16.72 | 0.76 | 0.69 |
| Hex | EC | 94 | 72 | 0 | 25 | 34 | 7 | 11 | 4C | 45 |
| Octal | 354 | 224 | 162 | 0 | 45 | 64 | 7 | 21 | 114 | 105 |
| Binary | 11101100 | 10010100 | 1110010 | 0 | 100101 | 110100 | 111 | 10001 | 1001100 | 1000101 |
Color Harmonies of #EC9472
Complementary color
Monochromatic Colors of #EC9472
Black with #EC9472
Text Example
Text Example
White with #EC9472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9472; }
p { color: rgb(236,148,114); }
H1.HeaderClassName
{
color: #EC9472;
}
.AnyTagClassName
{
color: #EC9472;
}
</style>
background-color css
<style>
a { background-color: #EC9472; }
a { background-color: rgb(236,148,114); }
div.DivClassName
{
background-color: #EC9472;
}
.BgClassName
{
background-color: #EC9472;
}
</style>
border-color css
<style>
span { border-color: #EC9472; }
span { border-color: rgb(236,148,114); }
td.TdClassName
{
border-color: #EC9472;
}
.TagClassName
{
border-color: #EC9472;
}
</style>