Shades of Dark Salmon #E0957A
Tints of Dark Salmon #E0957A
RGB
CMYK
RGB Variations
Color information
#E0957A (or 0xE0957A) is known color: Dark Salmon. HEX triplet: E0, 95 and 7A. RGB value is (224,149,122). Sum of RGB (Red+Green+Blue) = 224+149+122=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0957A is #1F6A85. Grayscale: #A8A8A8. Windows color (decimal): -2058886 or 8033760. OLE color: 8033760.
HSL color Cylindrical-coordinate representation of color #E0957A: hue angle of 15.88º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0957A is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 122 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.12 |
| HSL | 15.88º | 0.62% | 0.68% | - |
| HSV(B) | 15.88º | 0.46% | 0.88% | - |
| XYZ | 45 | 38.75 | 23.52 | - |
| YUV | 168.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 122 | 0 | 0.33 | 0.46 | 0.12 | 15.88 | 0.62 | 0.68 |
| Hex | E0 | 95 | 7A | 0 | 21 | 2E | C | 10 | 3E | 44 |
| Octal | 340 | 225 | 172 | 0 | 41 | 56 | 14 | 20 | 76 | 104 |
| Binary | 11100000 | 10010101 | 1111010 | 0 | 100001 | 101110 | 1100 | 10000 | 111110 | 1000100 |
Color Harmonies of #E0957A
Complementary color
Monochromatic Colors of #E0957A
Black with #E0957A
Text Example
Text Example
White with #E0957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0957A; }
p { color: rgb(224,149,122); }
H1.HeaderClassName
{
color: #E0957A;
}
.AnyTagClassName
{
color: #E0957A;
}
</style>
background-color css
<style>
a { background-color: #E0957A; }
a { background-color: rgb(224,149,122); }
div.DivClassName
{
background-color: #E0957A;
}
.BgClassName
{
background-color: #E0957A;
}
</style>
border-color css
<style>
span { border-color: #E0957A; }
span { border-color: rgb(224,149,122); }
td.TdClassName
{
border-color: #E0957A;
}
.TagClassName
{
border-color: #E0957A;
}
</style>