Shades of Dark Salmon #ED9A6C
Tints of Dark Salmon #ED9A6C
RGB
CMYK
RGB Variations
Color information
#ED9A6C (or 0xED9A6C) is known color: Dark Salmon. HEX triplet: ED, 9A and 6C. RGB value is (237,154,108). Sum of RGB (Red+Green+Blue) = 237+154+108=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9A6C is #126593. Grayscale: #ADADAD. Windows color (decimal): -1205652 or 7117549. OLE color: 7117549.
HSL color Cylindrical-coordinate representation of color #ED9A6C: hue angle of 21.4º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED9A6C is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 108 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.07 |
| HSL | 21.4º | 0.78% | 0.68% | - |
| HSV(B) | 21.4º | 0.54% | 0.93% | - |
| XYZ | 49.19 | 42.2 | 19.74 | - |
| YUV | 173.57 | 91 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 108 | 0 | 0.35 | 0.54 | 0.07 | 21.4 | 0.78 | 0.68 |
| Hex | ED | 9A | 6C | 0 | 23 | 36 | 7 | 15 | 4E | 44 |
| Octal | 355 | 232 | 154 | 0 | 43 | 66 | 7 | 25 | 116 | 104 |
| Binary | 11101101 | 10011010 | 1101100 | 0 | 100011 | 110110 | 111 | 10101 | 1001110 | 1000100 |
Color Harmonies of #ED9A6C
Complementary color
Monochromatic Colors of #ED9A6C
Black with #ED9A6C
Text Example
Text Example
White with #ED9A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9A6C; }
p { color: rgb(237,154,108); }
H1.HeaderClassName
{
color: #ED9A6C;
}
.AnyTagClassName
{
color: #ED9A6C;
}
</style>
background-color css
<style>
a { background-color: #ED9A6C; }
a { background-color: rgb(237,154,108); }
div.DivClassName
{
background-color: #ED9A6C;
}
.BgClassName
{
background-color: #ED9A6C;
}
</style>
border-color css
<style>
span { border-color: #ED9A6C; }
span { border-color: rgb(237,154,108); }
td.TdClassName
{
border-color: #ED9A6C;
}
.TagClassName
{
border-color: #ED9A6C;
}
</style>