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