Shades of Dark Salmon #ED9073
Tints of Dark Salmon #ED9073
RGB
CMYK
RGB Variations
Color information
#ED9073 (or 0xED9073) is known color: Dark Salmon. HEX triplet: ED, 90 and 73. RGB value is (237,144,115). Sum of RGB (Red+Green+Blue) = 237+144+115=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9073 is #126F8C. Grayscale: #A8A8A8. Windows color (decimal): -1208205 or 7573741. OLE color: 7573741.
HSL color Cylindrical-coordinate representation of color #ED9073: hue angle of 14.26º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED9073 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 115 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.07 |
| HSL | 14.26º | 0.77% | 0.69% | - |
| HSV(B) | 14.26º | 0.51% | 0.93% | - |
| XYZ | 47.99 | 39.19 | 21.25 | - |
| YUV | 168.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 115 | 0 | 0.39 | 0.51 | 0.07 | 14.26 | 0.77 | 0.69 |
| Hex | ED | 90 | 73 | 0 | 27 | 33 | 7 | E | 4D | 45 |
| Octal | 355 | 220 | 163 | 0 | 47 | 63 | 7 | 16 | 115 | 105 |
| Binary | 11101101 | 10010000 | 1110011 | 0 | 100111 | 110011 | 111 | 1110 | 1001101 | 1000101 |
Color Harmonies of #ED9073
Complementary color
Monochromatic Colors of #ED9073
Black with #ED9073
Text Example
Text Example
White with #ED9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9073; }
p { color: rgb(237,144,115); }
H1.HeaderClassName
{
color: #ED9073;
}
.AnyTagClassName
{
color: #ED9073;
}
</style>
background-color css
<style>
a { background-color: #ED9073; }
a { background-color: rgb(237,144,115); }
div.DivClassName
{
background-color: #ED9073;
}
.BgClassName
{
background-color: #ED9073;
}
</style>
border-color css
<style>
span { border-color: #ED9073; }
span { border-color: rgb(237,144,115); }
td.TdClassName
{
border-color: #ED9073;
}
.TagClassName
{
border-color: #ED9073;
}
</style>