Shades of Dark Salmon #EC8C7F
Tints of Dark Salmon #EC8C7F
RGB
CMYK
RGB Variations
Color information
#EC8C7F (or 0xEC8C7F) is known color: Dark Salmon. HEX triplet: EC, 8C and 7F. RGB value is (236,140,127). Sum of RGB (Red+Green+Blue) = 236+140+127=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C7F is #137380. Grayscale: #A7A7A7. Windows color (decimal): -1274753 or 8359148. OLE color: 8359148.
HSL color Cylindrical-coordinate representation of color #EC8C7F: hue angle of 7.16º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8C7F is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 127 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.07 |
| HSL | 7.16º | 0.74% | 0.71% | - |
| HSV(B) | 7.16º | 0.46% | 0.93% | - |
| XYZ | 47.8 | 38.12 | 24.92 | - |
| YUV | 167.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 127 | 0 | 0.41 | 0.46 | 0.07 | 7.16 | 0.74 | 0.71 |
| Hex | EC | 8C | 7F | 0 | 29 | 2E | 7 | 7 | 4A | 47 |
| Octal | 354 | 214 | 177 | 0 | 51 | 56 | 7 | 7 | 112 | 107 |
| Binary | 11101100 | 10001100 | 1111111 | 0 | 101001 | 101110 | 111 | 111 | 1001010 | 1000111 |
Color Harmonies of #EC8C7F
Complementary color
Monochromatic Colors of #EC8C7F
Black with #EC8C7F
Text Example
Text Example
White with #EC8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C7F; }
p { color: rgb(236,140,127); }
H1.HeaderClassName
{
color: #EC8C7F;
}
.AnyTagClassName
{
color: #EC8C7F;
}
</style>
background-color css
<style>
a { background-color: #EC8C7F; }
a { background-color: rgb(236,140,127); }
div.DivClassName
{
background-color: #EC8C7F;
}
.BgClassName
{
background-color: #EC8C7F;
}
</style>
border-color css
<style>
span { border-color: #EC8C7F; }
span { border-color: rgb(236,140,127); }
td.TdClassName
{
border-color: #EC8C7F;
}
.TagClassName
{
border-color: #EC8C7F;
}
</style>