Shades of Dark Salmon #ED9A81
Tints of Dark Salmon #ED9A81
RGB
CMYK
RGB Variations
Color information
#ED9A81 (or 0xED9A81) is known color: Dark Salmon. HEX triplet: ED, 9A and 81. RGB value is (237,154,129). Sum of RGB (Red+Green+Blue) = 237+154+129=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A81 is #12657E. Grayscale: #B0B0B0. Windows color (decimal): -1205631 or 8493805. OLE color: 8493805.
HSL color Cylindrical-coordinate representation of color #ED9A81: hue angle of 13.89º 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 #ED9A81 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 129 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.07 |
| HSL | 13.89º | 0.75% | 0.72% | - |
| HSV(B) | 13.89º | 0.46% | 0.93% | - |
| XYZ | 50.44 | 42.7 | 26.35 | - |
| YUV | 175.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 129 | 0 | 0.35 | 0.46 | 0.07 | 13.89 | 0.75 | 0.72 |
| Hex | ED | 9A | 81 | 0 | 23 | 2E | 7 | E | 4B | 48 |
| Octal | 355 | 232 | 201 | 0 | 43 | 56 | 7 | 16 | 113 | 110 |
| Binary | 11101101 | 10011010 | 10000001 | 0 | 100011 | 101110 | 111 | 1110 | 1001011 | 1001000 |
Color Harmonies of #ED9A81
Complementary color
Monochromatic Colors of #ED9A81
Black with #ED9A81
Text Example
Text Example
White with #ED9A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9A81; }
p { color: rgb(237,154,129); }
H1.HeaderClassName
{
color: #ED9A81;
}
.AnyTagClassName
{
color: #ED9A81;
}
</style>
background-color css
<style>
a { background-color: #ED9A81; }
a { background-color: rgb(237,154,129); }
div.DivClassName
{
background-color: #ED9A81;
}
.BgClassName
{
background-color: #ED9A81;
}
</style>
border-color css
<style>
span { border-color: #ED9A81; }
span { border-color: rgb(237,154,129); }
td.TdClassName
{
border-color: #ED9A81;
}
.TagClassName
{
border-color: #ED9A81;
}
</style>