Shades of Dark Salmon #EC8B6B
Tints of Dark Salmon #EC8B6B
RGB
CMYK
RGB Variations
Color information
#EC8B6B (or 0xEC8B6B) is known color: Dark Salmon. HEX triplet: EC, 8B and 6B. RGB value is (236,139,107). Sum of RGB (Red+Green+Blue) = 236+139+107=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B6B is #137494. Grayscale: #A4A4A4. Windows color (decimal): -1275029 or 7048172. OLE color: 7048172.
HSL color Cylindrical-coordinate representation of color #EC8B6B: hue angle of 14.88º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC8B6B is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 107 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.07 |
| HSL | 14.88º | 0.77% | 0.67% | - |
| HSV(B) | 14.88º | 0.55% | 0.93% | - |
| XYZ | 46.48 | 37.36 | 18.67 | - |
| YUV | 164.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 107 | 0 | 0.41 | 0.55 | 0.07 | 14.88 | 0.77 | 0.67 |
| Hex | EC | 8B | 6B | 0 | 29 | 37 | 7 | F | 4D | 43 |
| Octal | 354 | 213 | 153 | 0 | 51 | 67 | 7 | 17 | 115 | 103 |
| Binary | 11101100 | 10001011 | 1101011 | 0 | 101001 | 110111 | 111 | 1111 | 1001101 | 1000011 |
Color Harmonies of #EC8B6B
Complementary color
Monochromatic Colors of #EC8B6B
Black with #EC8B6B
Text Example
Text Example
White with #EC8B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B6B; }
p { color: rgb(236,139,107); }
H1.HeaderClassName
{
color: #EC8B6B;
}
.AnyTagClassName
{
color: #EC8B6B;
}
</style>
background-color css
<style>
a { background-color: #EC8B6B; }
a { background-color: rgb(236,139,107); }
div.DivClassName
{
background-color: #EC8B6B;
}
.BgClassName
{
background-color: #EC8B6B;
}
</style>
border-color css
<style>
span { border-color: #EC8B6B; }
span { border-color: rgb(236,139,107); }
td.TdClassName
{
border-color: #EC8B6B;
}
.TagClassName
{
border-color: #EC8B6B;
}
</style>