Shades of Dark Salmon #EB957C
Tints of Dark Salmon #EB957C
RGB
CMYK
RGB Variations
Color information
#EB957C (or 0xEB957C) is known color: Dark Salmon. HEX triplet: EB, 95 and 7C. RGB value is (235,149,124). Sum of RGB (Red+Green+Blue) = 235+149+124=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB957C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB957C is #146A83. Grayscale: #ACACAC. Windows color (decimal): -1337988 or 8164843. OLE color: 8164843.
HSL color Cylindrical-coordinate representation of color #EB957C: hue angle of 13.51º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB957C is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 149 | 124 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.08 |
| HSL | 13.51º | 0.74% | 0.7% | - |
| HSV(B) | 13.51º | 0.47% | 0.92% | - |
| XYZ | 48.65 | 40.61 | 24.34 | - |
| YUV | 171.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 149 | 124 | 0 | 0.37 | 0.47 | 0.08 | 13.51 | 0.74 | 0.7 |
| Hex | EB | 95 | 7C | 0 | 25 | 2F | 8 | E | 4A | 46 |
| Octal | 353 | 225 | 174 | 0 | 45 | 57 | 10 | 16 | 112 | 106 |
| Binary | 11101011 | 10010101 | 1111100 | 0 | 100101 | 101111 | 1000 | 1110 | 1001010 | 1000110 |
Color Harmonies of #EB957C
Complementary color
Monochromatic Colors of #EB957C
Black with #EB957C
Text Example
Text Example
White with #EB957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB957C; }
p { color: rgb(235,149,124); }
H1.HeaderClassName
{
color: #EB957C;
}
.AnyTagClassName
{
color: #EB957C;
}
</style>
background-color css
<style>
a { background-color: #EB957C; }
a { background-color: rgb(235,149,124); }
div.DivClassName
{
background-color: #EB957C;
}
.BgClassName
{
background-color: #EB957C;
}
</style>
border-color css
<style>
span { border-color: #EB957C; }
span { border-color: rgb(235,149,124); }
td.TdClassName
{
border-color: #EB957C;
}
.TagClassName
{
border-color: #EB957C;
}
</style>