Shades of Dark Salmon #ED906B
Tints of Dark Salmon #ED906B
RGB
CMYK
RGB Variations
Color information
#ED906B (or 0xED906B) is known color: Dark Salmon. HEX triplet: ED, 90 and 6B. RGB value is (237,144,107). Sum of RGB (Red+Green+Blue) = 237+144+107=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED906B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED906B is #126F94. Grayscale: #A7A7A7. Windows color (decimal): -1208213 or 7049453. OLE color: 7049453.
HSL color Cylindrical-coordinate representation of color #ED906B: hue angle of 17.08º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED906B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 107 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.07 |
| HSL | 17.08º | 0.78% | 0.67% | - |
| HSV(B) | 17.08º | 0.55% | 0.93% | - |
| XYZ | 47.55 | 39.01 | 18.93 | - |
| YUV | 167.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 107 | 0 | 0.39 | 0.55 | 0.07 | 17.08 | 0.78 | 0.67 |
| Hex | ED | 90 | 6B | 0 | 27 | 37 | 7 | 11 | 4E | 43 |
| Octal | 355 | 220 | 153 | 0 | 47 | 67 | 7 | 21 | 116 | 103 |
| Binary | 11101101 | 10010000 | 1101011 | 0 | 100111 | 110111 | 111 | 10001 | 1001110 | 1000011 |
Color Harmonies of #ED906B
Complementary color
Monochromatic Colors of #ED906B
Black with #ED906B
Text Example
Text Example
White with #ED906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED906B; }
p { color: rgb(237,144,107); }
H1.HeaderClassName
{
color: #ED906B;
}
.AnyTagClassName
{
color: #ED906B;
}
</style>
background-color css
<style>
a { background-color: #ED906B; }
a { background-color: rgb(237,144,107); }
div.DivClassName
{
background-color: #ED906B;
}
.BgClassName
{
background-color: #ED906B;
}
</style>
border-color css
<style>
span { border-color: #ED906B; }
span { border-color: rgb(237,144,107); }
td.TdClassName
{
border-color: #ED906B;
}
.TagClassName
{
border-color: #ED906B;
}
</style>