Shades of Dark Salmon #EC9278
Tints of Dark Salmon #EC9278
RGB
CMYK
RGB Variations
Color information
#EC9278 (or 0xEC9278) is known color: Dark Salmon. HEX triplet: EC, 92 and 78. RGB value is (236,146,120). Sum of RGB (Red+Green+Blue) = 236+146+120=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9278 is #136D87. Grayscale: #AAAAAA. Windows color (decimal): -1273224 or 7901932. OLE color: 7901932.
HSL color Cylindrical-coordinate representation of color #EC9278: hue angle of 13.45º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC9278 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 120 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.07 |
| HSL | 13.45º | 0.75% | 0.7% | - |
| HSV(B) | 13.45º | 0.49% | 0.93% | - |
| XYZ | 48.26 | 39.75 | 22.9 | - |
| YUV | 169.95 | 99.82 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 120 | 0 | 0.38 | 0.49 | 0.07 | 13.45 | 0.75 | 0.7 |
| Hex | EC | 92 | 78 | 0 | 26 | 31 | 7 | D | 4B | 46 |
| Octal | 354 | 222 | 170 | 0 | 46 | 61 | 7 | 15 | 113 | 106 |
| Binary | 11101100 | 10010010 | 1111000 | 0 | 100110 | 110001 | 111 | 1101 | 1001011 | 1000110 |
Color Harmonies of #EC9278
Complementary color
Monochromatic Colors of #EC9278
Black with #EC9278
Text Example
Text Example
White with #EC9278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9278; }
p { color: rgb(236,146,120); }
H1.HeaderClassName
{
color: #EC9278;
}
.AnyTagClassName
{
color: #EC9278;
}
</style>
background-color css
<style>
a { background-color: #EC9278; }
a { background-color: rgb(236,146,120); }
div.DivClassName
{
background-color: #EC9278;
}
.BgClassName
{
background-color: #EC9278;
}
</style>
border-color css
<style>
span { border-color: #EC9278; }
span { border-color: rgb(236,146,120); }
td.TdClassName
{
border-color: #EC9278;
}
.TagClassName
{
border-color: #EC9278;
}
</style>