Shades of Dark Salmon #EC8A72
Tints of Dark Salmon #EC8A72
RGB
CMYK
RGB Variations
Color information
#EC8A72 (or 0xEC8A72) is known color: Dark Salmon. HEX triplet: EC, 8A and 72. RGB value is (236,138,114). Sum of RGB (Red+Green+Blue) = 236+138+114=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A72 is #13758D. Grayscale: #A4A4A4. Windows color (decimal): -1275278 or 7506668. OLE color: 7506668.
HSL color Cylindrical-coordinate representation of color #EC8A72: hue angle of 11.8º 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 #EC8A72 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 114 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.07 |
| HSL | 11.8º | 0.76% | 0.69% | - |
| HSV(B) | 11.8º | 0.52% | 0.93% | - |
| XYZ | 46.72 | 37.22 | 20.64 | - |
| YUV | 164.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 114 | 0 | 0.42 | 0.52 | 0.07 | 11.8 | 0.76 | 0.69 |
| Hex | EC | 8A | 72 | 0 | 2A | 34 | 7 | C | 4C | 45 |
| Octal | 354 | 212 | 162 | 0 | 52 | 64 | 7 | 14 | 114 | 105 |
| Binary | 11101100 | 10001010 | 1110010 | 0 | 101010 | 110100 | 111 | 1100 | 1001100 | 1000101 |
Color Harmonies of #EC8A72
Complementary color
Monochromatic Colors of #EC8A72
Black with #EC8A72
Text Example
Text Example
White with #EC8A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A72; }
p { color: rgb(236,138,114); }
H1.HeaderClassName
{
color: #EC8A72;
}
.AnyTagClassName
{
color: #EC8A72;
}
</style>
background-color css
<style>
a { background-color: #EC8A72; }
a { background-color: rgb(236,138,114); }
div.DivClassName
{
background-color: #EC8A72;
}
.BgClassName
{
background-color: #EC8A72;
}
</style>
border-color css
<style>
span { border-color: #EC8A72; }
span { border-color: rgb(236,138,114); }
td.TdClassName
{
border-color: #EC8A72;
}
.TagClassName
{
border-color: #EC8A72;
}
</style>