Shades of Dark Salmon #EC8F7B
Tints of Dark Salmon #EC8F7B
RGB
CMYK
RGB Variations
Color information
#EC8F7B (or 0xEC8F7B) is known color: Dark Salmon. HEX triplet: EC, 8F and 7B. RGB value is (236,143,123). Sum of RGB (Red+Green+Blue) = 236+143+123=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F7B is #137084. Grayscale: #A8A8A8. Windows color (decimal): -1273989 or 8097772. OLE color: 8097772.
HSL color Cylindrical-coordinate representation of color #EC8F7B: hue angle of 10.62º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC8F7B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 123 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.07 |
| HSL | 10.62º | 0.75% | 0.7% | - |
| HSV(B) | 10.62º | 0.48% | 0.93% | - |
| XYZ | 47.99 | 38.91 | 23.72 | - |
| YUV | 168.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 123 | 0 | 0.39 | 0.48 | 0.07 | 10.62 | 0.75 | 0.7 |
| Hex | EC | 8F | 7B | 0 | 27 | 30 | 7 | B | 4B | 46 |
| Octal | 354 | 217 | 173 | 0 | 47 | 60 | 7 | 13 | 113 | 106 |
| Binary | 11101100 | 10001111 | 1111011 | 0 | 100111 | 110000 | 111 | 1011 | 1001011 | 1000110 |
Color Harmonies of #EC8F7B
Complementary color
Monochromatic Colors of #EC8F7B
Black with #EC8F7B
Text Example
Text Example
White with #EC8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F7B; }
p { color: rgb(236,143,123); }
H1.HeaderClassName
{
color: #EC8F7B;
}
.AnyTagClassName
{
color: #EC8F7B;
}
</style>
background-color css
<style>
a { background-color: #EC8F7B; }
a { background-color: rgb(236,143,123); }
div.DivClassName
{
background-color: #EC8F7B;
}
.BgClassName
{
background-color: #EC8F7B;
}
</style>
border-color css
<style>
span { border-color: #EC8F7B; }
span { border-color: rgb(236,143,123); }
td.TdClassName
{
border-color: #EC8F7B;
}
.TagClassName
{
border-color: #EC8F7B;
}
</style>