Shades of Dark Salmon #ED966D
Tints of Dark Salmon #ED966D
RGB
CMYK
RGB Variations
Color information
#ED966D (or 0xED966D) is known color: Dark Salmon. HEX triplet: ED, 96 and 6D. RGB value is (237,150,109). Sum of RGB (Red+Green+Blue) = 237+150+109=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED966D is #126992. Grayscale: #ABABAB. Windows color (decimal): -1206675 or 7182061. OLE color: 7182061.
HSL color Cylindrical-coordinate representation of color #ED966D: hue angle of 19.22º 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 #ED966D is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 109 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.07 |
| HSL | 19.22º | 0.78% | 0.68% | - |
| HSV(B) | 19.22º | 0.54% | 0.93% | - |
| XYZ | 48.59 | 40.92 | 19.81 | - |
| YUV | 171.34 | 92.82 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 109 | 0 | 0.37 | 0.54 | 0.07 | 19.22 | 0.78 | 0.68 |
| Hex | ED | 96 | 6D | 0 | 25 | 36 | 7 | 13 | 4E | 44 |
| Octal | 355 | 226 | 155 | 0 | 45 | 66 | 7 | 23 | 116 | 104 |
| Binary | 11101101 | 10010110 | 1101101 | 0 | 100101 | 110110 | 111 | 10011 | 1001110 | 1000100 |
Color Harmonies of #ED966D
Complementary color
Monochromatic Colors of #ED966D
Black with #ED966D
Text Example
Text Example
White with #ED966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED966D; }
p { color: rgb(237,150,109); }
H1.HeaderClassName
{
color: #ED966D;
}
.AnyTagClassName
{
color: #ED966D;
}
</style>
background-color css
<style>
a { background-color: #ED966D; }
a { background-color: rgb(237,150,109); }
div.DivClassName
{
background-color: #ED966D;
}
.BgClassName
{
background-color: #ED966D;
}
</style>
border-color css
<style>
span { border-color: #ED966D; }
span { border-color: rgb(237,150,109); }
td.TdClassName
{
border-color: #ED966D;
}
.TagClassName
{
border-color: #ED966D;
}
</style>