Shades of Dark Salmon #E9927B
Tints of Dark Salmon #E9927B
RGB
CMYK
RGB Variations
Color information
#E9927B (or 0xE9927B) is known color: Dark Salmon. HEX triplet: E9, 92 and 7B. RGB value is (233,146,123). Sum of RGB (Red+Green+Blue) = 233+146+123=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E9927B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9927B is #166D84. Grayscale: #A9A9A9. Windows color (decimal): -1469829 or 8098537. OLE color: 8098537.
HSL color Cylindrical-coordinate representation of color #E9927B: hue angle of 12.55º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E9927B is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 123 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.09 |
| HSL | 12.55º | 0.71% | 0.7% | - |
| HSV(B) | 12.55º | 0.47% | 0.91% | - |
| XYZ | 47.46 | 39.31 | 23.83 | - |
| YUV | 169.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 123 | 0 | 0.37 | 0.47 | 0.09 | 12.55 | 0.71 | 0.7 |
| Hex | E9 | 92 | 7B | 0 | 25 | 2F | 9 | D | 47 | 46 |
| Octal | 351 | 222 | 173 | 0 | 45 | 57 | 11 | 15 | 107 | 106 |
| Binary | 11101001 | 10010010 | 1111011 | 0 | 100101 | 101111 | 1001 | 1101 | 1000111 | 1000110 |
Color Harmonies of #E9927B
Complementary color
Monochromatic Colors of #E9927B
Black with #E9927B
Text Example
Text Example
White with #E9927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9927B; }
p { color: rgb(233,146,123); }
H1.HeaderClassName
{
color: #E9927B;
}
.AnyTagClassName
{
color: #E9927B;
}
</style>
background-color css
<style>
a { background-color: #E9927B; }
a { background-color: rgb(233,146,123); }
div.DivClassName
{
background-color: #E9927B;
}
.BgClassName
{
background-color: #E9927B;
}
</style>
border-color css
<style>
span { border-color: #E9927B; }
span { border-color: rgb(233,146,123); }
td.TdClassName
{
border-color: #E9927B;
}
.TagClassName
{
border-color: #E9927B;
}
</style>