Shades of Dark Salmon #EB9C80
Tints of Dark Salmon #EB9C80
RGB
CMYK
RGB Variations
Color information
#EB9C80 (or 0xEB9C80) is known color: Dark Salmon. HEX triplet: EB, 9C and 80. RGB value is (235,156,128). Sum of RGB (Red+Green+Blue) = 235+156+128=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9C80 is #14637F. Grayscale: #B0B0B0. Windows color (decimal): -1336192 or 8428779. OLE color: 8428779.
HSL color Cylindrical-coordinate representation of color #EB9C80: hue angle of 15.7º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB9C80 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 128 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.08 |
| HSL | 15.7º | 0.73% | 0.71% | - |
| HSV(B) | 15.7º | 0.46% | 0.92% | - |
| XYZ | 50.05 | 43 | 26.08 | - |
| YUV | 176.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 128 | 0 | 0.34 | 0.46 | 0.08 | 15.7 | 0.73 | 0.71 |
| Hex | EB | 9C | 80 | 0 | 22 | 2E | 8 | 10 | 49 | 47 |
| Octal | 353 | 234 | 200 | 0 | 42 | 56 | 10 | 20 | 111 | 107 |
| Binary | 11101011 | 10011100 | 10000000 | 0 | 100010 | 101110 | 1000 | 10000 | 1001001 | 1000111 |
Color Harmonies of #EB9C80
Complementary color
Monochromatic Colors of #EB9C80
Black with #EB9C80
Text Example
Text Example
White with #EB9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9C80; }
p { color: rgb(235,156,128); }
H1.HeaderClassName
{
color: #EB9C80;
}
.AnyTagClassName
{
color: #EB9C80;
}
</style>
background-color css
<style>
a { background-color: #EB9C80; }
a { background-color: rgb(235,156,128); }
div.DivClassName
{
background-color: #EB9C80;
}
.BgClassName
{
background-color: #EB9C80;
}
</style>
border-color css
<style>
span { border-color: #EB9C80; }
span { border-color: rgb(235,156,128); }
td.TdClassName
{
border-color: #EB9C80;
}
.TagClassName
{
border-color: #EB9C80;
}
</style>