Shades of Salmon #ED8067
Tints of Salmon #ED8067
RGB
CMYK
RGB Variations
Color information
#ED8067 (or 0xED8067) is known color: Salmon. HEX triplet: ED, 80 and 67. RGB value is (237,128,103). Sum of RGB (Red+Green+Blue) = 237+128+103=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8067 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8067 is #127F98. Grayscale: #9D9D9D. Windows color (decimal): -1212313 or 6783213. OLE color: 6783213.
HSL color Cylindrical-coordinate representation of color #ED8067: hue angle of 11.19º 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 #ED8067 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 103 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.07 |
| HSL | 11.19º | 0.79% | 0.67% | - |
| HSV(B) | 11.19º | 0.57% | 0.93% | - |
| XYZ | 45.09 | 34.42 | 17.1 | - |
| YUV | 157.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 103 | 0 | 0.46 | 0.57 | 0.07 | 11.19 | 0.79 | 0.67 |
| Hex | ED | 80 | 67 | 0 | 2E | 39 | 7 | B | 4F | 43 |
| Octal | 355 | 200 | 147 | 0 | 56 | 71 | 7 | 13 | 117 | 103 |
| Binary | 11101101 | 10000000 | 1100111 | 0 | 101110 | 111001 | 111 | 1011 | 1001111 | 1000011 |
Color Harmonies of #ED8067
Complementary color
Monochromatic Colors of #ED8067
Black with #ED8067
Text Example
Text Example
White with #ED8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8067; }
p { color: rgb(237,128,103); }
H1.HeaderClassName
{
color: #ED8067;
}
.AnyTagClassName
{
color: #ED8067;
}
</style>
background-color css
<style>
a { background-color: #ED8067; }
a { background-color: rgb(237,128,103); }
div.DivClassName
{
background-color: #ED8067;
}
.BgClassName
{
background-color: #ED8067;
}
</style>
border-color css
<style>
span { border-color: #ED8067; }
span { border-color: rgb(237,128,103); }
td.TdClassName
{
border-color: #ED8067;
}
.TagClassName
{
border-color: #ED8067;
}
</style>