Shades of Dark Salmon #ED917A
Tints of Dark Salmon #ED917A
RGB
CMYK
RGB Variations
Color information
#ED917A (or 0xED917A) is known color: Dark Salmon. HEX triplet: ED, 91 and 7A. RGB value is (237,145,122). Sum of RGB (Red+Green+Blue) = 237+145+122=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED917A is #126E85. Grayscale: #AAAAAA. Windows color (decimal): -1207942 or 8032749. OLE color: 8032749.
HSL color Cylindrical-coordinate representation of color #ED917A: hue angle of 12º degrees, saturation: 0.76, 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 #ED917A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 122 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.07 |
| HSL | 12º | 0.76% | 0.7% | - |
| HSV(B) | 12º | 0.49% | 0.93% | - |
| XYZ | 48.56 | 39.66 | 23.51 | - |
| YUV | 169.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 122 | 0 | 0.39 | 0.49 | 0.07 | 12 | 0.76 | 0.7 |
| Hex | ED | 91 | 7A | 0 | 27 | 31 | 7 | C | 4C | 46 |
| Octal | 355 | 221 | 172 | 0 | 47 | 61 | 7 | 14 | 114 | 106 |
| Binary | 11101101 | 10010001 | 1111010 | 0 | 100111 | 110001 | 111 | 1100 | 1001100 | 1000110 |
Color Harmonies of #ED917A
Complementary color
Monochromatic Colors of #ED917A
Black with #ED917A
Text Example
Text Example
White with #ED917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED917A; }
p { color: rgb(237,145,122); }
H1.HeaderClassName
{
color: #ED917A;
}
.AnyTagClassName
{
color: #ED917A;
}
</style>
background-color css
<style>
a { background-color: #ED917A; }
a { background-color: rgb(237,145,122); }
div.DivClassName
{
background-color: #ED917A;
}
.BgClassName
{
background-color: #ED917A;
}
</style>
border-color css
<style>
span { border-color: #ED917A; }
span { border-color: rgb(237,145,122); }
td.TdClassName
{
border-color: #ED917A;
}
.TagClassName
{
border-color: #ED917A;
}
</style>