Shades of Salmon #ED836D
Tints of Salmon #ED836D
RGB
CMYK
RGB Variations
Color information
#ED836D (or 0xED836D) is known color: Salmon. HEX triplet: ED, 83 and 6D. RGB value is (237,131,109). Sum of RGB (Red+Green+Blue) = 237+131+109=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED836D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED836D is #127C92. Grayscale: #A0A0A0. Windows color (decimal): -1211539 or 7177197. OLE color: 7177197.
HSL color Cylindrical-coordinate representation of color #ED836D: hue angle of 10.31º 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 #ED836D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 109 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.07 |
| HSL | 10.31º | 0.78% | 0.68% | - |
| HSV(B) | 10.31º | 0.54% | 0.93% | - |
| XYZ | 45.8 | 35.34 | 18.88 | - |
| YUV | 160.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 109 | 0 | 0.45 | 0.54 | 0.07 | 10.31 | 0.78 | 0.68 |
| Hex | ED | 83 | 6D | 0 | 2D | 36 | 7 | A | 4E | 44 |
| Octal | 355 | 203 | 155 | 0 | 55 | 66 | 7 | 12 | 116 | 104 |
| Binary | 11101101 | 10000011 | 1101101 | 0 | 101101 | 110110 | 111 | 1010 | 1001110 | 1000100 |
Color Harmonies of #ED836D
Complementary color
Monochromatic Colors of #ED836D
Black with #ED836D
Text Example
Text Example
White with #ED836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED836D; }
p { color: rgb(237,131,109); }
H1.HeaderClassName
{
color: #ED836D;
}
.AnyTagClassName
{
color: #ED836D;
}
</style>
background-color css
<style>
a { background-color: #ED836D; }
a { background-color: rgb(237,131,109); }
div.DivClassName
{
background-color: #ED836D;
}
.BgClassName
{
background-color: #ED836D;
}
</style>
border-color css
<style>
span { border-color: #ED836D; }
span { border-color: rgb(237,131,109); }
td.TdClassName
{
border-color: #ED836D;
}
.TagClassName
{
border-color: #ED836D;
}
</style>