Shades of Dark Salmon #ED8C6E
Tints of Dark Salmon #ED8C6E
RGB
CMYK
RGB Variations
Color information
#ED8C6E (or 0xED8C6E) is known color: Dark Salmon. HEX triplet: ED, 8C and 6E. RGB value is (237,140,110). Sum of RGB (Red+Green+Blue) = 237+140+110=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8C6E is #127391. Grayscale: #A5A5A5. Windows color (decimal): -1209234 or 7245037. OLE color: 7245037.
HSL color Cylindrical-coordinate representation of color #ED8C6E: hue angle of 14.17º 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 #ED8C6E is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 110 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.07 |
| HSL | 14.17º | 0.78% | 0.68% | - |
| HSV(B) | 14.17º | 0.54% | 0.93% | - |
| XYZ | 47.12 | 37.89 | 19.58 | - |
| YUV | 165.58 | 96.64 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 110 | 0 | 0.41 | 0.54 | 0.07 | 14.17 | 0.78 | 0.68 |
| Hex | ED | 8C | 6E | 0 | 29 | 36 | 7 | E | 4E | 44 |
| Octal | 355 | 214 | 156 | 0 | 51 | 66 | 7 | 16 | 116 | 104 |
| Binary | 11101101 | 10001100 | 1101110 | 0 | 101001 | 110110 | 111 | 1110 | 1001110 | 1000100 |
Color Harmonies of #ED8C6E
Complementary color
Monochromatic Colors of #ED8C6E
Black with #ED8C6E
Text Example
Text Example
White with #ED8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C6E; }
p { color: rgb(237,140,110); }
H1.HeaderClassName
{
color: #ED8C6E;
}
.AnyTagClassName
{
color: #ED8C6E;
}
</style>
background-color css
<style>
a { background-color: #ED8C6E; }
a { background-color: rgb(237,140,110); }
div.DivClassName
{
background-color: #ED8C6E;
}
.BgClassName
{
background-color: #ED8C6E;
}
</style>
border-color css
<style>
span { border-color: #ED8C6E; }
span { border-color: rgb(237,140,110); }
td.TdClassName
{
border-color: #ED8C6E;
}
.TagClassName
{
border-color: #ED8C6E;
}
</style>