Shades of Dark Salmon #ED956B
Tints of Dark Salmon #ED956B
RGB
CMYK
RGB Variations
Color information
#ED956B (or 0xED956B) is known color: Dark Salmon. HEX triplet: ED, 95 and 6B. RGB value is (237,149,107). Sum of RGB (Red+Green+Blue) = 237+149+107=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED956B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED956B is #126A94. Grayscale: #AAAAAA. Windows color (decimal): -1206933 or 7050733. OLE color: 7050733.
HSL color Cylindrical-coordinate representation of color #ED956B: hue angle of 19.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED956B is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 107 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.07 |
| HSL | 19.38º | 0.78% | 0.67% | - |
| HSV(B) | 19.38º | 0.55% | 0.93% | - |
| XYZ | 48.33 | 40.56 | 19.19 | - |
| YUV | 170.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 107 | 0 | 0.37 | 0.55 | 0.07 | 19.38 | 0.78 | 0.67 |
| Hex | ED | 95 | 6B | 0 | 25 | 37 | 7 | 13 | 4E | 43 |
| Octal | 355 | 225 | 153 | 0 | 45 | 67 | 7 | 23 | 116 | 103 |
| Binary | 11101101 | 10010101 | 1101011 | 0 | 100101 | 110111 | 111 | 10011 | 1001110 | 1000011 |
Color Harmonies of #ED956B
Complementary color
Monochromatic Colors of #ED956B
Black with #ED956B
Text Example
Text Example
White with #ED956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED956B; }
p { color: rgb(237,149,107); }
H1.HeaderClassName
{
color: #ED956B;
}
.AnyTagClassName
{
color: #ED956B;
}
</style>
background-color css
<style>
a { background-color: #ED956B; }
a { background-color: rgb(237,149,107); }
div.DivClassName
{
background-color: #ED956B;
}
.BgClassName
{
background-color: #ED956B;
}
</style>
border-color css
<style>
span { border-color: #ED956B; }
span { border-color: rgb(237,149,107); }
td.TdClassName
{
border-color: #ED956B;
}
.TagClassName
{
border-color: #ED956B;
}
</style>