Shades of Dark Salmon #EC9A72
Tints of Dark Salmon #EC9A72
RGB
CMYK
RGB Variations
Color information
#EC9A72 (or 0xEC9A72) is known color: Dark Salmon. HEX triplet: EC, 9A and 72. RGB value is (236,154,114). Sum of RGB (Red+Green+Blue) = 236+154+114=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9A72 is #13658D. Grayscale: #AEAEAE. Windows color (decimal): -1271182 or 7510764. OLE color: 7510764.
HSL color Cylindrical-coordinate representation of color #EC9A72: hue angle of 19.67º 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 #EC9A72 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 114 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.07 |
| HSL | 19.67º | 0.76% | 0.69% | - |
| HSV(B) | 19.67º | 0.52% | 0.93% | - |
| XYZ | 49.18 | 42.16 | 21.46 | - |
| YUV | 173.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 114 | 0 | 0.35 | 0.52 | 0.07 | 19.67 | 0.76 | 0.69 |
| Hex | EC | 9A | 72 | 0 | 23 | 34 | 7 | 14 | 4C | 45 |
| Octal | 354 | 232 | 162 | 0 | 43 | 64 | 7 | 24 | 114 | 105 |
| Binary | 11101100 | 10011010 | 1110010 | 0 | 100011 | 110100 | 111 | 10100 | 1001100 | 1000101 |
Color Harmonies of #EC9A72
Complementary color
Monochromatic Colors of #EC9A72
Black with #EC9A72
Text Example
Text Example
White with #EC9A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A72; }
p { color: rgb(236,154,114); }
H1.HeaderClassName
{
color: #EC9A72;
}
.AnyTagClassName
{
color: #EC9A72;
}
</style>
background-color css
<style>
a { background-color: #EC9A72; }
a { background-color: rgb(236,154,114); }
div.DivClassName
{
background-color: #EC9A72;
}
.BgClassName
{
background-color: #EC9A72;
}
</style>
border-color css
<style>
span { border-color: #EC9A72; }
span { border-color: rgb(236,154,114); }
td.TdClassName
{
border-color: #EC9A72;
}
.TagClassName
{
border-color: #EC9A72;
}
</style>