Shades of Dark Salmon #E9947B
Tints of Dark Salmon #E9947B
RGB
CMYK
RGB Variations
Color information
#E9947B (or 0xE9947B) is known color: Dark Salmon. HEX triplet: E9, 94 and 7B. RGB value is (233,148,123). Sum of RGB (Red+Green+Blue) = 233+148+123=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E9947B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9947B is #166B84. Grayscale: #AAAAAA. Windows color (decimal): -1469317 or 8099049. OLE color: 8099049.
HSL color Cylindrical-coordinate representation of color #E9947B: hue angle of 13.64º 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 #E9947B is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 123 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.09 |
| HSL | 13.64º | 0.71% | 0.7% | - |
| HSV(B) | 13.64º | 0.47% | 0.91% | - |
| XYZ | 47.77 | 39.93 | 23.93 | - |
| YUV | 170.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 123 | 0 | 0.36 | 0.47 | 0.09 | 13.64 | 0.71 | 0.7 |
| Hex | E9 | 94 | 7B | 0 | 24 | 2F | 9 | E | 47 | 46 |
| Octal | 351 | 224 | 173 | 0 | 44 | 57 | 11 | 16 | 107 | 106 |
| Binary | 11101001 | 10010100 | 1111011 | 0 | 100100 | 101111 | 1001 | 1110 | 1000111 | 1000110 |
Color Harmonies of #E9947B
Complementary color
Monochromatic Colors of #E9947B
Black with #E9947B
Text Example
Text Example
White with #E9947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9947B; }
p { color: rgb(233,148,123); }
H1.HeaderClassName
{
color: #E9947B;
}
.AnyTagClassName
{
color: #E9947B;
}
</style>
background-color css
<style>
a { background-color: #E9947B; }
a { background-color: rgb(233,148,123); }
div.DivClassName
{
background-color: #E9947B;
}
.BgClassName
{
background-color: #E9947B;
}
</style>
border-color css
<style>
span { border-color: #E9947B; }
span { border-color: rgb(233,148,123); }
td.TdClassName
{
border-color: #E9947B;
}
.TagClassName
{
border-color: #E9947B;
}
</style>