Shades of Dark Salmon #EC9B72
Tints of Dark Salmon #EC9B72
RGB
CMYK
RGB Variations
Color information
#EC9B72 (or 0xEC9B72) is known color: Dark Salmon. HEX triplet: EC, 9B and 72. RGB value is (236,155,114). Sum of RGB (Red+Green+Blue) = 236+155+114=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9B72 is #13648D. Grayscale: #AEAEAE. Windows color (decimal): -1270926 or 7511020. OLE color: 7511020.
HSL color Cylindrical-coordinate representation of color #EC9B72: hue angle of 20.16º 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 #EC9B72 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 114 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.07 |
| HSL | 20.16º | 0.76% | 0.69% | - |
| HSV(B) | 20.16º | 0.52% | 0.93% | - |
| XYZ | 49.35 | 42.49 | 21.52 | - |
| YUV | 174.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 114 | 0 | 0.34 | 0.52 | 0.07 | 20.16 | 0.76 | 0.69 |
| Hex | EC | 9B | 72 | 0 | 22 | 34 | 7 | 14 | 4C | 45 |
| Octal | 354 | 233 | 162 | 0 | 42 | 64 | 7 | 24 | 114 | 105 |
| Binary | 11101100 | 10011011 | 1110010 | 0 | 100010 | 110100 | 111 | 10100 | 1001100 | 1000101 |
Color Harmonies of #EC9B72
Complementary color
Monochromatic Colors of #EC9B72
Black with #EC9B72
Text Example
Text Example
White with #EC9B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9B72; }
p { color: rgb(236,155,114); }
H1.HeaderClassName
{
color: #EC9B72;
}
.AnyTagClassName
{
color: #EC9B72;
}
</style>
background-color css
<style>
a { background-color: #EC9B72; }
a { background-color: rgb(236,155,114); }
div.DivClassName
{
background-color: #EC9B72;
}
.BgClassName
{
background-color: #EC9B72;
}
</style>
border-color css
<style>
span { border-color: #EC9B72; }
span { border-color: rgb(236,155,114); }
td.TdClassName
{
border-color: #EC9B72;
}
.TagClassName
{
border-color: #EC9B72;
}
</style>