Shades of Dark Salmon #ED9683
Tints of Dark Salmon #ED9683
RGB
CMYK
RGB Variations
Color information
#ED9683 (or 0xED9683) is known color: Dark Salmon. HEX triplet: ED, 96 and 83. RGB value is (237,150,131). Sum of RGB (Red+Green+Blue) = 237+150+131=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9683 is #12697C. Grayscale: #AEAEAE. Windows color (decimal): -1206653 or 8623853. OLE color: 8623853.
HSL color Cylindrical-coordinate representation of color #ED9683: hue angle of 10.75º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED9683 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 131 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.07 |
| HSL | 10.75º | 0.75% | 0.72% | - |
| HSV(B) | 10.75º | 0.45% | 0.93% | - |
| XYZ | 49.93 | 41.46 | 26.84 | - |
| YUV | 173.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 131 | 0 | 0.37 | 0.45 | 0.07 | 10.75 | 0.75 | 0.72 |
| Hex | ED | 96 | 83 | 0 | 25 | 2D | 7 | B | 4B | 48 |
| Octal | 355 | 226 | 203 | 0 | 45 | 55 | 7 | 13 | 113 | 110 |
| Binary | 11101101 | 10010110 | 10000011 | 0 | 100101 | 101101 | 111 | 1011 | 1001011 | 1001000 |
Color Harmonies of #ED9683
Complementary color
Monochromatic Colors of #ED9683
Black with #ED9683
Text Example
Text Example
White with #ED9683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9683; }
p { color: rgb(237,150,131); }
H1.HeaderClassName
{
color: #ED9683;
}
.AnyTagClassName
{
color: #ED9683;
}
</style>
background-color css
<style>
a { background-color: #ED9683; }
a { background-color: rgb(237,150,131); }
div.DivClassName
{
background-color: #ED9683;
}
.BgClassName
{
background-color: #ED9683;
}
</style>
border-color css
<style>
span { border-color: #ED9683; }
span { border-color: rgb(237,150,131); }
td.TdClassName
{
border-color: #ED9683;
}
.TagClassName
{
border-color: #ED9683;
}
</style>