Shades of Salmon #ED8471
Tints of Salmon #ED8471
RGB
CMYK
RGB Variations
Color information
#ED8471 (or 0xED8471) is known color: Salmon. HEX triplet: ED, 84 and 71. RGB value is (237,132,113). Sum of RGB (Red+Green+Blue) = 237+132+113=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8471 is #127B8E. Grayscale: #A1A1A1. Windows color (decimal): -1211279 or 7439597. OLE color: 7439597.
HSL color Cylindrical-coordinate representation of color #ED8471: hue angle of 9.19º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED8471 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 113 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.07 |
| HSL | 9.19º | 0.78% | 0.69% | - |
| HSV(B) | 9.19º | 0.52% | 0.93% | - |
| XYZ | 46.16 | 35.7 | 20.08 | - |
| YUV | 161.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 113 | 0 | 0.44 | 0.52 | 0.07 | 9.19 | 0.78 | 0.69 |
| Hex | ED | 84 | 71 | 0 | 2C | 34 | 7 | 9 | 4E | 45 |
| Octal | 355 | 204 | 161 | 0 | 54 | 64 | 7 | 11 | 116 | 105 |
| Binary | 11101101 | 10000100 | 1110001 | 0 | 101100 | 110100 | 111 | 1001 | 1001110 | 1000101 |
Color Harmonies of #ED8471
Complementary color
Monochromatic Colors of #ED8471
Black with #ED8471
Text Example
Text Example
White with #ED8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8471; }
p { color: rgb(237,132,113); }
H1.HeaderClassName
{
color: #ED8471;
}
.AnyTagClassName
{
color: #ED8471;
}
</style>
background-color css
<style>
a { background-color: #ED8471; }
a { background-color: rgb(237,132,113); }
div.DivClassName
{
background-color: #ED8471;
}
.BgClassName
{
background-color: #ED8471;
}
</style>
border-color css
<style>
span { border-color: #ED8471; }
span { border-color: rgb(237,132,113); }
td.TdClassName
{
border-color: #ED8471;
}
.TagClassName
{
border-color: #ED8471;
}
</style>