Shades of Dark Salmon #E9907B
Tints of Dark Salmon #E9907B
RGB
CMYK
RGB Variations
Color information
#E9907B (or 0xE9907B) is known color: Dark Salmon. HEX triplet: E9, 90 and 7B. RGB value is (233,144,123). Sum of RGB (Red+Green+Blue) = 233+144+123=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E9907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9907B is #166F84. Grayscale: #A8A8A8. Windows color (decimal): -1470341 or 8098025. OLE color: 8098025.
HSL color Cylindrical-coordinate representation of color #E9907B: hue angle of 11.45º 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 #E9907B is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 123 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.09 |
| HSL | 11.45º | 0.71% | 0.7% | - |
| HSV(B) | 11.45º | 0.47% | 0.91% | - |
| XYZ | 47.15 | 38.7 | 23.72 | - |
| YUV | 168.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 123 | 0 | 0.38 | 0.47 | 0.09 | 11.45 | 0.71 | 0.7 |
| Hex | E9 | 90 | 7B | 0 | 26 | 2F | 9 | B | 47 | 46 |
| Octal | 351 | 220 | 173 | 0 | 46 | 57 | 11 | 13 | 107 | 106 |
| Binary | 11101001 | 10010000 | 1111011 | 0 | 100110 | 101111 | 1001 | 1011 | 1000111 | 1000110 |
Color Harmonies of #E9907B
Complementary color
Monochromatic Colors of #E9907B
Black with #E9907B
Text Example
Text Example
White with #E9907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9907B; }
p { color: rgb(233,144,123); }
H1.HeaderClassName
{
color: #E9907B;
}
.AnyTagClassName
{
color: #E9907B;
}
</style>
background-color css
<style>
a { background-color: #E9907B; }
a { background-color: rgb(233,144,123); }
div.DivClassName
{
background-color: #E9907B;
}
.BgClassName
{
background-color: #E9907B;
}
</style>
border-color css
<style>
span { border-color: #E9907B; }
span { border-color: rgb(233,144,123); }
td.TdClassName
{
border-color: #E9907B;
}
.TagClassName
{
border-color: #E9907B;
}
</style>