Shades of Dark Salmon #ED907A
Tints of Dark Salmon #ED907A
RGB
CMYK
RGB Variations
Color information
#ED907A (or 0xED907A) is known color: Dark Salmon. HEX triplet: ED, 90 and 7A. RGB value is (237,144,122). Sum of RGB (Red+Green+Blue) = 237+144+122=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED907A is #126F85. Grayscale: #A9A9A9. Windows color (decimal): -1208198 or 8032493. OLE color: 8032493.
HSL color Cylindrical-coordinate representation of color #ED907A: hue angle of 11.48º 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 #ED907A is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 122 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.07 |
| HSL | 11.48º | 0.76% | 0.7% | - |
| HSV(B) | 11.48º | 0.49% | 0.93% | - |
| XYZ | 48.41 | 39.36 | 23.46 | - |
| YUV | 169.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 122 | 0 | 0.39 | 0.49 | 0.07 | 11.48 | 0.76 | 0.7 |
| Hex | ED | 90 | 7A | 0 | 27 | 31 | 7 | B | 4C | 46 |
| Octal | 355 | 220 | 172 | 0 | 47 | 61 | 7 | 13 | 114 | 106 |
| Binary | 11101101 | 10010000 | 1111010 | 0 | 100111 | 110001 | 111 | 1011 | 1001100 | 1000110 |
Color Harmonies of #ED907A
Complementary color
Monochromatic Colors of #ED907A
Black with #ED907A
Text Example
Text Example
White with #ED907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED907A; }
p { color: rgb(237,144,122); }
H1.HeaderClassName
{
color: #ED907A;
}
.AnyTagClassName
{
color: #ED907A;
}
</style>
background-color css
<style>
a { background-color: #ED907A; }
a { background-color: rgb(237,144,122); }
div.DivClassName
{
background-color: #ED907A;
}
.BgClassName
{
background-color: #ED907A;
}
</style>
border-color css
<style>
span { border-color: #ED907A; }
span { border-color: rgb(237,144,122); }
td.TdClassName
{
border-color: #ED907A;
}
.TagClassName
{
border-color: #ED907A;
}
</style>