Shades of Dark Salmon #EC8B7A
Tints of Dark Salmon #EC8B7A
RGB
CMYK
RGB Variations
Color information
#EC8B7A (or 0xEC8B7A) is known color: Dark Salmon. HEX triplet: EC, 8B and 7A. RGB value is (236,139,122). Sum of RGB (Red+Green+Blue) = 236+139+122=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B7A is #137485. Grayscale: #A6A6A6. Windows color (decimal): -1275014 or 8031212. OLE color: 8031212.
HSL color Cylindrical-coordinate representation of color #EC8B7A: hue angle of 8.95º 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 #EC8B7A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 122 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.07 |
| HSL | 8.95º | 0.75% | 0.7% | - |
| HSV(B) | 8.95º | 0.48% | 0.93% | - |
| XYZ | 47.34 | 37.7 | 23.19 | - |
| YUV | 166.07 | 103.14 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 122 | 0 | 0.41 | 0.48 | 0.07 | 8.95 | 0.75 | 0.7 |
| Hex | EC | 8B | 7A | 0 | 29 | 30 | 7 | 9 | 4B | 46 |
| Octal | 354 | 213 | 172 | 0 | 51 | 60 | 7 | 11 | 113 | 106 |
| Binary | 11101100 | 10001011 | 1111010 | 0 | 101001 | 110000 | 111 | 1001 | 1001011 | 1000110 |
Color Harmonies of #EC8B7A
Complementary color
Monochromatic Colors of #EC8B7A
Black with #EC8B7A
Text Example
Text Example
White with #EC8B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B7A; }
p { color: rgb(236,139,122); }
H1.HeaderClassName
{
color: #EC8B7A;
}
.AnyTagClassName
{
color: #EC8B7A;
}
</style>
background-color css
<style>
a { background-color: #EC8B7A; }
a { background-color: rgb(236,139,122); }
div.DivClassName
{
background-color: #EC8B7A;
}
.BgClassName
{
background-color: #EC8B7A;
}
</style>
border-color css
<style>
span { border-color: #EC8B7A; }
span { border-color: rgb(236,139,122); }
td.TdClassName
{
border-color: #EC8B7A;
}
.TagClassName
{
border-color: #EC8B7A;
}
</style>