Shades of Salmon #ED8872
Tints of Salmon #ED8872
RGB
CMYK
RGB Variations
Color information
#ED8872 (or 0xED8872) is known color: Salmon. HEX triplet: ED, 88 and 72. RGB value is (237,136,114). Sum of RGB (Red+Green+Blue) = 237+136+114=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8872 is #12778D. Grayscale: #A3A3A3. Windows color (decimal): -1210254 or 7506157. OLE color: 7506157.
HSL color Cylindrical-coordinate representation of color #ED8872: hue angle of 10.73º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED8872 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 114 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.07 |
| HSL | 10.73º | 0.77% | 0.69% | - |
| HSV(B) | 10.73º | 0.52% | 0.93% | - |
| XYZ | 46.77 | 36.83 | 20.56 | - |
| YUV | 163.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 114 | 0 | 0.43 | 0.52 | 0.07 | 10.73 | 0.77 | 0.69 |
| Hex | ED | 88 | 72 | 0 | 2B | 34 | 7 | B | 4D | 45 |
| Octal | 355 | 210 | 162 | 0 | 53 | 64 | 7 | 13 | 115 | 105 |
| Binary | 11101101 | 10001000 | 1110010 | 0 | 101011 | 110100 | 111 | 1011 | 1001101 | 1000101 |
Color Harmonies of #ED8872
Complementary color
Monochromatic Colors of #ED8872
Black with #ED8872
Text Example
Text Example
White with #ED8872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8872; }
p { color: rgb(237,136,114); }
H1.HeaderClassName
{
color: #ED8872;
}
.AnyTagClassName
{
color: #ED8872;
}
</style>
background-color css
<style>
a { background-color: #ED8872; }
a { background-color: rgb(237,136,114); }
div.DivClassName
{
background-color: #ED8872;
}
.BgClassName
{
background-color: #ED8872;
}
</style>
border-color css
<style>
span { border-color: #ED8872; }
span { border-color: rgb(237,136,114); }
td.TdClassName
{
border-color: #ED8872;
}
.TagClassName
{
border-color: #ED8872;
}
</style>