Shades of Dark Salmon #EC9172
Tints of Dark Salmon #EC9172
RGB
CMYK
RGB Variations
Color information
#EC9172 (or 0xEC9172) is known color: Dark Salmon. HEX triplet: EC, 91 and 72. RGB value is (236,145,114). Sum of RGB (Red+Green+Blue) = 236+145+114=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9172 is #136E8D. Grayscale: #A8A8A8. Windows color (decimal): -1273486 or 7508460. OLE color: 7508460.
HSL color Cylindrical-coordinate representation of color #EC9172: hue angle of 15.25º 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 #EC9172 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 114 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.07 |
| HSL | 15.25º | 0.76% | 0.69% | - |
| HSV(B) | 15.25º | 0.52% | 0.93% | - |
| XYZ | 47.75 | 39.3 | 20.99 | - |
| YUV | 168.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 114 | 0 | 0.39 | 0.52 | 0.07 | 15.25 | 0.76 | 0.69 |
| Hex | EC | 91 | 72 | 0 | 27 | 34 | 7 | F | 4C | 45 |
| Octal | 354 | 221 | 162 | 0 | 47 | 64 | 7 | 17 | 114 | 105 |
| Binary | 11101100 | 10010001 | 1110010 | 0 | 100111 | 110100 | 111 | 1111 | 1001100 | 1000101 |
Color Harmonies of #EC9172
Complementary color
Monochromatic Colors of #EC9172
Black with #EC9172
Text Example
Text Example
White with #EC9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9172; }
p { color: rgb(236,145,114); }
H1.HeaderClassName
{
color: #EC9172;
}
.AnyTagClassName
{
color: #EC9172;
}
</style>
background-color css
<style>
a { background-color: #EC9172; }
a { background-color: rgb(236,145,114); }
div.DivClassName
{
background-color: #EC9172;
}
.BgClassName
{
background-color: #EC9172;
}
</style>
border-color css
<style>
span { border-color: #EC9172; }
span { border-color: rgb(236,145,114); }
td.TdClassName
{
border-color: #EC9172;
}
.TagClassName
{
border-color: #EC9172;
}
</style>