Shades of Dark Salmon #EC8A75
Tints of Dark Salmon #EC8A75
RGB
CMYK
RGB Variations
Color information
#EC8A75 (or 0xEC8A75) is known color: Dark Salmon. HEX triplet: EC, 8A and 75. RGB value is (236,138,117). Sum of RGB (Red+Green+Blue) = 236+138+117=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A75 is #13758A. Grayscale: #A5A5A5. Windows color (decimal): -1275275 or 7703276. OLE color: 7703276.
HSL color Cylindrical-coordinate representation of color #EC8A75: hue angle of 10.59º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC8A75 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 117 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.07 |
| HSL | 10.59º | 0.76% | 0.69% | - |
| HSV(B) | 10.59º | 0.5% | 0.93% | - |
| XYZ | 46.89 | 37.29 | 21.56 | - |
| YUV | 164.91 | 100.97 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 117 | 0 | 0.42 | 0.50 | 0.07 | 10.59 | 0.76 | 0.69 |
| Hex | EC | 8A | 75 | 0 | 2A | 32 | 7 | B | 4C | 45 |
| Octal | 354 | 212 | 165 | 0 | 52 | 62 | 7 | 13 | 114 | 105 |
| Binary | 11101100 | 10001010 | 1110101 | 0 | 101010 | 110010 | 111 | 1011 | 1001100 | 1000101 |
Color Harmonies of #EC8A75
Complementary color
Monochromatic Colors of #EC8A75
Black with #EC8A75
Text Example
Text Example
White with #EC8A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A75; }
p { color: rgb(236,138,117); }
H1.HeaderClassName
{
color: #EC8A75;
}
.AnyTagClassName
{
color: #EC8A75;
}
</style>
background-color css
<style>
a { background-color: #EC8A75; }
a { background-color: rgb(236,138,117); }
div.DivClassName
{
background-color: #EC8A75;
}
.BgClassName
{
background-color: #EC8A75;
}
</style>
border-color css
<style>
span { border-color: #EC8A75; }
span { border-color: rgb(236,138,117); }
td.TdClassName
{
border-color: #EC8A75;
}
.TagClassName
{
border-color: #EC8A75;
}
</style>