Shades of Salmon #ED8671
Tints of Salmon #ED8671
RGB
CMYK
RGB Variations
Color information
#ED8671 (or 0xED8671) is known color: Salmon. HEX triplet: ED, 86 and 71. RGB value is (237,134,113). Sum of RGB (Red+Green+Blue) = 237+134+113=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8671 is #12798E. Grayscale: #A2A2A2. Windows color (decimal): -1210767 or 7440109. OLE color: 7440109.
HSL color Cylindrical-coordinate representation of color #ED8671: hue angle of 10.16º 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 #ED8671 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 113 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.07 |
| HSL | 10.16º | 0.78% | 0.69% | - |
| HSV(B) | 10.16º | 0.52% | 0.93% | - |
| XYZ | 46.43 | 36.25 | 20.17 | - |
| YUV | 162.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 113 | 0 | 0.43 | 0.52 | 0.07 | 10.16 | 0.78 | 0.69 |
| Hex | ED | 86 | 71 | 0 | 2B | 34 | 7 | A | 4E | 45 |
| Octal | 355 | 206 | 161 | 0 | 53 | 64 | 7 | 12 | 116 | 105 |
| Binary | 11101101 | 10000110 | 1110001 | 0 | 101011 | 110100 | 111 | 1010 | 1001110 | 1000101 |
Color Harmonies of #ED8671
Complementary color
Monochromatic Colors of #ED8671
Black with #ED8671
Text Example
Text Example
White with #ED8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8671; }
p { color: rgb(237,134,113); }
H1.HeaderClassName
{
color: #ED8671;
}
.AnyTagClassName
{
color: #ED8671;
}
</style>
background-color css
<style>
a { background-color: #ED8671; }
a { background-color: rgb(237,134,113); }
div.DivClassName
{
background-color: #ED8671;
}
.BgClassName
{
background-color: #ED8671;
}
</style>
border-color css
<style>
span { border-color: #ED8671; }
span { border-color: rgb(237,134,113); }
td.TdClassName
{
border-color: #ED8671;
}
.TagClassName
{
border-color: #ED8671;
}
</style>