Shades of Dark Salmon #ED926C
Tints of Dark Salmon #ED926C
RGB
CMYK
RGB Variations
Color information
#ED926C (or 0xED926C) is known color: Dark Salmon. HEX triplet: ED, 92 and 6C. RGB value is (237,146,108). Sum of RGB (Red+Green+Blue) = 237+146+108=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED926C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED926C is #126D93. Grayscale: #A9A9A9. Windows color (decimal): -1207700 or 7115501. OLE color: 7115501.
HSL color Cylindrical-coordinate representation of color #ED926C: hue angle of 17.67º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED926C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 108 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.07 |
| HSL | 17.67º | 0.78% | 0.68% | - |
| HSV(B) | 17.67º | 0.54% | 0.93% | - |
| XYZ | 47.91 | 39.65 | 19.31 | - |
| YUV | 168.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 108 | 0 | 0.38 | 0.54 | 0.07 | 17.67 | 0.78 | 0.68 |
| Hex | ED | 92 | 6C | 0 | 26 | 36 | 7 | 12 | 4E | 44 |
| Octal | 355 | 222 | 154 | 0 | 46 | 66 | 7 | 22 | 116 | 104 |
| Binary | 11101101 | 10010010 | 1101100 | 0 | 100110 | 110110 | 111 | 10010 | 1001110 | 1000100 |
Color Harmonies of #ED926C
Complementary color
Monochromatic Colors of #ED926C
Black with #ED926C
Text Example
Text Example
White with #ED926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED926C; }
p { color: rgb(237,146,108); }
H1.HeaderClassName
{
color: #ED926C;
}
.AnyTagClassName
{
color: #ED926C;
}
</style>
background-color css
<style>
a { background-color: #ED926C; }
a { background-color: rgb(237,146,108); }
div.DivClassName
{
background-color: #ED926C;
}
.BgClassName
{
background-color: #ED926C;
}
</style>
border-color css
<style>
span { border-color: #ED926C; }
span { border-color: rgb(237,146,108); }
td.TdClassName
{
border-color: #ED926C;
}
.TagClassName
{
border-color: #ED926C;
}
</style>