Shades of Salmon #ED8167
Tints of Salmon #ED8167
RGB
CMYK
RGB Variations
Color information
#ED8167 (or 0xED8167) is known color: Salmon. HEX triplet: ED, 81 and 67. RGB value is (237,129,103). Sum of RGB (Red+Green+Blue) = 237+129+103=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8167 is #127E98. Grayscale: #9E9E9E. Windows color (decimal): -1212057 or 6783469. OLE color: 6783469.
HSL color Cylindrical-coordinate representation of color #ED8167: hue angle of 11.64º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED8167 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 103 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.07 |
| HSL | 11.64º | 0.79% | 0.67% | - |
| HSV(B) | 11.64º | 0.57% | 0.93% | - |
| XYZ | 45.22 | 34.68 | 17.14 | - |
| YUV | 158.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 103 | 0 | 0.46 | 0.57 | 0.07 | 11.64 | 0.79 | 0.67 |
| Hex | ED | 81 | 67 | 0 | 2E | 39 | 7 | C | 4F | 43 |
| Octal | 355 | 201 | 147 | 0 | 56 | 71 | 7 | 14 | 117 | 103 |
| Binary | 11101101 | 10000001 | 1100111 | 0 | 101110 | 111001 | 111 | 1100 | 1001111 | 1000011 |
Color Harmonies of #ED8167
Complementary color
Monochromatic Colors of #ED8167
Black with #ED8167
Text Example
Text Example
White with #ED8167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8167; }
p { color: rgb(237,129,103); }
H1.HeaderClassName
{
color: #ED8167;
}
.AnyTagClassName
{
color: #ED8167;
}
</style>
background-color css
<style>
a { background-color: #ED8167; }
a { background-color: rgb(237,129,103); }
div.DivClassName
{
background-color: #ED8167;
}
.BgClassName
{
background-color: #ED8167;
}
</style>
border-color css
<style>
span { border-color: #ED8167; }
span { border-color: rgb(237,129,103); }
td.TdClassName
{
border-color: #ED8167;
}
.TagClassName
{
border-color: #ED8167;
}
</style>