Shades of Salmon #ED8165
Tints of Salmon #ED8165
RGB
CMYK
RGB Variations
Color information
#ED8165 (or 0xED8165) is known color: Salmon. HEX triplet: ED, 81 and 65. RGB value is (237,129,101). Sum of RGB (Red+Green+Blue) = 237+129+101=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8165 is #127E9A. Grayscale: #9E9E9E. Windows color (decimal): -1212059 or 6652397. OLE color: 6652397.
HSL color Cylindrical-coordinate representation of color #ED8165: hue angle of 12.35º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED8165 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 101 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.07 |
| HSL | 12.35º | 0.79% | 0.66% | - |
| HSV(B) | 12.35º | 0.57% | 0.93% | - |
| XYZ | 45.12 | 34.64 | 16.62 | - |
| YUV | 158.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 101 | 0 | 0.46 | 0.57 | 0.07 | 12.35 | 0.79 | 0.66 |
| Hex | ED | 81 | 65 | 0 | 2E | 39 | 7 | C | 4F | 42 |
| Octal | 355 | 201 | 145 | 0 | 56 | 71 | 7 | 14 | 117 | 102 |
| Binary | 11101101 | 10000001 | 1100101 | 0 | 101110 | 111001 | 111 | 1100 | 1001111 | 1000010 |
Color Harmonies of #ED8165
Complementary color
Monochromatic Colors of #ED8165
Black with #ED8165
Text Example
Text Example
White with #ED8165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8165; }
p { color: rgb(237,129,101); }
H1.HeaderClassName
{
color: #ED8165;
}
.AnyTagClassName
{
color: #ED8165;
}
</style>
background-color css
<style>
a { background-color: #ED8165; }
a { background-color: rgb(237,129,101); }
div.DivClassName
{
background-color: #ED8165;
}
.BgClassName
{
background-color: #ED8165;
}
</style>
border-color css
<style>
span { border-color: #ED8165; }
span { border-color: rgb(237,129,101); }
td.TdClassName
{
border-color: #ED8165;
}
.TagClassName
{
border-color: #ED8165;
}
</style>