Shades of Dark Salmon #ED996B
Tints of Dark Salmon #ED996B
RGB
CMYK
RGB Variations
Color information
#ED996B (or 0xED996B) is known color: Dark Salmon. HEX triplet: ED, 99 and 6B. RGB value is (237,153,107). Sum of RGB (Red+Green+Blue) = 237+153+107=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED996B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED996B is #126694. Grayscale: #ADADAD. Windows color (decimal): -1205909 or 7051757. OLE color: 7051757.
HSL color Cylindrical-coordinate representation of color #ED996B: hue angle of 21.23º 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 #ED996B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 107 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.07 |
| HSL | 21.23º | 0.78% | 0.67% | - |
| HSV(B) | 21.23º | 0.55% | 0.93% | - |
| XYZ | 48.97 | 41.85 | 19.41 | - |
| YUV | 172.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 107 | 0 | 0.35 | 0.55 | 0.07 | 21.23 | 0.78 | 0.67 |
| Hex | ED | 99 | 6B | 0 | 23 | 37 | 7 | 15 | 4E | 43 |
| Octal | 355 | 231 | 153 | 0 | 43 | 67 | 7 | 25 | 116 | 103 |
| Binary | 11101101 | 10011001 | 1101011 | 0 | 100011 | 110111 | 111 | 10101 | 1001110 | 1000011 |
Color Harmonies of #ED996B
Complementary color
Monochromatic Colors of #ED996B
Black with #ED996B
Text Example
Text Example
White with #ED996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED996B; }
p { color: rgb(237,153,107); }
H1.HeaderClassName
{
color: #ED996B;
}
.AnyTagClassName
{
color: #ED996B;
}
</style>
background-color css
<style>
a { background-color: #ED996B; }
a { background-color: rgb(237,153,107); }
div.DivClassName
{
background-color: #ED996B;
}
.BgClassName
{
background-color: #ED996B;
}
</style>
border-color css
<style>
span { border-color: #ED996B; }
span { border-color: rgb(237,153,107); }
td.TdClassName
{
border-color: #ED996B;
}
.TagClassName
{
border-color: #ED996B;
}
</style>