Shades of Dark Salmon #E0937B
Tints of Dark Salmon #E0937B
RGB
CMYK
RGB Variations
Color information
#E0937B (or 0xE0937B) is known color: Dark Salmon. HEX triplet: E0, 93 and 7B. RGB value is (224,147,123). Sum of RGB (Red+Green+Blue) = 224+147+123=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E0937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0937B is #1F6C84. Grayscale: #A7A7A7. Windows color (decimal): -2059397 or 8098784. OLE color: 8098784.
HSL color Cylindrical-coordinate representation of color #E0937B: hue angle of 14.26º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0937B is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 123 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.12 |
| HSL | 14.26º | 0.62% | 0.68% | - |
| HSV(B) | 14.26º | 0.45% | 0.88% | - |
| XYZ | 44.75 | 38.14 | 23.74 | - |
| YUV | 167.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 123 | 0 | 0.34 | 0.45 | 0.12 | 14.26 | 0.62 | 0.68 |
| Hex | E0 | 93 | 7B | 0 | 22 | 2D | C | E | 3E | 44 |
| Octal | 340 | 223 | 173 | 0 | 42 | 55 | 14 | 16 | 76 | 104 |
| Binary | 11100000 | 10010011 | 1111011 | 0 | 100010 | 101101 | 1100 | 1110 | 111110 | 1000100 |
Color Harmonies of #E0937B
Complementary color
Monochromatic Colors of #E0937B
Black with #E0937B
Text Example
Text Example
White with #E0937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0937B; }
p { color: rgb(224,147,123); }
H1.HeaderClassName
{
color: #E0937B;
}
.AnyTagClassName
{
color: #E0937B;
}
</style>
background-color css
<style>
a { background-color: #E0937B; }
a { background-color: rgb(224,147,123); }
div.DivClassName
{
background-color: #E0937B;
}
.BgClassName
{
background-color: #E0937B;
}
</style>
border-color css
<style>
span { border-color: #E0937B; }
span { border-color: rgb(224,147,123); }
td.TdClassName
{
border-color: #E0937B;
}
.TagClassName
{
border-color: #E0937B;
}
</style>