Shades of Salmon #ED8268
Tints of Salmon #ED8268
RGB
CMYK
RGB Variations
Color information
#ED8268 (or 0xED8268) is known color: Salmon. HEX triplet: ED, 82 and 68. RGB value is (237,130,104). Sum of RGB (Red+Green+Blue) = 237+130+104=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8268 is #127D97. Grayscale: #9F9F9F. Windows color (decimal): -1211800 or 6849261. OLE color: 6849261.
HSL color Cylindrical-coordinate representation of color #ED8268: hue angle of 11.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED8268 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 104 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.07 |
| HSL | 11.73º | 0.79% | 0.67% | - |
| HSV(B) | 11.73º | 0.56% | 0.93% | - |
| XYZ | 45.41 | 34.97 | 17.45 | - |
| YUV | 159.03 | 96.95 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 104 | 0 | 0.45 | 0.56 | 0.07 | 11.73 | 0.79 | 0.67 |
| Hex | ED | 82 | 68 | 0 | 2D | 38 | 7 | C | 4F | 43 |
| Octal | 355 | 202 | 150 | 0 | 55 | 70 | 7 | 14 | 117 | 103 |
| Binary | 11101101 | 10000010 | 1101000 | 0 | 101101 | 111000 | 111 | 1100 | 1001111 | 1000011 |
Color Harmonies of #ED8268
Complementary color
Monochromatic Colors of #ED8268
Black with #ED8268
Text Example
Text Example
White with #ED8268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8268; }
p { color: rgb(237,130,104); }
H1.HeaderClassName
{
color: #ED8268;
}
.AnyTagClassName
{
color: #ED8268;
}
</style>
background-color css
<style>
a { background-color: #ED8268; }
a { background-color: rgb(237,130,104); }
div.DivClassName
{
background-color: #ED8268;
}
.BgClassName
{
background-color: #ED8268;
}
</style>
border-color css
<style>
span { border-color: #ED8268; }
span { border-color: rgb(237,130,104); }
td.TdClassName
{
border-color: #ED8268;
}
.TagClassName
{
border-color: #ED8268;
}
</style>