Shades of Dark Salmon #EB8A73
Tints of Dark Salmon #EB8A73
RGB
CMYK
RGB Variations
Color information
#EB8A73 (or 0xEB8A73) is known color: Dark Salmon. HEX triplet: EB, 8A and 73. RGB value is (235,138,115). Sum of RGB (Red+Green+Blue) = 235+138+115=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8A73 is #14758C. Grayscale: #A4A4A4. Windows color (decimal): -1340813 or 7572203. OLE color: 7572203.
HSL color Cylindrical-coordinate representation of color #EB8A73: hue angle of 11.5º 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 #EB8A73 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 138 | 115 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.08 |
| HSL | 11.5º | 0.75% | 0.69% | - |
| HSV(B) | 11.5º | 0.51% | 0.92% | - |
| XYZ | 46.44 | 37.08 | 20.93 | - |
| YUV | 164.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 138 | 115 | 0 | 0.41 | 0.51 | 0.08 | 11.5 | 0.75 | 0.69 |
| Hex | EB | 8A | 73 | 0 | 29 | 33 | 8 | C | 4B | 45 |
| Octal | 353 | 212 | 163 | 0 | 51 | 63 | 10 | 14 | 113 | 105 |
| Binary | 11101011 | 10001010 | 1110011 | 0 | 101001 | 110011 | 1000 | 1100 | 1001011 | 1000101 |
Color Harmonies of #EB8A73
Complementary color
Monochromatic Colors of #EB8A73
Black with #EB8A73
Text Example
Text Example
White with #EB8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8A73; }
p { color: rgb(235,138,115); }
H1.HeaderClassName
{
color: #EB8A73;
}
.AnyTagClassName
{
color: #EB8A73;
}
</style>
background-color css
<style>
a { background-color: #EB8A73; }
a { background-color: rgb(235,138,115); }
div.DivClassName
{
background-color: #EB8A73;
}
.BgClassName
{
background-color: #EB8A73;
}
</style>
border-color css
<style>
span { border-color: #EB8A73; }
span { border-color: rgb(235,138,115); }
td.TdClassName
{
border-color: #EB8A73;
}
.TagClassName
{
border-color: #EB8A73;
}
</style>