Shades of Dark Salmon #EB8C74
Tints of Dark Salmon #EB8C74
RGB
CMYK
RGB Variations
Color information
#EB8C74 (or 0xEB8C74) is known color: Dark Salmon. HEX triplet: EB, 8C and 74. RGB value is (235,140,116). Sum of RGB (Red+Green+Blue) = 235+140+116=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C74 is #14738B. Grayscale: #A5A5A5. Windows color (decimal): -1340300 or 7638251. OLE color: 7638251.
HSL color Cylindrical-coordinate representation of color #EB8C74: hue angle of 12.1º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB8C74 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 116 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.08 |
| HSL | 12.1º | 0.75% | 0.69% | - |
| HSV(B) | 12.1º | 0.51% | 0.92% | - |
| XYZ | 46.79 | 37.68 | 21.33 | - |
| YUV | 165.67 | 99.97 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 116 | 0 | 0.40 | 0.51 | 0.08 | 12.1 | 0.75 | 0.69 |
| Hex | EB | 8C | 74 | 0 | 28 | 33 | 8 | C | 4B | 45 |
| Octal | 353 | 214 | 164 | 0 | 50 | 63 | 10 | 14 | 113 | 105 |
| Binary | 11101011 | 10001100 | 1110100 | 0 | 101000 | 110011 | 1000 | 1100 | 1001011 | 1000101 |
Color Harmonies of #EB8C74
Complementary color
Monochromatic Colors of #EB8C74
Black with #EB8C74
Text Example
Text Example
White with #EB8C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C74; }
p { color: rgb(235,140,116); }
H1.HeaderClassName
{
color: #EB8C74;
}
.AnyTagClassName
{
color: #EB8C74;
}
</style>
background-color css
<style>
a { background-color: #EB8C74; }
a { background-color: rgb(235,140,116); }
div.DivClassName
{
background-color: #EB8C74;
}
.BgClassName
{
background-color: #EB8C74;
}
</style>
border-color css
<style>
span { border-color: #EB8C74; }
span { border-color: rgb(235,140,116); }
td.TdClassName
{
border-color: #EB8C74;
}
.TagClassName
{
border-color: #EB8C74;
}
</style>