Shades of Dark Salmon #ED896B
Tints of Dark Salmon #ED896B
RGB
CMYK
RGB Variations
Color information
#ED896B (or 0xED896B) is known color: Dark Salmon. HEX triplet: ED, 89 and 6B. RGB value is (237,137,107). Sum of RGB (Red+Green+Blue) = 237+137+107=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED896B is #127694. Grayscale: #A3A3A3. Windows color (decimal): -1210005 or 7047661. OLE color: 7047661.
HSL color Cylindrical-coordinate representation of color #ED896B: hue angle of 13.85º 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 #ED896B is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 107 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.07 |
| HSL | 13.85º | 0.78% | 0.67% | - |
| HSV(B) | 13.85º | 0.55% | 0.93% | - |
| XYZ | 46.52 | 36.96 | 18.59 | - |
| YUV | 163.48 | 96.13 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 107 | 0 | 0.42 | 0.55 | 0.07 | 13.85 | 0.78 | 0.67 |
| Hex | ED | 89 | 6B | 0 | 2A | 37 | 7 | E | 4E | 43 |
| Octal | 355 | 211 | 153 | 0 | 52 | 67 | 7 | 16 | 116 | 103 |
| Binary | 11101101 | 10001001 | 1101011 | 0 | 101010 | 110111 | 111 | 1110 | 1001110 | 1000011 |
Color Harmonies of #ED896B
Complementary color
Monochromatic Colors of #ED896B
Black with #ED896B
Text Example
Text Example
White with #ED896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED896B; }
p { color: rgb(237,137,107); }
H1.HeaderClassName
{
color: #ED896B;
}
.AnyTagClassName
{
color: #ED896B;
}
</style>
background-color css
<style>
a { background-color: #ED896B; }
a { background-color: rgb(237,137,107); }
div.DivClassName
{
background-color: #ED896B;
}
.BgClassName
{
background-color: #ED896B;
}
</style>
border-color css
<style>
span { border-color: #ED896B; }
span { border-color: rgb(237,137,107); }
td.TdClassName
{
border-color: #ED896B;
}
.TagClassName
{
border-color: #ED896B;
}
</style>