Shades of Dark Salmon #EB926D
Tints of Dark Salmon #EB926D
RGB
CMYK
RGB Variations
Color information
#EB926D (or 0xEB926D) is known color: Dark Salmon. HEX triplet: EB, 92 and 6D. RGB value is (235,146,109). Sum of RGB (Red+Green+Blue) = 235+146+109=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB926D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB926D is #146D92. Grayscale: #A8A8A8. Windows color (decimal): -1338771 or 7181035. OLE color: 7181035.
HSL color Cylindrical-coordinate representation of color #EB926D: hue angle of 17.62º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB926D is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 146 | 109 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.08 |
| HSL | 17.62º | 0.76% | 0.67% | - |
| HSV(B) | 17.62º | 0.54% | 0.92% | - |
| XYZ | 47.3 | 39.32 | 19.57 | - |
| YUV | 168.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 146 | 109 | 0 | 0.38 | 0.54 | 0.08 | 17.62 | 0.76 | 0.67 |
| Hex | EB | 92 | 6D | 0 | 26 | 36 | 8 | 12 | 4C | 43 |
| Octal | 353 | 222 | 155 | 0 | 46 | 66 | 10 | 22 | 114 | 103 |
| Binary | 11101011 | 10010010 | 1101101 | 0 | 100110 | 110110 | 1000 | 10010 | 1001100 | 1000011 |
Color Harmonies of #EB926D
Complementary color
Monochromatic Colors of #EB926D
Black with #EB926D
Text Example
Text Example
White with #EB926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB926D; }
p { color: rgb(235,146,109); }
H1.HeaderClassName
{
color: #EB926D;
}
.AnyTagClassName
{
color: #EB926D;
}
</style>
background-color css
<style>
a { background-color: #EB926D; }
a { background-color: rgb(235,146,109); }
div.DivClassName
{
background-color: #EB926D;
}
.BgClassName
{
background-color: #EB926D;
}
</style>
border-color css
<style>
span { border-color: #EB926D; }
span { border-color: rgb(235,146,109); }
td.TdClassName
{
border-color: #EB926D;
}
.TagClassName
{
border-color: #EB926D;
}
</style>