Shades of Salmon #ED8065
Tints of Salmon #ED8065
RGB
CMYK
RGB Variations
Color information
#ED8065 (or 0xED8065) is known color: Salmon. HEX triplet: ED, 80 and 65. RGB value is (237,128,101). Sum of RGB (Red+Green+Blue) = 237+128+101=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8065 is #127F9A. Grayscale: #9D9D9D. Windows color (decimal): -1212315 or 6652141. OLE color: 6652141.
HSL color Cylindrical-coordinate representation of color #ED8065: hue angle of 11.91º 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 #ED8065 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 101 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.07 |
| HSL | 11.91º | 0.79% | 0.66% | - |
| HSV(B) | 11.91º | 0.57% | 0.93% | - |
| XYZ | 44.99 | 34.38 | 16.58 | - |
| YUV | 157.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 101 | 0 | 0.46 | 0.57 | 0.07 | 11.91 | 0.79 | 0.66 |
| Hex | ED | 80 | 65 | 0 | 2E | 39 | 7 | C | 4F | 42 |
| Octal | 355 | 200 | 145 | 0 | 56 | 71 | 7 | 14 | 117 | 102 |
| Binary | 11101101 | 10000000 | 1100101 | 0 | 101110 | 111001 | 111 | 1100 | 1001111 | 1000010 |
Color Harmonies of #ED8065
Complementary color
Monochromatic Colors of #ED8065
Black with #ED8065
Text Example
Text Example
White with #ED8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8065; }
p { color: rgb(237,128,101); }
H1.HeaderClassName
{
color: #ED8065;
}
.AnyTagClassName
{
color: #ED8065;
}
</style>
background-color css
<style>
a { background-color: #ED8065; }
a { background-color: rgb(237,128,101); }
div.DivClassName
{
background-color: #ED8065;
}
.BgClassName
{
background-color: #ED8065;
}
</style>
border-color css
<style>
span { border-color: #ED8065; }
span { border-color: rgb(237,128,101); }
td.TdClassName
{
border-color: #ED8065;
}
.TagClassName
{
border-color: #ED8065;
}
</style>