Shades of Dark Salmon #ED9081
Tints of Dark Salmon #ED9081
RGB
CMYK
RGB Variations
Color information
#ED9081 (or 0xED9081) is known color: Dark Salmon. HEX triplet: ED, 90 and 81. RGB value is (237,144,129). Sum of RGB (Red+Green+Blue) = 237+144+129=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9081 is #126F7E. Grayscale: #AAAAAA. Windows color (decimal): -1208191 or 8491245. OLE color: 8491245.
HSL color Cylindrical-coordinate representation of color #ED9081: hue angle of 8.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED9081 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 129 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.07 |
| HSL | 8.33º | 0.75% | 0.72% | - |
| HSV(B) | 8.33º | 0.46% | 0.93% | - |
| XYZ | 48.86 | 39.54 | 25.82 | - |
| YUV | 170.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 129 | 0 | 0.39 | 0.46 | 0.07 | 8.33 | 0.75 | 0.72 |
| Hex | ED | 90 | 81 | 0 | 27 | 2E | 7 | 8 | 4B | 48 |
| Octal | 355 | 220 | 201 | 0 | 47 | 56 | 7 | 10 | 113 | 110 |
| Binary | 11101101 | 10010000 | 10000001 | 0 | 100111 | 101110 | 111 | 1000 | 1001011 | 1001000 |
Color Harmonies of #ED9081
Complementary color
Monochromatic Colors of #ED9081
Black with #ED9081
Text Example
Text Example
White with #ED9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9081; }
p { color: rgb(237,144,129); }
H1.HeaderClassName
{
color: #ED9081;
}
.AnyTagClassName
{
color: #ED9081;
}
</style>
background-color css
<style>
a { background-color: #ED9081; }
a { background-color: rgb(237,144,129); }
div.DivClassName
{
background-color: #ED9081;
}
.BgClassName
{
background-color: #ED9081;
}
</style>
border-color css
<style>
span { border-color: #ED9081; }
span { border-color: rgb(237,144,129); }
td.TdClassName
{
border-color: #ED9081;
}
.TagClassName
{
border-color: #ED9081;
}
</style>