Shades of Salmon #ED816B
Tints of Salmon #ED816B
RGB
CMYK
RGB Variations
Color information
#ED816B (or 0xED816B) is known color: Salmon. HEX triplet: ED, 81 and 6B. RGB value is (237,129,107). Sum of RGB (Red+Green+Blue) = 237+129+107=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED816B is #127E94. Grayscale: #9E9E9E. Windows color (decimal): -1212053 or 7045613. OLE color: 7045613.
HSL color Cylindrical-coordinate representation of color #ED816B: hue angle of 10.15º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED816B is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 107 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.07 |
| HSL | 10.15º | 0.78% | 0.67% | - |
| HSV(B) | 10.15º | 0.55% | 0.93% | - |
| XYZ | 45.43 | 34.77 | 18.23 | - |
| YUV | 158.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 107 | 0 | 0.46 | 0.55 | 0.07 | 10.15 | 0.78 | 0.67 |
| Hex | ED | 81 | 6B | 0 | 2E | 37 | 7 | A | 4E | 43 |
| Octal | 355 | 201 | 153 | 0 | 56 | 67 | 7 | 12 | 116 | 103 |
| Binary | 11101101 | 10000001 | 1101011 | 0 | 101110 | 110111 | 111 | 1010 | 1001110 | 1000011 |
Color Harmonies of #ED816B
Complementary color
Monochromatic Colors of #ED816B
Black with #ED816B
Text Example
Text Example
White with #ED816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED816B; }
p { color: rgb(237,129,107); }
H1.HeaderClassName
{
color: #ED816B;
}
.AnyTagClassName
{
color: #ED816B;
}
</style>
background-color css
<style>
a { background-color: #ED816B; }
a { background-color: rgb(237,129,107); }
div.DivClassName
{
background-color: #ED816B;
}
.BgClassName
{
background-color: #ED816B;
}
</style>
border-color css
<style>
span { border-color: #ED816B; }
span { border-color: rgb(237,129,107); }
td.TdClassName
{
border-color: #ED816B;
}
.TagClassName
{
border-color: #ED816B;
}
</style>